scoring keep going up on it own

2»

Comments

  • kirklandkirkland Removed Posts: 268
    would you put

    Then a rule:

    If hit = true

    timer: every 1 second
    change attribute score = score+1

    in the score
  • calvin9403calvin9403 Member Posts: 3,186
    if hit = false not true
  • kirklandkirkland Removed Posts: 268
    look all i want is when i start the game the score starts accelerating until an rock his the man. and the score stops
  • calvin9403calvin9403 Member Posts: 3,186
    mail me calvin9403 at hotmail.com
  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    kickland.

    you are asking questions that would have been answered if you watched every youtube video and or actually read the wiki.

    please do so.
  • kirklandkirkland Removed Posts: 268
    ok the demo you did i followed it and still no
  • kirklandkirkland Removed Posts: 268
    still not working guys please help
  • kirklandkirkland Removed Posts: 268
    i need some help guys urgently
  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    please stop bumping your own thread every 30 minutes. there are a few reasons people have not been able to help you.

    1. based on your original description, this is very easy to accomplish using the online tutorials
    2. your original, and subsequent descriptions are not very clear on what you are trying to do
    3. you say you've tired some things, post them online so people can see where you went wrong. saying something doesn't work means nothing, we can't tell if you missed a step or are trying to do something completely different

    you say you want the score to count up until a player hits an object
    create an boolean attribute called alive, and integer attribute called score
    then create an actor called scoreCounter, badObject and player

    on the player actor have a rule that says when overlaps or collides with player of type badObject
    change attribute alive to false

    on the scoreCounter actor, have a rule that says
    while alive = true
    timer - every .5 seconds
    score = score + 1

    and

    displayText game.Score

    that will start counting the score at 0, and ever 1/2 a second go up by one. when the player hits the badObject the score will stop counting. I'll leave it up to you to figure out how to move the players around, there are videos on that.
  • kirklandkirkland Removed Posts: 268
    the demo

    score goes up and stop

    when i copied the same thing into my game it didn't work can you help me guys
  • kirklandkirkland Removed Posts: 268
    what is you email and i will send you the project so you can see what i have done wrong
  • StusAppsStusApps Member, PRO Posts: 1,352
    christ!

    You already have a 42 reply thread on this. Please don't start another.
  • JohnPapiomitisJohnPapiomitis Member Posts: 6,256
    you need to take a chill pill, do you want flappy actors next?
  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    merging this with his other thread
  • kirklandkirkland Removed Posts: 268
    what is your email
  • kirklandkirkland Removed Posts: 268
    my email will not let me upload it so do you know any uploading websites
  • kirklandkirkland Removed Posts: 268
    i sent it
  • kirklandkirkland Removed Posts: 268
    very nice but i wanted that for my level one with the actors please
  • kirklandkirkland Removed Posts: 268
    no it isn't the brick i wanted falling was actor 2 and the man is the blue stick figure please you are a great help
  • kirklandkirkland Removed Posts: 268
    holy !@#$% i thank you so much i'm sorry
  • DrGlickertDrGlickert Member Posts: 1,135
    SO glad this got resolved!
  • ChaserChaser Member Posts: 1,453
    When I saw this ? And saw it had 2 pages I'd figure I'd add my silly 2 cents "silly 2 cents"
  • SparkyidrSparkyidr Member, PRO Posts: 2,033
    Wow....glad I missed this one :o)
  • calvin9403calvin9403 Member Posts: 3,186
    finally
    this is the most simple question but it get 63 replays?
    crazy
  • calvin9403calvin9403 Member Posts: 3,186
    Sparkyidr said:
    Wow....glad I missed this one :o)

    I hope I did too
  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    GsLover, what exactly did you do to fix it? It will help to have it on record the next time this comes up.
Sign In or Register to comment.