View Single Post
Old
MrMoke
Senior Member
 
MrMoke's Avatar
 
Status: Offline
Posts: 501
Join Date: Sep 2007
Location: Austin, Texas
Smile 10-19-2016, 09:16 AM

That is where some advanced features come into play. Create a Boolean variable. Then create a new event, and modify it into a "while the variable is true, perform the wing flap event". Whenever you set the variable to "true" anywhere in the program, the wing-flap method will run continuously. When you set it to "false" the wing-flap method stops.
Attached Files
File Type: a2w whileTest.a2w (167.7 KB, 0 views)

Last edited by MrMoke; 10-25-2016 at 07:30 AM.
   
Reply With Quote