Need help finishing my game!

taytay10taytay10 Member Posts: 66
edited November -1 in Working with GS (Mac)
Hello,

I need help with a few things so I can finish my game. If you can contact me ill be able to let you know what I need help with. Thanks

Comments

  • DreamLabDreamLab Member Posts: 2,127
    Why not just post your problems here and we can help?:)
    DL
  • taytay10taytay10 Member Posts: 66
    Because im so far into my project it will be too much to explain what i need done.
  • oberningoberning Member Posts: 105
    Then how would it be any better to ask one person the same thing that you could ask the entire community?? That just sounds stupid*!!!
    *for lack of a better term
  • taytay10taytay10 Member Posts: 66
    Okay then, I want to be able to set a score limit so that when that limit is reached the game stops and goes on to the next level. Also i want to be able to set my start button for every level to prompt an image to start falling from the top of the screen. The last thing is to have a score for every specific item that is caught, So like if i catch an apple, orange, and banana. I rather have the score look like this. (Apple:1 Orange:2 Banana:3
  • DreamLabDreamLab Member Posts: 2,127
    ok here is what you do
    1- just make a rule, when attribute (score or whatever the integer attribute is called) gets to (your set amount) stop game. and make a rule to end the game and shut off the actors or go to a new scene. up to you.

    2- Just make another attribute, saying when this happens(so when actor touches the ground or whatever you want it to do) do this function. in your case it would be to reset the scene after displaying the fail

    3- make 3 integer attributes. apple orange and banana. when the banana gets into the bucket, banana attribute=+1. same for the others.
    if you need more help just ask
    DL
Sign In or Register to comment.