#include <acknex.h> TEXT* myText = NULL; void waitForMyTextToBecomeNull() { while (myText) wait(1); sys_exit("e voila..."); } void main() { myText = txt_create(1,1); waitForMyTextToBecomeNull(); wait(-2); ptr_remove(myText); myText = NULL; }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de