Hi....
So.. "if frame is loaded"
"goto and play"
so far so good.
But should there b an "end frame loaded" at the end,
like in flash 4 ?
Tor
Printable View
Hi....
So.. "if frame is loaded"
"goto and play"
so far so good.
But should there b an "end frame loaded" at the end,
like in flash 4 ?
Tor
no, there shouldn't... simply:
ifframeloaded("Scene",1){
trace('boo!');
}
u only have to type '}' at the end, like in C or JavaScript