Thread
:
Help with Pause
View Single Post
#
3
(
permalink
)
09-28-2007, 10:50 PM
marco
Member
Join Date: Jul 2007
Posts: 23
if you want a certain button could start a loop which never ends, and another button could break the loop
if (//button sequence)
while (true)
{
if (//button sequence)
break;
}
marco
View Public Profile
Send a private message to marco
Find all posts by marco