Sprite in Flex

Sprite in Flex

Hi......

I want to know about that
What is the difference between Sprite and UIComponent and how do you add a spite to a canvas?
please give me an example for that......

Thanks

View Answers

October 20, 2010 at 2:29 PM

Ans:

Sprite:

The Sprite class is a basic display list building block: a display list node that can display graphics and can also contain children.

A Sprite object is similar to a movie clip, but does not have a timeline. Sprite is an appropriate base class for objects that do not require timelines. For example, Sprite would be a logical base class for user interface (UI) components that typically do not use the timeline.

The Sprite class is new in ActionScript 3.0. It provides an alternative to the functionality of the MovieClip class, which retains all the functionality of previous ActionScript releases to provide backward compatibility.

UIComponent:

The UIComponent class is the base class for all visual components, both interactive and noninteractive.

An interactive component can participate in tabbing and other kinds of keyboard focus manipulation, accept low-level events like keyboard and mouse input, and be disabled so that it does not receive keyboard and mouse input. This is in contrast to noninteractive components, like Label and ProgressBar, which simply display contents and are not manipulated by the user.

The UIComponent class is not used as an MXML tag, but is used as a base class for other classes.

Add sprite in canvas:

var canvas:Canvas = new Canvas();
var uiComponent:UIComponent = new UIComponent();
canvas.addChild(uiComponent);
uiComponent.addChild(new Sprite());

Just use a UIComponent as a container for the Sprite. For as far as i know UIComponent is the only component that can actually add a Non-Flex-Component as a child.









