How to start this ActionScript Stuff? -Make It Real!-Extension
|
One thing that Macromedia Flash let ActionScript beginner confused is what called its virtual programming, but this virtual programming also brings the convenient for people to use them without worrying too much about the programming job. What is virtual programming and what is the other?
About virtual programming
You can see them?..
Instances are virtual objects. The MovieClip instances, the Button instances?etc are virtual objects that inherit properties and methods from their Class Object. For example, when you make a MovieClip symbol from Library Panel, and drag it into the stage, and give its instance a name, what you are doing is just create an instance object from MovieClip objects. We call this is an instance object of MovieClip Class. All of this already exist Classes are called "predefined class" that Macromedia had settled them up well for you. You can set properties (describe them), events (methods, tell them to do?) for these instance objects according whatever its Class object has constructed for.
About the others??
You can not see them??
There are those instance objects which you can not create them like the way you make the MovieClip instance objects, such as Array instance objects, XML instance objects?.etc. For example, if you want to create an array instance object from Array Class Object, you do...
| Var myArrayObject:Array = new Arry();
|
What more...
So?you know? you can construct your own Class object and create its instance objects,too.
|
|
|
--Index--
|
  
|
|
| Project Log
|
 | New tips | (Jan 28th,2004) Pass value of ASP querystring to FlashMovie rather useing loadVariables method.
|  | Piano Chords Finder | (Oct 4,2004) After a little tired of making flash for web, started making this music tool to entertain myself hee:)
|  | New Tutorial | (Sep 19,2004) Glad...Once I had topic about web programming. ActionScript is such a cute thing that gives designers so much imagination to explore.
|  | player 3.0 | (Sep 9,2004) A new design from mp3 streaming player2.0, also add volume control.
|
|
|
Never imagine how you want to be creative.
|
|