Jump 'n' Run game with GameSalad?

sevi17sevi17 Member Posts: 49
edited November -1 in Working with GS (Mac)
Hey

Is it possible to create a Jump 'n' Run game with GameSalad?
Thx, for the answer!

Greets, sevi17

Comments

  • SlickZeroSlickZero Houston, TexasMember, Sous Chef Posts: 2,870
    Absolutely! Here's one on the app store from my Quantumhomie, Quantumsheep.

    http://itunes.apple.com/us/app/air-supply-1bit-run/id423073029?mt=8
  • beefy_clyrobeefy_clyro Member Posts: 5,394
    Sure can, jump, run and moooooooore!

    Check out his little beauty by QuantumSheep, built with GameSalad;

    http://itunes.apple.com/us/app/air-supply-1bit-run/id423073029?mt=8

  • beefy_clyrobeefy_clyro Member Posts: 5,394
    SlickZero said:
    Absolutely! Here's one on the app store from my Quantumhomie, Quantumsheep.

    http://itunes.apple.com/us/app/air-supply-1bit-run/id423073029?mt=8

    Arrrr, i be tooo slow
  • sevi17sevi17 Member Posts: 49
    Thanks, for the answers!

    Which rule I have to make, to go from one scene to the next scene?

    greets, sevi17
  • beefy_clyrobeefy_clyro Member Posts: 5,394
    Use change scene but you will need something to trigger the change scene, whether it be an action or a timer. You seem new to GameSalad so i recommend you watch all the tutorial videos provided here;

  • SlickZeroSlickZero Houston, TexasMember, Sous Chef Posts: 2,870
    beefy_clyro said:
    Arrrr, i be tooo slow

    But your presentation is prettier
  • sevi17sevi17 Member Posts: 49
    I saw the most of the vids, but I didn't see this...
  • sevi17sevi17 Member Posts: 49
    How can I make the actor jump when I press on the screen anywhere?

    Thanks for answers ! :)
  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    sevi17 said:
    How can I make the actor jump when I press on the screen anywhere?

    Thanks for answers ! :)

    Check out all the cookbook videos, and the wiki:
    http://gamesalad.com/wiki/how_tos#movement

    After watching/reading through all of that, you'll have no trouble making a great game
  • sevi17sevi17 Member Posts: 49
    I did this before but it didn`t work...
  • sevi17sevi17 Member Posts: 49
    My actor just jumps when I press on him.
    But I want press anywhere on the screen to jump.

    Could someone help me?
  • sevi17sevi17 Member Posts: 49
    And when I press on him he stops walking.
  • sevi17sevi17 Member Posts: 49
    beefy_clyro said:
    Use change scene but you will need something to trigger the change scene, whether it be an action or a timer. You seem new to GameSalad so i recommend you watch all the tutorial videos provided here;



    In which actor i'll gonna put this in?
  • jb15jb15 Member Posts: 602
    OK--so you're going to want to create an actor covering the entire screen (at least 480 x 320 pixels, in position 160 x 240). Set it's alpha (opacity) to 0. In that actor, have this rule:

    When touching:
    Change global attribute (make up one--say "is jumping") to 0.
    Otherwise:
    Change global attribute ("is jumping") to 1.

    Now, in the character's actor--put:
    When global attribute "is jumping" = 0:
    Jump (use accelerate with timer, or other behavior to your liking)

    Hope that helps.
  • jb15jb15 Member Posts: 602
    sevi17 said:
    In which actor i'll gonna put this in?

    Whichever actor you want to trigger the change scene.
  • sevi17sevi17 Member Posts: 49
    The jump problem is solved. Thx very much!
    But how can I trigger this?
    greets sevi17
Sign In or Register to comment.