|
-
Function not invoking...please help
Hello
I have a function that works well when i invoke it through onPress, however, the function does not work when i place it in the movie frame.
For instance
function traceMessage(){
trace("I am invoked");
}
works when I invoke like this through a button:
on (press){
traceMessage();
}
However, when I just place the function in the first frame of my movie, like this:
traceMessage();
it doesn't work.
Any suggestions? Thanks,
Tone
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|