Thursday, July 21, 2005

 

Simple Flash Codes to try

To go to scene 1 to another

buttonname.onRelease = function()
{
gotoandplay("scene",1);
}

Created an animated flash movie with buttons that goes from one scene to another using the code as shown above.

Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?