Get current frame in actionscript. What instance should I refer to? -


i'm new actionscript. i'm trying make menusystem jump specific frames depending on frame i'm on. have made switch/case evaluate current frame. have managed find code current frame need instance of entire flash movie seems? have tried (psudo code sort of).

var frame = myclip.currentframe; 

i proceed test frame in switch/case statement. (all event mouse event listener btw).

now how can refer myclip?

ok, found use this.currentframe;, seems obvious right now.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -