Cheese Wizz
03-27-2001, 07:17 PM
I'm not smart enough to make something work with slash syntax. The expression
_root.CompMov.gotoAndPlay(1);
works, but the same thing in slash syntax doesn't.
_level0/CompMov/gotoAndPlay(1);
I figured that the problem is with the slash before the Goto statement, but I don't know what to use to make it work in flash 4. I just want more people to be able to use the site, so I want to use the slash syntax. I can find another way around this but would vastly prefer to have this work. Thanks.
_root.CompMov.gotoAndPlay(1);
works, but the same thing in slash syntax doesn't.
_level0/CompMov/gotoAndPlay(1);
I figured that the problem is with the slash before the Goto statement, but I don't know what to use to make it work in flash 4. I just want more people to be able to use the site, so I want to use the slash syntax. I can find another way around this but would vastly prefer to have this work. Thanks.