[FONT=Arial][SIZE=2]Hi everyone, I have flash actionscript question.[/SIZE][/FONT]
[FONT=Arial][SIZE=2]I want to use [COLOR=#0000ff]_root.loadMovie[/COLOR] and make it jump to the frame i want.[/SIZE][/FONT]
[FONT=Arial][SIZE=2]I used following code[/SIZE][/FONT]
[FONT=Arial][SIZE=2][COLOR=#0000ff]_root.here.loadMovie(“a.swf”, 1);[/COLOR][/SIZE][/FONT]
[SIZE=2][FONT=Arial][COLOR=#0000ff]_level1.gotoAndPlay(“s1”);[/COLOR][/FONT][/SIZE]
[FONT=Arial][SIZE=2]and it’s not working right.[/SIZE][/FONT]
[SIZE=+0][FONT=Arial][SIZE=2]it loads [COLOR=#0000ff]a.swf[/COLOR] but doesn’t jump to [COLOR=#0000ff]s1[/COLOR] frame. do you know what i did wrong?[/SIZE][/FONT][/SIZE]
[FONT=Century Gothic][SIZE=2][FONT=Arial]thanks![/FONT][/SIZE][/FONT]