ID:165445
![]() Dec 23 2006, 8:54 am
|
|
Okay, all Sega games(almost) and most great games have some sort of... PAUSE BUTTON! How(if there is a way) do you pause all the procs in the world?
|
![]() Dec 23 2006, 8:57 am
|
|
You could have a global variable for pausing and do something like this:
|
It depends on how you're doing it. If you're comparing it against world.timeofday or world.realtime (I forget which is the accurate one) it might be a bit tricky. If you have one that simply does ticks, though, you can use the while(pause) one.
|