This site requires JavaScript, please enable it in your browser!
Greenfoot back
Flipper3000
Flipper3000 wrote ...

2022/1/25

Rotate an object form another angle

Flipper3000 Flipper3000

2022/1/25

#
Hey, i have a Problem with my Flipper Game. In a pinball game, the two flippers that move the ball up do not rotate in the middle of the object, but rather rotate around an outer point. But how can I implement this in Greenfoot that the object does not rotate around the center of the object but around an outer point of the object? Thanks for Help
danpost danpost

2022/1/25

#
Rotations pivot at the middle of the image. Make the center of rotation the middle of the image of the flipper.
You need to login to post a reply.