Question about action script output
I am trying to add some actions to artwork, is for a button, fox example the output says:
Scene=Scene 1, Layer=Actions, Frame=1: Line 1: Wrong number of parameters; set requires exactly 2.
set ("boxStatus"); = "0"
Scene=Scene 1, Layer=Layer 1, Frame=1: Line 1: Mouse events are permitted only for button instances
on (Release) {
I am making a button
Scene=Scene 1, Layer=Layer 1, Frame=1: Line 2: ';' expected
Go to and play (2)
Scene=Scene 1, Layer=Layer 1, Frame=1: Line 5: ';' expected
End on
Scene=Scene 1, Layer=Layer 3, Frame=2: Line 1: ';' expected
set Variable; "boxStatus"="1"
That is in general, thank you for your help.