hi , i am making basketball game and i want the basket move up and down without press any thing
Constrain the actor's Y position to AAA *sin(self.time *BBB)+CCC
AAA = the range of movement. BBB = the speed of movement. CCC = the centre point of the movement.
Comments
Constrain the actor's Y position to AAA *sin(self.time *BBB)+CCC
AAA = the range of movement.
BBB = the speed of movement.
CCC = the centre point of the movement.