i have 2 sprites on stage.bottomSprite is added to the display list first, followed by topSprite.topSprite partially covers bottomSprite.
I\'m using TweenMax to make all tweens, fade in a projet. Now my question is : is it possible to tween only linestyle开发者_Go百科 from a Sprite ?
i have a div and and a looping move function that translates an image by 1px within the div. The width of the div is 400px; the image starts moving from right to left, but I can\'t figure out how to m
I am developing a flash application required me to have a rotational sprite object cycling around the 3D space. I saw a MovieClip has a z-index that can be used as z coordinates in 3d space but 开发者
What i want the program to do is draw the graphic ground at each point in which a one appears in the .txt file, but everytime i run it, it doesnt draw the sprite?
How can i scal开发者_开发技巧e sprites in SDL?SDL doesn\'t provide scaling functionality directly, but there\'s an additional library called SDL_gfx which provides rotation and zooming capabilities.Th
in flex,I have a textarea control i like to select some text i开发者_运维百科n textarea. when mouse releases then selected text will be hilighted to GREEN RECTANGLE as sprite.
Im having a hard time putting in my head on how would i go at making flash read a xml file (this part I have it going smooth) and then fromt hat elements put on the stage a sprite or a movieclip that
I\'m making a sprite and its reaching about 4000px in height. Is there a 开发者_StackOverflow社区general size for maximum sprite height that is used within the graphics design community?Browsers will
I have a flash that has a background symbol that responds to CLICK event. On top of that symbol I have a sprite that contains a Bitmap with transparent pixels.