toi
09-07-2001, 01:49 PM
Scene by scene
Hi, first sorry for my english !
Ok, I have 2 .swf, first one call main.swf (_level0),it's contain several scenes
Second one call remote(_level1) it's dragable remote control with 2 button next scene and previous scene.
I can not go simply scene by scene ?
This my code on the button :
On (press){
_level0.nextScene();
}
if you can help me…thank
Hi, first sorry for my english !
Ok, I have 2 .swf, first one call main.swf (_level0),it's contain several scenes
Second one call remote(_level1) it's dragable remote control with 2 button next scene and previous scene.
I can not go simply scene by scene ?
This my code on the button :
On (press){
_level0.nextScene();
}
if you can help me…thank