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.
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.
