Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - tuncy

#1
Hi,

Does GLBasic support iPad 3 Retina?

Thanks
#2
Thanks!
#3
Hi,

Just started learning GLBasic. I went through the docs and searched forums and it seems its not possible to use threads in GLBasic when developing for IOS. True?

I'd like to be able to assign one thread that updates the score every n seconds, another one that draws enemy sprites every X ms, scroll background colours every Y ms, etc...

Is the only way to do this is use the main game loop and call subs/functions?

Thanks