Firemaples keyboard demo for MAC?

Billyd1Billyd1 Member Posts: 133
edited November -1 in Working with GS (Mac)
Hi, I want to use firemaples keyboard demo (http://gamesalad.com/game/1918) in my MAC app. I have played around with a few things but cant get the keyboard to type using 'Keys' instead of 'Touch'.

Anyone know of a way?

Comments

  • firemaplegamesfiremaplegames Member Posts: 3,211
    You will need to go in and edit each of the buttons in the Scene.

    Right now they say something like When Touch is pressed, add a "J". You need to add another condition to each Rule, so it looks something like this:

    Rule
    When ANY condition is valid:
    Touch is Pressed
    Keyboard Key [whatever] is pressed
    .....[add a letter]
  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    GsLover said:
    doesnt the mac have a keyboard ;)

    I dont think Game Salad has direct access to it. I believe you have to still code in the keyboard behaviors. you could prob build a keyboard controller actor with all of the rules for each key, if you didn't want on onscreen keyboard though
Sign In or Register to comment.