Hi,
Regarding the use of while loops on the iphone.
Traditionally my gameloop might look like:
while (not end of game){
do stuff
update screen
check game status, etc..
}
My question is really, does the iphone's operating system have a problem with that sort of operation, specifically would my program receive the touch inputs and could anything else be affected.
Another issue which I am not certain is how an intro/start prompt would fit into a typical gameloop, as this would require its very on while loop, again possibly affecting the iphone's operation.
Would appreciate any ideas/theories.
Thanks in advance.
m1
Regarding the use of while loops on the iphone.
Traditionally my gameloop might look like:
while (not end of game){
do stuff
update screen
check game status, etc..
}
My question is really, does the iphone's operating system have a problem with that sort of operation, specifically would my program receive the touch inputs and could anything else be affected.
Another issue which I am not certain is how an intro/start prompt would fit into a typical gameloop, as this would require its very on while loop, again possibly affecting the iphone's operation.
Would appreciate any ideas/theories.
Thanks in advance.
m1