Related Tutorials/Questions & Answers:
Sprite in Flex
Sprite in Flex  Hi...... I want to know about that What is the difference between Sprite and UIComponent and how do you add a spite to a canvas? please give me an example for that...... Thanks
ModuleNotFoundError: No module named 'sprite'
ModuleNotFoundError: No module named 'sprite'  Hi, My Python... 'sprite' How to remove the ModuleNotFoundError: No module named 'sprite'... to install padas library. You can install sprite python with following command
Advertisements
ModuleNotFoundError: No module named 'mc-sprite'
ModuleNotFoundError: No module named 'mc-sprite'  Hi, My Python...-sprite' How to remove the ModuleNotFoundError: No module named 'mc-sprite' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'Sprite-Craft-2D-Engine'
ModuleNotFoundError: No module named 'Sprite-Craft-2D-Engine'  Hi...: No module named 'Sprite-Craft-2D-Engine' How to remove the ModuleNotFoundError: No module named 'Sprite-Craft-2D-Engine' error? Thanks   Hi
ModuleNotFoundError: No module named 'sprite-hoai'
ModuleNotFoundError: No module named 'sprite-hoai'  Hi, My Python... 'sprite-hoai' How to remove the ModuleNotFoundError: No module named 'sprite-hoai' error? Thanks   Hi, In your python environment
ModuleNotFoundError: No module named 'sprite-utils'
ModuleNotFoundError: No module named 'sprite-utils'  Hi, My Python... 'sprite-utils' How to remove the ModuleNotFoundError: No module named 'sprite-utils' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'sprite-detection-masternhat'
ModuleNotFoundError: No module named 'sprite-detection-masternhat'  ...: No module named 'sprite-detection-masternhat' How to remove the ModuleNotFoundError: No module named 'sprite-detection-masternhat' error? Thanks
ModuleNotFoundError: No module named 'sprite-detection-tool'
ModuleNotFoundError: No module named 'sprite-detection-tool'  Hi...: No module named 'sprite-detection-tool' How to remove the ModuleNotFoundError: No module named 'sprite-detection-tool' error? Thanks   Hi
ModuleNotFoundError: No module named 'sprite-hoai-thu'
ModuleNotFoundError: No module named 'sprite-hoai-thu'  Hi, My... named 'sprite-hoai-thu' How to remove the ModuleNotFoundError: No module named 'sprite-hoai-thu' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'sprite-detection-masternhat'
ModuleNotFoundError: No module named 'sprite-detection-masternhat'  ...: No module named 'sprite-detection-masternhat' How to remove the ModuleNotFoundError: No module named 'sprite-detection-masternhat' error? Thanks
ModuleNotFoundError: No module named 'sprite-detection-module-masternhat'
ModuleNotFoundError: No module named 'sprite-detection-module-masternhat' ...: ModuleNotFoundError: No module named 'sprite-detection-module-masternhat' How to remove the ModuleNotFoundError: No module named 'sprite-detection-module-masternhat
ModuleNotFoundError: No module named 'sprite-detection-tool'
ModuleNotFoundError: No module named 'sprite-detection-tool'  Hi...: No module named 'sprite-detection-tool' How to remove the ModuleNotFoundError: No module named 'sprite-detection-tool' error? Thanks   Hi
ModuleNotFoundError: No module named 'Sprite-sheet-project'
ModuleNotFoundError: No module named 'Sprite-sheet-project'  Hi...: No module named 'Sprite-sheet-project' How to remove the ModuleNotFoundError: No module named 'Sprite-sheet-project' error? Thanks   Hi
ModuleNotFoundError: No module named 'sprite-sheet-tcthai'
ModuleNotFoundError: No module named 'sprite-sheet-tcthai'  Hi, My... named 'sprite-sheet-tcthai' How to remove the ModuleNotFoundError: No module named 'sprite-sheet-tcthai' error? Thanks   Hi
ModuleNotFoundError: No module named 'sprite-hoai-thu'
ModuleNotFoundError: No module named 'sprite-hoai-thu'  Hi, My... named 'sprite-hoai-thu' How to remove the ModuleNotFoundError: No module named 'sprite-hoai-thu' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'Sprite-sheet-project'
ModuleNotFoundError: No module named 'Sprite-sheet-project'  Hi...: No module named 'Sprite-sheet-project' How to remove the ModuleNotFoundError: No module named 'Sprite-sheet-project' error? Thanks   Hi
ModuleNotFoundError: No module named 'sprite-sheet-tcthai'
ModuleNotFoundError: No module named 'sprite-sheet-tcthai'  Hi, My... named 'sprite-sheet-tcthai' How to remove the ModuleNotFoundError: No module named 'sprite-sheet-tcthai' error? Thanks   Hi
Flex Looping
Flex Looping  I need example for flex looping mechanisam example
Flex - Framework
Flex  database conectivity in flex
SpriteClass in Flex
SpriteClass in Flex  hi.... Why we extent Sprite Class in our Graphical Classes? please give me the description....... Thanks
Flex Combobox
Flex Combobox  flex combobox with database as dataprovider   You can visit the following link for detailed tutorial on the topic. May this will be helpful to you. http://www.roseindia.net/flex/flex-combo-box.shtml
Flex basic
Flex basic  Hi...... please just tell me about Can we run Flex applications in MAC? Thanks
Flex and Java
Flex and Java  hi..... Please give similiarities between Java and Flex. Thanks
Flex event
Flex event  Hi.... Please tell me about How to create your own event in flex? Thanks
Flex and Java
Flex and Java  Hi...... Give the name of Collection which can be mapped to java and Flex and vice-versa. please give the name of all collections which is used in flex and java.. Thanks
Flex and Java
Flex and Java  Hi.... What are the config files that are used to connect Java and Flex applications? Please provide the solution of this prob so i connect java and flex.... Thanks
Flex as a Service
Flex as a Service  Hi....... just tell me about How do I run Flex as a service? please give me an example if possible Thanks  Ans: Flex is not a server. It is the pert of your web application. you can use
Flex Updates
Flex Updates  Sir, first Thanks For Good Resource for Every One! i am New to Flex... but,in Current Updates Tell Us Flex Becomes To down!(Sorry To say).. May I know Future groom & Advantage of Flex Over Other Web
Flex basic
Flex basic  Hi.......... I want to know about What is localToGlobal and globalToLocal in flex? please give me ans ASAP..... Thanks
Flex application
Flex application  Hi..... What kind of applications you can create from flex? please give the name of these applications....... Thanks
Flex basic
Flex basic  Hi.... can you tell me about Is Flex OS specific or operating system independent? please give the description about it....... Thanks
Flex basic
Flex basic  Hi.... I want to know Do we need any plugins to run Flex applications? please give the ans ASAP....... Thanks
Flex difference
Flex difference  Hi.... please tell me about What is the difference between Flex 2.0 and Flex 3.0? Thanks  Ans: There are some advantages of Flex3.0 over Flex 2.0 they are following: 1. Faster compilation time
Adding a flex table in another flex table column
Adding a flex table in another flex table column  how to add a flex table in another flex table column
Flex basic
Flex basic  Hi.... Can flex application communicate with each other on the client? please give me the answer ASAP.....ADS_TO_REPLACE_1 Thanks   Ans: See the LocalConnection API In the flex documentation. ADS
Flex with JSP
Flex with JSP  i want to draw chart in jsp page using flex. how can i do that? any solution??   Flex charts You can visit the following links: http://www.roseindia.net/tutorial/flex/flex4/components/charteffect.html
Flex basic
Flex basic  Hi...... Please tell me about What are non-visual components in flex? What class do they extend? please give the name of these components....... Thanks
Flex Managers
Flex Managers  Hi... Please tell me about How to override Managers? give me an example for that.... Thanks
Image in Flex
Image in Flex  Hi..... Can you manipulate images using Flex programs? please give me the example....... Thanks
Flex event
Flex event  hi...... How to capture and event if the component is disabled? please give an example..... Thanks in advance
Metadata in flex
Metadata in flex  Hi......... please tell me about the meta data in flex. Thanks
XML in flex
XML in flex  Hi... just tell me about What is e4X and XML in flex? Thanks
Mask in Flex
Mask in Flex  Hi...... Is it possible to create 'gradient mask' in flex? please give me the ans ASAP..... Thanks in advance
Adobe flex
Adobe flex  Hi... please give me the description about What is Adobe Flex? Thanks
Advantage of Flex
are the Advantages and Disadvantages of flex? Thanks   Advantages: Flex IDE is very capable. Flex output is a movie and images is the major part of this movie. you can not directly download the flex running file. When we right click
Flex event
Flex event  Hi.... please tell me about How does Flex event...: In the capturing phase, Flex examines an event target?s ancestors in the display list to see...: In the targeting phase, Flex invokes the event dispatcher?s listeners. No other nodes
Output of flex
Output of flex  hi....... please provide the name of the output file. What is the output of flex applications? please rply ASAP........ Thanks
FLex basic
FLex basic  Hi..... I want to know about What is the difference between DisplayObjectContainer and DisplayObject? please give an ans ASAP..... Thanks
Image in Flex
Image in Flex  Hi...... please give me the ans What type of images can be loaded in flex application? please give the name of images ........ Thanks
Flex basic
Flex basic  Hi........ I want to know about What will happen when you removeChild() and addChild()? please give me the ans ASAP....... Thanks

Ads