Is there a limit on number of frames we put in sequence data?

SegaBoy, as I read and hopefully understood “time” correctly, it defines how much it takes for the animation go from one frame to another:

From docs:
time – This is the time (in milliseconds) between each frame. If this is not specified, then animation will be based on the framerate of your app. [import]uid: 206803 topic_id: 36930 reply_id: 145158[/import]

Yeah - that clears that up, if the docs are correct then I can’t really offer anything, sorry. Hopefully Brent or Rob will be able to help.

Just out of interest what happens if you don’t specify a time value and let the app control it at 30/60fps? [import]uid: 33275 topic_id: 36930 reply_id: 145159[/import]

If you don’t specify any time, frames will change based on fps of your app, so each app frame changes one animation frame.

Hopefully one of staff will help us here. [import]uid: 206803 topic_id: 36930 reply_id: 145173[/import]

Hi Aidin,
The documentation is misleading (incorrect, actually), and thank you for pointing it out. The “time” parameter is time for the entire sequence, not the time between each frame. If you don’t specify a time, the frames will animate “per game cycle” as you note (that part of the documentation is correct).

I’ll fix the documentation this week regarding that, and sorry for the confusion.

Brent [import]uid: 200026 topic_id: 36930 reply_id: 145217[/import]

Thanks man for the reply.

I noted something like this when I was testing different values but I believed in the documentation so much that I neglected any other possible scenario! [import]uid: 206803 topic_id: 36930 reply_id: 145220[/import]