11/4/2010 4:03:32 PM
Title:
How do I...Create a new external ActionScript file
I am completely new to flash actionscript and I am following a tuttorial that asks me to
Create a new external ActionScript file
11/5/2010 12:02:42 AM
First, Right click on your desktop and create a new Text Document. Write actionscript codes there and save the file as .as extension. That's how you create actionScript files...hehe...
Actually, new ActionScript files can be created by right clicking on your project folder in project explorer and then selecting -> New -> others -> Flash Builder -> ActionScript File/Class.