Make Actor Jump?

EminemEminem Member Posts: 667
edited November -1 in Working with GS (Mac)
I need my actor to jump all the way up the screen (320) and then come back and repeat anyone know how to do this?

Thank You So Much!

Comments

  • EminemEminem Member Posts: 667
    Not working,

    when i do it, everything remains still not even the background moves

    any other way?
  • EminemEminem Member Posts: 667
    hello?
  • EminemEminem Member Posts: 667
    Can anyone actually help with this?
  • charlieaf92charlieaf92 Member Posts: 84
    You haven't provided enough details - likely because you haven't thought it through.

    Does the actor just move back and forth over and over? Is it jumping when a button is pressed?

    You could just 'move' the actor until its X is equal to the screen height, then reverse the movement until it is 0.
  • EminemEminem Member Posts: 667
    i have a player that moves with the help of a joypad and the enemys i want to jump the player has to bypass the jumping enemys but i dont know how to make the enemys jump
  • scitunesscitunes Member, Sous Chef Posts: 4,047
    In the enemy:

    accelerate 270 to scene, speed 300

    Timer EVERY 3 seconds (change this to make it more or less frequent)
    -----Timer (within the other timer) FOR .8 seconds
    ----------Accelerate 90 to scene, speed 600
  • EminemEminem Member Posts: 667
    worked! thx!
Sign In or Register to comment.