[font=verdana, arial, helvetica][size=2]Hi there,
I am working on a flash animation. The name is ‘home.swf’, which had about 300 frames in it. The first 250 frams got all the intro, skip intro and tweening etc. One of the link in this animation will go to ‘contact.swf’. When I click on the ‘back’ button it should come to ‘home.swf’ and it should play from the 250th frame (not from the frame 1). How can I do that? Wht is the code I can write in the ‘back’ button?
on (press){
loadMovie(“home.swf”,0);
}
I have specified 250, but it is not working. Can anyone advice me in htis regard please?
Cheers,
punukollu[/size][/font]