PDA

View Full Version : intro to movie


gabemarchionda
05-22-2005, 10:28 PM
any idea on what the action script is for a "play button" at the begining of a movie is, if you could tell me that would be great

ScatteredLogical
05-22-2005, 10:44 PM
Simply type

goToAndPlay(#);

where # is the corresponding frame of the first point in the movie's animation you'd like to display. This information is easily accessed in the help, along with an explanation of how to perform the same function across scenes in a given FLA file.