View Full Version : replacement for telltarget
aaronh
11-02-2002, 12:19 AM
Hi, can someone tell me how to do this script without using telltarget?
on (release) {
tellTarget ("/") {
gotoAndPlay("01");
}
}
Simple question, I know, but I couldn't find it in the other posts or tutorials.
Thanks!
Jesse
11-02-2002, 12:46 AM
_root.gotoAndPlay("01");
However keep in mind that "" makes 01 a frame label, not a number, and frame labels shouldn't begin with a number.
aaronh
11-04-2002, 02:09 AM
I appreciate the help, I will give that a try.
Didn't know that you shouldn't label a frame starting with a number...what is the reason for that?
Jesse
11-04-2002, 10:18 PM
It harks back to Flash 4 which just wouldn't work when you used variables or labels beginning with a number. I'm pretty sure it's still relevant for variables at least. I'm stuck in my ways.
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.