Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Do you add this to the button or on an empty frame? I am newbie.. please can anyone point to me a tutorial, because I have the same problem
Copy link to clipboard
Copied
This actually refers to a class file (external flash file).
for example if the class name was: Myclass.as
Store the file in the same directory as your swf and fla. Then in frame one enter:
//first import the class file
import game.SoundLoader;
// create an instance
var myCoolSound:SoundLoader = new SoundLoader();
// now you can use it in your AS
Let us know if you still have a problem.
Message was edited by: >Vee<
Copy link to clipboard
Copied
Thanks Vee, but it is alll greek to me... maybe i should start from scratch. Thanks again
Find more inspiration, events, and resources on the new Adobe Community
Explore Now