Actions
Bug #892
closedBob/Sprite Move x/y <num> and Bob/Sprite Move on <num> have no effect
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
Updated by Francois Lionet over 2 years ago
- Status changed from New to Resolved
- Assignee changed from AOZ Studio Team to Francois Lionet
Fixed!
Updated by malcolm harvey over 2 years ago
- Status changed from Resolved to Closed
Actions