To disable Tokamak from running (Tokamak pause) I've set about deactivating every TOK object with this code...
If I enable the Stop command, so the code is stopped in debug before executing, I can exit debug and it works fine on 50 Tok objects. But if I leave out the Stop command, the program crashes out with a 'Memory Access Violation' and the Debug shows n=10.
Why would execution after stopping work, where normal execution hangs at number ten?
If KeyDown(57) ; Key Space TOK_active=0 ; Stop For n=1 To NUM_ACTORS TOKRB_Active actors(n)\TOK_obj,False Next EndIf
If I enable the Stop command, so the code is stopped in debug before executing, I can exit debug and it works fine on 50 Tok objects. But if I leave out the Stop command, the program crashes out with a 'Memory Access Violation' and the Debug shows n=10.
Why would execution after stopping work, where normal execution hangs at number ten?