Hi guys,
i have included a key manager from github for the "KEY_DOWN"-feature (can't give the link) and now is the question: When i set the FPS in the project settings to for example 60 and the device can't handle 60 frames, what will happen? The thing is on unlimited frames per second my player controller is of course faster than in 60 FPS, that's why i need that information. In other scripting languages i used delta time, but i don't know if this exists in Gideros, too.
Hope someone can give me that information, thanks in advance
Comments
https://wiki.giderosmobile.com/index.php/Event.ENTER_FRAME
Likes: MoKaLux
I used onEnterFrame before in my project. Then everything is good, I didn't know that this IS delta time.
Likes: MoKaLux