it is must start at paused part
+ps. im not in country that main language english. and not study hard english. so not good (bad)at english. understand me
Moderator: Moderators
Code: Select all
// code before
while(level.pauseThread == 0)
{
wait 1
}
// more codeCode: Select all
level.pauseThread = 1Code: Select all
myThread:
// code
// pause
// code AFTER something userdefined happens