Repeat actor going up
aitorv21
Member Posts: 71
I have a question, I setting my actor for the next:
After 3 seconds until up until collision with “Barra” when collision with “Barra” back to position Y = 0, but the problem is double:
1º- The actor start in second 0.
2º- My actor no back to up
How can I do for solvent this?
Exist alternatives? I only want generate or reuse my actor for go of down to up. How can I do?
I attach cap: http://s2.subirimagenes.com/imagen/previo/thump_866058420131017-20.png
Thank so much in advance!!
After 3 seconds until up until collision with “Barra” when collision with “Barra” back to position Y = 0, but the problem is double:
1º- The actor start in second 0.
2º- My actor no back to up
How can I do for solvent this?
Exist alternatives? I only want generate or reuse my actor for go of down to up. How can I do?
I attach cap: http://s2.subirimagenes.com/imagen/previo/thump_866058420131017-20.png
Thank so much in advance!!
Comments
After 3 seconds move 90 (speed 100 or any speed you want).
Overlap or collide with barra change attribute self.position.y to 0
For collide to work at least one of the actors has to be moveable.
Darren.