After converting PC to MAC my actor is no longer working

ramza04ramza04 Presque Isle, MaineMember, PRO Posts: 25
So I have my game working perfectly on PC but now i want to publish it to the app store. Well for whatever reason after converting my project to mac my main actor no longer responds to its assigned touch press. Ive looked over every behavior and it all looks fine. Ive tried using both the built-in exporter as well as DBA PC to MAC converter and still have the same problem. My actor's behavior basically waits for a touch and sets a boolean attribute to true. Using displaytext on another actor ive found that this boolean never even gets set to true after the press whereas on PC it works fine. What gives?

Comments

  • ramza04ramza04 Presque Isle, MaineMember, PRO Posts: 25
    edited February 2014
    Ok i just figured it out. I changed my boolean to be set to 1 instead of 'true'. I guess on MAC its either 1 or 0 instead of 'true' or 'false'? Oh well it works now ;)
  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949
    Mac boolean values can be 1 or 0 or they can be true or false. Either works so I'm not sure why you had that issue but I'm glad you solved it.

    New to GameSalad? (FAQs)   |   Tutorials   |   Templates   |   Greenleaf Games   |   Educator & Certified GameSalad User

  • ramza04ramza04 Presque Isle, MaineMember, PRO Posts: 25
    I think it was because i was using a capital 'T' for True and 'F' for False
Sign In or Register to comment.