Some buttons not working

ktfrightktfright Member Posts: 964
edited November -1 in Working with GS (Mac)
some of my buttons are not registering, and i had to seriously scale back one of my games as a result. they all use touch pressed, but just don't work. any workaround?

Comments

  • synthesissynthesis Member Posts: 1,693
    Mine all seem to work...usually when I have a problem with one...it is a rule execution sequencing issue. Remember that the behaviors are executed from the top down inside a rule...not all at once. Sometimes having the wrong switch execute first will break a button rule and cause problems. Just have to be careful in rule executions.

    It sounds like you had a lot of buttons in place and that would make rule diligence and attribute tracking all the more important.

    Also...overlapping buttons can cause problems...if one is below the other...they will both execute on press. If you are coming from Flash...this is a major difference between this software and Flash...where overlapping buttons mask each other out. There is no top down hierarchy here...its bare bones old school methods.
  • ktfrightktfright Member Posts: 964
    thanks, i'll try to move some stuff around.
Sign In or Register to comment.