/t5/animate-discussions/1126-function-does-not-have-a-body/m-p/881045#M21518May 19, 2008
May 19, 2008
Copy link to clipboard
Copied
LATEST
Lose the semicolon on your trial function:
function trial():void;
{
...
After that you'll find you have a problem with "trialnum"
(which should be "trial
Num") and "Next_mc", which doesn't exist except for adding
an event listener to it.