View Single Post
08-29-2007, 08:03 PM
#10
derek lapp is offline derek lapp
Status: design rockstar
Join date: Jan 2005
Location: guelph, ontario
Expertise:
Software:
 
Posts: 2,246
iTrader: 0 / 0%
 

derek lapp is on a distinguished road

  Old

  1. your put the keyframe on frame 1, so at the end of the movie, there's nothing to execute
  2. you need a button to trigger the code
  3. this.onRelease = function(){ this.gotoAndPlay(2); } 'this' refers to the frame. onRelease (and the others) only apply to buttons as you can't press/release a frame. the button (that you didn't make) needs to be released

http://www.vectorthis.com/temp/movie2_works.fla