How to make falling objects and catching it with score

I'm a noob fr gamesalad as well as programming....
'm working on a new game which objects vl fall frm the sky and where user have to tilt the device and catch the falling objects to score points....now my question is how catch the falling objects? and how to make objects fall repeatedly?

Comments

  • vijjayvijjay Member Posts: 8
  • glyniusglynius Member Posts: 231
    You could make an invisible actor that spawns the falling actor by some random timer. Then you could use scene gravity and an actor that you control with the accelerometer and not affected by gravity. Then you can make a rule to count the score everytime the spawned actor collides with the "receiver". I think that this is the general idea.
  • vijjayvijjay Member Posts: 8

    hi glynius,thnQ fr ur reply :)
    can u expand ur answer step by step...it would be more helpful
    'm using game salad for windows
  • glyniusglynius Member Posts: 231
    Sure, i will send you my way but maybe there are other more advanced ways for this:
    hold on a second to make you a template on this
  • glyniusglynius Member Posts: 231
    hope this helps
  • vijjayvijjay Member Posts: 8
    works like charm :)
  • glyniusglynius Member Posts: 231
    cool, now you can make random movement to the spawner actor and also you can attach a behavior to the catcher to control it by touch/mouse or keyboard.
  • vijjayvijjay Member Posts: 8
    completed upto catching an object, how to add score option in it? e.g. every catched objects should be counted as a single point...
  • glyniusglynius Member Posts: 231
    i have the score on catcher (display text) on my example
    you mean something else?
  • vijjayvijjay Member Posts: 8
    but it doesn't display any score...do i need pro version to enable that option?
  • glyniusglynius Member Posts: 231
    but it doesn't display any score...do i need pro version to enable that option?
    Open the catcher actor and check the behaviors, at the end you will find a DISPLAY TEXT behavior, change the color of text to red or something and check that everytime the spawned actors touch the catcher it adds 1 point. I checked it and it is working fine, maybe it is the white color i used for the text, let me know.
  • glyniusglynius Member Posts: 231
    so? does it work?
  • vijjayvijjay Member Posts: 8
    still working on it...i vl let u know
  • vijjayvijjay Member Posts: 8
    still working on it...i vl let u know
  • GamexsGamexs Member Posts: 35
    falling object from the sky ...which behaviour should work for it
  • glyniusglynius Member Posts: 231
    falling object from the sky ...which behaviour should work for it
    makes no difference, follow the above instructions and download the demo file i made, if you have problems, let us know.
  • Glynius, could you possibly send the file again
Sign In or Register to comment.