assigning script to symbols - new user
Hi,
I used to use flash mx 2004, can not believe it was over 10 years ago. I got really into making games at the time and recently realised I want to use flash for a project im working on. Tried installing my old program but its not very well supported on windows 8 understandably, so i got CC.
My question is really about how you can write actionscript. in the old version you could write script on frames or on symbols. so for buttons I would select the symbol and the actionscript panel would show different code to the frame, then everything you wrote would be related to this button, eg.
on (release) {
stop();
}
i cant figure out how to do this in the new version, has it all been moved to the frame?
so in that case would you write something into the frame that is along the lines of:
buttonname.on (relase) {
stop();
}
thanks for the help! i am asking really because i drew out how i plan to make my project based on using symbol - assigned script, and changing method will be a bit of work. does it make sense to write all the code into a separate layer with only one keyframe?
all the best,
Andy
