Jul 23, 2001 #1 mothman Instructor Joined Jun 25, 2001 Messages 36 Location US I was following a tutorial and it listed some action script on(release) Begin tell target ("/window" goto and play (2) End tell target The problem is I cant find END TELL TARGET as an option.... Do I just input a blank tell target or what?
I was following a tutorial and it listed some action script on(release) Begin tell target ("/window" goto and play (2) End tell target The problem is I cant find END TELL TARGET as an option.... Do I just input a blank tell target or what?
Jul 23, 2001 1 #2 blended Programmer Joined Aug 8, 2000 Messages 154 Location US That looks like old scripting to me. Try this and see what happens: on (release) { tellTarget ("Window" { gotoAndPlay (2); } } You're using flash 5 right? Blended Upvote 0 Downvote
That looks like old scripting to me. Try this and see what happens: on (release) { tellTarget ("Window" { gotoAndPlay (2); } } You're using flash 5 right? Blended