Project

General

Profile

Bug #772

Sprite move

Added by Alex Vac almost 3 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Target version:
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.

#1

Updated by Francois Lionet almost 3 years ago

Fixed. Note, in your example, you need to add "L" at the end to see the object moving! ;)

#2

Updated by Francois Lionet over 2 years ago

  • Status changed from New to Resolved
  • Assignee set to Francois Lionet

Fixed!

#3

Updated by Brian Flanagan over 2 years 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
#4

Updated by Francois Lionet over 2 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF