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
Actions