say have movieclip
called mc
2 frames inside it.
if call
mc.play();
- trigger somewhere inside flash systemmc.addeventlistener(event.enter_frame)
call?if call
mc.stop();
- remove listener?what happens if
mc
has 1 frame? flash smart enough ignore all?am in correct direction here??
thank
eyal
- no, should manually call addeventlistener removeeventlistener. there no exclusions kind of objects.
- ---
if
movieclip
has 1 frame looply (cyclic) play frame n times per second.enter_frame
event dispatched n times per second also.n frame rate per second.
- i hope are..
Comments
Post a Comment