GameSalad Forums GameSalad Forums
Categories
Discussions
Dashboard
Sign In · Register
Sign In · Register
Categories
Discussions
Dashboard
Sign In · Register
Home › Search
  1. Post your links for any free to use game assets

    superNES
    by superNES · April 2009
    These images are provided with a Creative Commons Attribution license, meaning they are free to use in both commercial and hobby projects, however one should attribute the art to the original creator.
  2. Position constraint problem

    CodeMonkey
    by CodeMonkey · April 2009
    2. Add the Constrain Attribute behavior and set the Y position (self.Position.Y) to 160.
  3. Multiple collision detection zones and AI

    CodeMonkey
    by CodeMonkey · April 2009
    Multiple actors: You could have multiple actors that represent each side of the ship. When each one collides with an object, you would set one of several game(global) attributes showing where the col
  4. Creating a Rule for Enemies to release items

    CodeMonkey
    by CodeMonkey · April 2009
    1. Create a game attribute that keeps track of how many enemies have been spawned. 'TotalEnemy'
  5. scroll-wrap feature or workaround...

    CodeMonkey
    by CodeMonkey · April 2009
    When it is all the way off the screen(i.e. its centerpoint is offset from the edge of the scene by half the width(or height) of the actor, then change the attribute value of the X position to the othe
  6. scroll-wrap feature or workaround...

    CodeMonkey
    by CodeMonkey · April 2009
    -> change attribute : The X position is set to its X position plus the width of the actor plus the width of the scene.
  7. List of integers - selecting 4 numbers from that list

    CodeMonkey
    by CodeMonkey · April 2009
    Since we don't have tables yet, you will need game attributes that will keep track of which numbers have been chosen.
  8. Weird actor spawning

    CodeMonkey
    by CodeMonkey · April 2009
    Make 2 attributes: randomSpawn (integer) and doSpawn (boolean)
  9. Position constraint problem

    Zourath
    by Zourath · April 2009
    It appears that when I constrain the Y position, the X position gets stuck. For example, this actor is supposed to move left and right, and always be constrained to a certain height, but when it gets
  10. Weird actor spawning

    Zourath
    by Zourath · April 2009
    Every second it changes the attribute self.chance to a number between 1 and 5. after that, in the same timer, there is a rule that checks to see if self.chance is a one. If it is, it spawns an actor.
  11. Turning On/Off seperate move sets with the same button

    CodeMonkey
    by CodeMonkey · April 2009
    % is the math symbol for modulus. So with your boolean attribute sneaking it adds 1 to the current value then gives the remainder when dividing by 2.
  12. Turning On/Off seperate move sets with the same button

    lordsprinkles
    by lordsprinkles · April 2009
    Change Attribute: 'sneaking' => ('sneaking' +1)%2
  13. my drifting game

    ktfright
    by ktfright · April 2009
    is the gas on attribute a boolean, or integer?
  14. Turning On/Off seperate move sets with the same button

    CodeMonkey
    by CodeMonkey · April 2009
    Change Attribute: 'sneaking' => ('sneaking' +1)%2
  15. Turning On/Off seperate move sets with the same button

    by · April 2009
    Change Attribute: 'sneaking' => ('sneaking' +1)%2
  16. Turning On/Off seperate move sets with the same button

    lordsprinkles
    by lordsprinkles · April 2009
    >Change Attribute: Sneak Mode to True [When this is True, it calls up the separate Sneak move rules and anims that only work when the Sneak Mode attribute is True]
  17. my drifting game

    nulo
    by nulo · April 2009
    make a attribute "gas_on" and set it to 0.
  18. scroll-wrap feature or workaround...

    CodeMonkey
    by CodeMonkey · April 2009
    and the direction you are moving to do a Change Attribute on the X position to move it to the other end of screen at an exact point so it would look endless.
  19. time

    CodeMonkey
    by CodeMonkey · April 2009
    as reference, save the start time in an actor attribute, and save the end time when you collide with the finish line, then take the difference.
  20. Rotation question / suggestion

    CodeMonkey
    by CodeMonkey · April 2009
    We are hoping to add more math functions later so you could use the Constrain Attribute function on the Rotation with a value determined by coordinates. i.e. arcsine, arccosine
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