I have the following error:
Scene 1, Layer 'smashNow', Frame 138, Line 1 1119: Access of possibly undefined property
onRelease
through a reference with static typeflash.display:SimpleButton
.
Here is my code:
play_mc.onRelease= function ()
{
GotoAndPlay ("Scene 3",1)
}