movieclip
AS3 Access the methods of a dynamically created movieclip
How do I access the methods of a dynamically created movieclip/object? For simplicity sake I didn\'t post code on how I dynamically created the movieclip. Instead, assume its already created. It is a[详细]
2023-03-16 04:57 分类:问答Using Actionscript (MovieClip) class in flex
I have a piece of Actionscript code that Implements MovieClip. I don\'t seem to be able to get it to display in my application.[详细]
2023-03-12 15:07 分类:问答stop movie clip
I want to stop a movie, when it enters the last frame, i did this as below: package{ import flash.display.Sprite;[详细]
2023-03-12 12:14 分类:问答AS3 - Objects on stage unintentionally disappear
We are making a simple Flash game intended for mobile phones via Flash 5.5 using ActionScript 3.0.We are animating an array of objects vertically until they开发者_如何学Python hit another object at th[详细]
2023-03-11 12:01 分类:问答AS3: Return MovieClip from Function
Sorry if this question has already been answered but I can\'t seem to find any relevant examples online. I basically have a class which loads a set of MovieClip objects and provides accessor functions[详细]
2023-03-11 09:59 分类:问答an AS3 class cannot pass a MovieClip as a parameter to its super class...?
Is there a reason why it can\'t work?? Here is a code sample : main.as package{ import flash.display.MovieClip;[详细]
2023-03-11 09:20 分类:问答Evaluate a path string which contains a nested movieclip in AS3
This should be fairly simple but I understand why it doesn\'t work. I am hoping there is a clever way to do the following:[详细]
2023-03-10 20:53 分类:问答Flash Builder 4: MovieClip looses embedded fonts when s:RichText component added
I have a problem with one of the projects I\'m working on where fonts are not being embedded correctly. I have a movieclip from Flash embedded in a Flex project. As soon as I add a s:RichText to anyth[详细]
2023-03-10 12:14 分类:问答ActionScript: Adding multiple instances of the same swf file to the stage
I\'m creating a game in ActionScript 3.0 using the FlashPunk game engine and the FlashDevelop SDK. I\'ve created my own MovieClip class that takes a preloaded movie clip file.[详细]
2023-03-10 11:52 分类:问答How do you address a named instance of a movieclip from the class file of the movieclip?
I have a movieclip instance named \'placeholder\' o开发者_运维问答n the canvas, and I want to change the alpha of the named movieclip from it\'s class without effecting the alpha of all the movieclips[详细]
2023-03-09 21:12 分类:问答