Actions
Bug #887
openBob/Sprite Limit not working
Start date:
01/20/2022
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
BOB limit runs without errors but does nothing in program.
SPRITE limit gives out an error and the program doesn't run.
In the example below the bob should only show in the boxed area.
EXAMPLE:
bob 1,150,20,1 : move y 1,"(1,2,200)(1,-2,200)l" : move on
Box 0,200 To 400,400
Limit Bob 1,0,200 to 400,400
//Limit Bob 0,200 to 400,400 // Internal error if selecting all bobs.
Actions