Hey all, just a quick one:
Can anyone comment on which of the following scenarios would perform faster and be more efficient (I had thought transition.to was handled by the Corona engine so scenario 2 is better?)
Scenario
Say I have 50 objects and I want to rotate all of them over a period of 1 second.
Option A
On the enterFrame, loop through the table of 50 objects and manually perform rotations on them by hand using LUA.
Option B
Create 50 new transition.to statements (one for each object) to let the transition manager handle the heavy lifting.
Anyone have any experience they could share with this type of situation? How scaleable is the transition system anyway (does it degrade if you use many of them)
Thanks!
[import]uid: 9428 topic_id: 9880 reply_id: 309880[/import]