Hi All I am new and not that great with actionscript FYI in advance!
I have created a project in which people walk forward and when I click on them (they are created as a button) it then moves to a new scene which plays a video and has some blurb about them etc.
Basically I have it all working but the final step I want them to walk forward after a user click and then it to move on to scene2 after the walk has ended.
At the moment I have:
Code:
b1.onRelease = function ()**
_root.gotoAndPlay(7);
_root.gotoAndPlay("scene2, 1");
};
Now I know this isn't going to work - all it does is move on without playing the walk but I just wanted to find out how I can make both happen!
Thanks for any help
nwmsltd