An Example of Actionscript
Here is an example of REAL actionscripting created by our flashguru, Den Ivanov:
onClipEvent (load) {
s = new sound();
s.attachSound("loop1");
s.start(0, 1000);
this.startDrag(1);
Mouse.hide();
}
onClipEvent (enterFrame) {
S.setPan((_root._xmouse/2)-100);
S.setVolume(100-(_root._ymouse/4));
}
If you've used Flash 4 then you will agree this new language is a whole new kettle of fish. It's object oriented and now uses the dot syntax. However, the friendly people at Macromedia haven't put a giant speed bump on your learning curve, though you maybe thinking this. The familiar actions in Flash 4 have all made their return here so all the simple tasks aren't coded much differently. However some of them have depreciated in Flash 5, which means it will still work but there is a newer, more optimal way to perform the task. So why fight destiny? Let's learn this new and very powerful language!!!
Before we begin, I would also like to introduce you to one of the single most annoying causes of errors in actionscript. The Quote Marks " ". This will be the difference between actionscript working and several trips to the flashkit board, a number of emails, a couple of late nights, 20% less hair and relationship stress. I won't go into details here but all will be reveiled in the first tutorial - Data Types.
Enjoy!
| » Level Basic |
|
Added: 2000-12-15 Rating: 4 Votes: 71 |
| » Author |
| Eddie was a Content Editor at Flashkit.com and is actually a sentient Gateway Solo 2150xl notebook that suffers from acute lysdexia and caffeine addiction. He is carried on the shoulders of a semi-autonomous human called "Body". |
| » Download |
| Download the files used in this tutorial. |
| Download (0 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!