Actions
Bug #692
closedBob Skew not working
Start date:
03/14/2021
Due date:
% Done:
0%
Estimated time:
2:00 h
Affected version:
Description
Bob Skew doesn't do anything.
#manifest: "aoz"
#splashScreen:False
c=0
for x=1 to 150
add c,1,0 to 31
ink c
bar rnd(screen width),rnd(screen height) to rnd(screen width),rnd(screen height)
next x
ink 0
get image 1,150,50,550,150
cls
bob 1,150,50,1
bob skew 1,2
wait key
Actions