Touch screen to move help

I'm very new to gamesalad and have started attempting to make a game like 'the impossible game'.
I have managed to make it so that if only the ball actor is touched, it will begin to move across the screen, but how could I make it so that if I touch anywhere on the screen, the ball actor will move?

Comments

  • firezombie444firezombie444 Member Posts: 49

    Go into a painting creator like Paint or Pixelr and make a square the same color as your scene, save it, then make it an actor, fit it on the scene like making a background and make a rule when you touch the square (which is now the background) the ball moves across the screen. Hope i helped!

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    The rule condition "mouse button is down" will be true if the player clicks/taps anywhere on the scene. Use this for your Move behavior in your ball actor.

    New to GameSalad? (FAQs)   |   Tutorials   |   Templates   |   Greenleaf Games   |   Educator & Certified GameSalad User

Sign In or Register to comment.