Hello everybody!
I frequently see the usage of ENTER_FRAME and EXIT_FRAME event types in AS3 code. I can even use the first event type just blindly to get certain things done. But I want to clear my concepts on these very fundamental things. My qeries are as below:[LIST=1]
[]When do the above 2 event types take place - I mean what triggers them?
[]Does ENTER_FRAME trigger at the rate of FPS? If a MovieClip spans over 48 frames and the FPS = 24 - does this mean the ENTER_FRAME will occur 48 times for the full life-span of the MovieClip?
[*]Regarding the EXIT_FRAME, I could not find any example or description yet.
[/LIST]I request for the guidance; which can help me understand the points well. Although I don’t feel comfortable asking very basic question to the experts, yet I do not find other means to get such conceptual answers.
Thanks in anticipation.