|
From: strk <st...@ke...> - 2007-02-21 17:01:03
|
Trying to output GOTOFRAME or GOTOFRAME2 tags I found out that Ming output those only if using the 'gotoFrame' construct, which is NOT a valid ActionScript builtin. Also, I found out that some compilers convert gotoAndPlay and gotoAndStop to GOTOFRAME or GOTOFRAME2 (maybe GOTOLABEL too ?) tags, rather then introducing another construct. Dunno how they do to actually output a function call to the _global or MovieClip methods. Anyway, hard-coding a non-standard gotoFrame() doesn't seem a good idea to me. Additionally, it seems there's no way to output a GOTOFRAME2 with *play* semantic . Rather, when GOTOFRAME2 is output [gotoFrame(<expression>)] it's 'play' flag is always set to 0. Ideas on how to proceed with these ? --strk; () ASCII Ribbon Campaign /\ Keep it simple! |