I’m trying to convert a Flash game to Corona.
Basic setup is: A number of animated fish are generated randomly, and speed, angle, direction are different for each fish. Ther move around in a certain way and react to other objects
The Flash version just creates a EnterFrame listener for each fish, but in Corona you can’t setup an Enterframe listener for an object. Only Runtime.
So if i want to control every fish (moving and reacting to other fishes) , what type of Listener do I use?
If I use Enterframe listener, I have to do a do - loop through all the fishes and control them that way?
Wouldn’t that be overkill? Or maybe a timer?
[import]uid: 50459 topic_id: 35565 reply_id: 335565[/import]