Actions
Bug #436
closedBob scaling problem
Start date:
08/05/2020
Due date:
% Done:
0%
Estimated time:
1:00 h
Affected version:
Description
If I had a (for example) a laser. I could scale it left or right bu increasing/decreasing the x scale to make it grow from the hot spot. Now it's going right okay by increasing the x, but when I decrease it, instead of growing left, it's growing right. It also looks like the hot spot is being flipped which is making other bobs move.
#manifest: "aoz"
#splashScreen:false
bob 1,100,100,1
ink 1:circle 100,100,5
wait 1
for x=2 to -5 step-1
bob scale 1,x,1
wait 1
next x
Updated by Paul Kitching over 4 years ago
Collision detection is still happening to the left when scaled <0, but the graphics are to the right.
Updated by Brian Flanagan about 4 years ago
- Estimated time set to 1:00 h
- Affected version changed from 0.9.9.4 to Beta RC2
Updated by Francois Lionet about 4 years ago
- Status changed from New to In Progress
- Assignee changed from AOZ Studio Team to Francois Lionet
- Target version set to Beta RC4
Done some improvement, but there are still problems when the bobs are rotated and scaled at the same time.
This part of the software definitively need a rewrite. Will come next week.
Updated by Paul Kitching about 4 years ago
- Status changed from Resolved to Closed
Actions