Actions
Bug #772
closedSprite move
Start date:
06/08/2021
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
Sprite or bob move does not work. Example: move y 5,"(1,1,5)" : move on
Nothing happens.
Actions
Added by Alex Vac over 3 years ago. Updated about 3 years ago.
0%
Description
Sprite or bob move does not work. Example: move y 5,"(1,1,5)" : move on
Nothing happens.
Fixed. Note, in your example, you need to add "L" at the end to see the object moving! ;)
Fixed!
Verified. It works!
See code below.
Draw 0,0 TO 100,100
Draw 0,100 To 100,0
Get Bob 5,0,0 To 100,100
Cls 0 : Curs Off : Flash Off
Bob 5,200,200,5
Locate 0,0 : Print "Press any key."
Wait Key
move y 5,"(1,1,5)L" : move on