Repeat actor going up

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!!

Comments

  • UtopianGamesUtopianGames Member Posts: 5,692
    Picture not clear so not sure exactly but...

    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.
Sign In or Register to comment.