Please Help ?! Big problem ?

JamieOneilJamieOneil Member Posts: 877
edited November -1 in Working with GS (Mac)
Okay im having some trouble, im just getting a bit confused.
Its a splitscreen game, there are 2 boxes on each side with 2 counters in each. The objective is to swipe all the counters out, first one to get all theres out wins, but you are aloud to swipe your counters into the other persons box.
And i cant get it to track how many counters are in each box ?
If you need a screenshot of what i mean then just ask, So in conclusion, how do i make it track how many counters are in each box, but remember you can swipe your counters into the other box.
thanks in advance

Comments

  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    When Box1 overlaps with Counter
    --Change attribtue game.Box1Counter to Game.Box1Counter+1
    Otherwise
    --Change attribute game.Box1Counter to game.Box1Counter-1

    you will prob have to set your inital counter numbers in the attributes though because when it initially loads all of the counters that are not on box1 will subtract themselves from the total count.
    ___________________________________________________________________________________
    GS BubbleBall Template HERE!!
    Stacks Level Selection Template HERE!!
    Expanding Option Menu Template HERE!!
    Tenrdrmer's Menu # 3 HERE!!
    AppSolute Entertainment on Facebook
    AppSolute Entertainment on iTunes
  • JamieOneilJamieOneil Member Posts: 877
    what about the second box ?
  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    the same as box1 The other wise will delete a count if it leaves the box and if when it leave it overlaps onto another one it will add it to the other one
  • JamieOneilJamieOneil Member Posts: 877
    It isn't working very well, sometimes it is going into the other box and not adding it on or taking anything ?
Sign In or Register to comment.