Hello, Is it possible to call a function when a frame is reached in a movieclip? I was thinking I could trick it by doing something like alpha=function() return 1 end but didn't work. Maybe a good feature if it's not currently possible? Thanks
if your code is not very cpu intensive you can put stop command inside the movie clip at the frame you want and then use event handler to set alpha and continue the clip. In most cases you will not see the break of movie clip operation.
Comments
Likes: ar2rsawseen, mike950f