DKN
05-05-2005, 10:57 PM
I made a button with flash and want it so that when you click on it, a window will open up.
I have done:
On(Release)
{
//Goto Webpage Behavior
getURL("http://www.google.com","_blank");
//End Behavior
}
End On
But I get this error:
**Error** Scene=Scene 1, layer=Layer 11, frame=30:Line 7: Syntax error.
End On
Total ActionScript Errors: 1 Reported Errors: 1
I have done:
On(Release)
{
//Goto Webpage Behavior
getURL("http://www.google.com","_blank");
//End Behavior
}
End On
But I get this error:
**Error** Scene=Scene 1, layer=Layer 11, frame=30:Line 7: Syntax error.
End On
Total ActionScript Errors: 1 Reported Errors: 1
