GameSalad Forums GameSalad Forums
Categories
Discussions
Dashboard
Sign In · Register
Sign In · Register
Categories
Discussions
Dashboard
Sign In · Register
Home › Search
  1. How to delete an actor as you execute the pause game behaviour?

    A_Constantin
    by A_Constantin · March 2015
    When pause button is touched, change attribute paused? to True
  2. my actor moves by itself when you retry the game, sometimes

    tatiang
    by tatiang · March 2015
         Change Attribute game.moveRight to false
  3. my actor moves by itself when you retry the game, sometimes

    Mayhem_Madness
    by Mayhem_Madness · March 2015
    (Quote)
  4. key input changing problem. please help

    njvdberge@gmail.com
    by njvdberge@gmail.com · March 2015
    hey, about that Change Attribute behavior without an attribute specified.
  5. key input changing problem. please help

    tatiang
    by tatiang · March 2015
    Aside from the fact that you have a Change Attribute behavior without an attribute specified, it might be the fact that you are changing self.jumping to true at the top/start of the rule (depending on
  6. my actor moves by itself when you retry the game, sometimes

    tatiang
    by tatiang · March 2015
    Using Reset Scene or Change Scene behaviors does not reset the value of any game attributes. You'll need to do this manually with one or more Change Attribute behaviors.
  7. how to limit received touch on screen?

    tatiang
    by tatiang · March 2015
    When Touch is Pressed AND attribute self.touchCount < 2
  8. Difference between device>screen and game>display size

    Franto
    by Franto · March 2015
    What do these two attributes do and how are they different? At first glance, they both appear to be for changing the resolution of the screen, but what other things can be done?
  9. GS slows and freezes...

    tatiang
    by tatiang · March 2015
    Version 12.20 was fine for me but with 13.7 this is constantly the case. It takes 30 seconds sometimes to select an attribute from a menu, for example. And it crashes frequently.
  10. can you save the value of the leaderboard to an attribute ( reversal of uploading the score)

    mshuraih
    by mshuraih · March 2015
    So i am working on combined leaderboad for 2 or more games .. if the game A score is 100 uploaded to leaderboard can I sync that score to all other games making their score is 100 as well.? ( i am ta…
  11. Pull an actor...

    pauljaappdev
    by pauljaappdev · March 2015
    D & A keys affect Actor1's X coordinates w/the accelerate attribute
  12. problem with move actor straight

    ronre
    by ronre · March 2015
    constrain attribute: self.angletotarget To: vectorToAngle( game.targetX - self.Position.X , game.targetY - self.Position.Y )
  13. How to pause the timer, not pause the game?

    ElectroFox
    by ElectroFox · March 2015
    * Since I can't create index, so tried integer instead and "change attribute" to 0 to the actor as mentioned. Result is it shows 0 and nothing else happens.
  14. Using (attribute+1)%3 for adding, How to write out when subtracting?

    KillerPenguinStudios
    by KillerPenguinStudios · March 2015
    (Quote)
  15. Using (attribute+1)%3 for adding, How to write out when subtracting?

    KillerPenguinStudios
    by KillerPenguinStudios · March 2015
    I was able to accomplish this with some long complex coding that didn't work 100% of the time and caused delays but With using (attribute+1)%10 and (attribute-1)%10 I am able to tell I can simply use
  16. Using (attribute+1)%3 for adding, How to write out when subtracting?

    Socks
    by Socks · March 2015
    (Quote)
  17. Using (attribute+1)%3 for adding, How to write out when subtracting?

    Lovejoy
    by Lovejoy · March 2015
    mod(game.attribute-1,3)
  18. Using (attribute+1)%3 for adding, How to write out when subtracting?

    Socks
    by Socks · March 2015
    (Quote)
  19. Using (attribute+1)%3 for adding, How to write out when subtracting?

    Socks
    by Socks · March 2015
    (attribute-1)%3 will give him what he wants (0,2,1), if you wanted negative numbers you would use (attribute-1)%-3.
  20. Using (attribute+1)%3 for adding, How to write out when subtracting?

    tatiang
    by tatiang · March 2015
    Well, if you try (attribute-1)%3, I think you'll find that you're left with negative numbers. But it's easy enough to test...
Previous Next

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with GameSalad

Sign In Register

© Vanilla Keystone Theme 2026

Powered By Vanilla