PDA

View Full Version : Actions and ActionScript



ArjunK
September 2nd, 2002, 10:56 PM
Is there a different between Actions and Actionscript?
Like I can push buttons and get gotoandplay(), but that's not defining variables and doing programming stuff. I kinda figured that maybe the preprogrammed functions are Actions and when you do programming it's Actionscript. Am I wrong or what's the answer? Thanks! :)

Bezzer
September 3rd, 2002, 12:46 AM
actionscript is the scripting behind those actions...even if u press a button in normal mode it still writes code :)

lostinbeta
September 3rd, 2002, 02:03 AM
actionscript = the entire language name
action = the piece of actionscript code you use to create "action" in your movie.