PDA

View Full Version : Problem to jump to another scene with buttons


arjun
12-04-2001, 11:38 AM
i'm using movie clip which also have buttons in that movie clip and now i want to use these buttons to jump to another scene. but it is not working.

the fla file is attached with this post. and after making swf when it runs a menu card will appear there and i want to jump to another scene with buttons of menu..

jimburton
12-04-2001, 01:43 PM
no .fla file attached arjun...you need a button action like so:

on(release)
{
nextScene();
}