Actions
Bug #891
closedMove y <sprite/bob num> & Move on jittery and slooow in Beta 12
Start date:
03/13/2022
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
Moving Sprites or Bobs with animation say down and up in version Beta 11 moved consistently fast and non jittery each time you run it either in preview or fullscreen.
In Beta 12, it is very slooow and jittery movement and randomly you run it, it can be sometimes worse.
Again was smooth as silk this same routine and attached in Beta 11.
..
#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,45)(1,-5,45)l" : Move on
wait vbl
wait key
goto start
Files
Actions