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
Updated by Brian Flanagan over 3 years ago
- Estimated time set to 2:00 h
- Affected version changed from 1.0.0 (B4) to 1.0.0 (B5)
Confirmed this is still a problem in 1.0.0 (B5).
Updated by Brian Flanagan over 3 years ago
- Status changed from Resolved to Closed
- Target version set to 1.0.0 (B7)
Working in B7!
Actions