Help wirth spinner
dm222
Member Posts: 1
Hi all,
I have made a simple game that is based on the coin game (a ball bounces and hits coins making them destroy). I'm learning and need to start somewhere.
Anyway, I have an object on the screen that rotates but when the ball hits it, the spinner moves off screen. When I go into the physics area and un-check movable, it doesn't rotate. I have a collide event in the ball object.
I have made a simple game that is based on the coin game (a ball bounces and hits coins making them destroy). I'm learning and need to start somewhere.
Anyway, I have an object on the screen that rotates but when the ball hits it, the spinner moves off screen. When I go into the physics area and un-check movable, it doesn't rotate. I have a collide event in the ball object.
Comments
self.Rotation = random(1,360)
Duration 2 Function Ease out
Probably not the right way of doing it but might suit your need.