Hi guys,
Let’s say I have the following code :
local function animate(event)
--- do stuff in here
end
Runtime:addEventListener( "enterFrame", animate );
And that my “do stuff in here” takes long time. Will the animate function still be called every 16ms ( many animate function in parallel ) or will the first animate function interrupted or will the second event only fired after the first animate function ( the long one ) is finished ?
Thanks a lot.
Bruno from http://blueglutton.com [import]uid: 9097 topic_id: 8064 reply_id: 308064[/import]