Bug #772
Sprite 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.
Updated by Francois Lionet about 1 year ago
Fixed. Note, in your example, you need to add "L" at the end to see the object moving! ;)
Updated by Francois Lionet 11 months ago
- Status changed from New to Resolved
- Assignee set to Francois Lionet
Fixed!
Updated by Brian Flanagan 11 months ago
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