Jul 23, 2001 #1 mothman Instructor Jun 25, 2001 36 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 Aug 8, 2000 154 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