apply actions to MCs
apply actions to MCs
Out of context: Reply #3
- Started
- Last post
- 3 Responses
- shant0
you don't put the onclipevent in the function. you write the function and include all the things you want to happen onClipEvent. so in the first frame you've got a function called doStuff
then you just go
onClipEvent(enterframe){
doStuff();
}