Moving an Actor to a certain position with one touch

I am fairly new to game salad and this problem has been bothering me for a while. I am trying to move a platform to self.position.X+25 when i click on an actor. All it does is constantly move right off the screen. Please Help

Comments

  • Simple AppsSimple Apps Member Posts: 158
    edited October 2014

    Don't use Move Behaviour,,use Change attribute behaviour..follow this

    1. Create an actor

    2. Create a rule when touch is pressed..

    3. Add behaviour change attribute..

      change attribute self.position x to self.position X +25

    then you touch the actor..it will move to x+25 every time.

    Good Luck :)

  • Dude, you have no idea what you have just done! God Bless Your Soul (;

Sign In or Register to comment.