Rule help
GingerBGames
Member Posts: 390
Hello GS'ers,
So i've got an actor that moves from the right side of the screen to the left (Actor A). I've got another actor (Actor that moves from left to right of the screen.
In actor A,
when touched is pressed [timer for .5 move left at self.my speed +100 otherwise move left at 0.
if self.my speed < 100 & overlaps with actor B accelerate up at 3000.
My problem is this, when i'm not touching the actor A it should be going straight up as fast as possible 3000 speed. If i'm touch the actor then all it should be doing is moving left. However this is not happening, i'm not sure how to fix this. I would like actor A to go back to it's original y as well. I don't know how to do this though.
Any help would be very appreciated, thank you.
So i've got an actor that moves from the right side of the screen to the left (Actor A). I've got another actor (Actor that moves from left to right of the screen.
In actor A,
when touched is pressed [timer for .5 move left at self.my speed +100 otherwise move left at 0.
if self.my speed < 100 & overlaps with actor B accelerate up at 3000.
My problem is this, when i'm not touching the actor A it should be going straight up as fast as possible 3000 speed. If i'm touch the actor then all it should be doing is moving left. However this is not happening, i'm not sure how to fix this. I would like actor A to go back to it's original y as well. I don't know how to do this though.
Any help would be very appreciated, thank you.
Comments