Project

General

Profile

Bug #892

Bob/Sprite Move x/y <num> and Bob/Sprite Move on <num> have no effect

Added by malcolm harvey about 2 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
03/13/2022
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

If you substitute the below line Move y 2,"(1,5,20)(1,-5,20)l" : Move on with
instead, Sprite Move y 2,"(1,5,20)(1,-5,20)l" : Sprite Move on the Sprite or Bob does not move no effect.
It seams they actually only moves with Move x/y and Move on . (Possibly not implemented).

#manifest:"aoz"
#splashScreen:false
#googleFont:"baloo"
#speed:"fair"
#useAssetsResources:true

load asset "charscreen.png",2 //load in gfxscreen cover bob 10
screen 0

start:
sprite 2,160,100,2
Move y 2,"(1,5,20)(1,-5,20)l" : Move on
wait vbl
wait key
goto start

Also available in: Atom PDF