mc.onLoad not working
mc.onLoad not working
- Started
- Last post
- 7 Responses
- cure
I know this is kinda silly, but I create an mc, i name the instance " ball " and then on frame 1 for the main timeline i write:
ball.onLoad = function (){
trace ("something");
}And it doesnt work! It does work with the onEnterFrame function, but not the onLoad function! I even tryied placeing the ball a few frames away from frame 1 and nothing!
I just copy-pasted the code from the macromedia help. What am I doing wrong!!??thanks for your help
cheers
- UndoUndo0
listener?
- Nairn0
"I am Duncan Mc.Onload of the Clan Mc.Onload!"
ho-hum.
- UndoUndo0
LOFL
hi donald
*waves
- UndoUndo0
oops duncan
- cure0
help with the listener? I'm a total newbie sorry!
thanks
- UndoUndo0
look at the MovieClip calss in flash help and the addListener method. it will give you an example there
:)
- cure0
thanks man!