GameSalad Forums GameSalad Forums
Categories
Discussions
Dashboard
Sign In · Register
Sign In · Register
Categories
Discussions
Dashboard
Sign In · Register
Home › Search
  1. Light beam

    Gnarly
    by Gnarly · May 2015
    Sometimes interpolating actors don't detect collisions.
  2. Light beam

    Franto
    by Franto · May 2015
    The actor for the laser is big enough so as to not show up even on full screen. When they spawn, they are constrained in relation to a game.attribute on the main actor, they use an interpolate behavio
  3. How to make a slippery floor effect?

    Franto
    by Franto · May 2015
    What you could do is use an interpolate to give a slide effect, BUT, at the part that says "For X seconds", for X put a game.attribute or self.attribute.
  4. spawning with a timer.

    tiger27
    by tiger27 · May 2015
    @benjaminmage This seems like you have over complicated your code. First, you need to create an attribute called SpawnLocation (You can name it whatever you want) as well as 3 actors.
  5. Breakout / Brick Breaker - an elegant coding solution to ball angles?

    mhedges
    by mhedges · May 2015
    If the ball collides with the paddle, the it changes the attribute as follows:
  6. how to randomly spawn actors inside a 6x7 grid?

    ookami007
    by ookami007 · May 2015
    I spawn the actor. The first rule of the actor is to assign a random number between 1 and 3 to a self.myType integer attribute.
  7. How to make a slippery floor effect?

    Socks
    by Socks · May 2015
    Change attribute / linear velocity should work fine.
  8. How to make a slippery floor effect?

    A_Constantin
    by A_Constantin · May 2015
    @Socks I am using the change attribute for linear velocity, should I be using Move instead?
  9. Interpolating position to a stored attribute value glitches out the viewer?

    ETGgames
    by ETGgames · May 2015
    Wow, sorry , I set that attribute as boolean (Image)
  10. Interpolating position to a stored attribute value glitches out the viewer?

    ETGgames
    by ETGgames · May 2015
    I have an actor that first changes a self attribute to it's y position. Then, I have an interpolate to that attribute when the actor has moved away. This glitches out the viewer, and it freezes. Am I
  11. Rotating actor in game

    Socks
    by Socks · May 2015
    Make a 'real' attribute in the actor, let's call it 'OffSet'.
  12. how to randomly spawn actors inside a 6x7 grid?

    Armelline
    by Armelline · May 2015
    Spawn the actors and assign a "type" to them at random afterwards. That way you're just spawning a simple grid and doing a change attribute in each actor.
  13. Endless runner and elevator

    brittngoo
    by brittngoo · May 2015
    for the moving platform I created three attribute on the moving platform. myMin, myMax and mySpeed like i saw in youtube tutorial. Then I created a rule
  14. Happy Holidays Gift -- Free Text Manipulation Examples

    RThurman
    by RThurman · May 2015
    1)Make an attribute (type = text) called mySpace.
  15. Actor DMG Flash / Overlap-Collide

    tatiang
    by tatiang · May 2015
    The damage part would be changing the value of an integer actor attribute (set to some value to start, e.g. 10):
  16. Actor DMG Flash / Overlap-Collide

    SRPent
    by SRPent · May 2015
    constrain attribute->self.color.red -> self.color.red-0.01
  17. Actor DMG Flash / Overlap-Collide

    Socks
    by Socks · May 2015
    Change attribute self.color.blue to 1
  18. Rotating actor in game

    Socks
    by Socks · May 2015
    Constrain Rotation to vectorToAngle (game.Mouse.Position.X - self.Position.X , game.Mouse.Position.Y - self.Position.Y)
  19. Happy Holidays Gift -- Free Text Manipulation Examples

    slinky1988
    by slinky1988 · May 2015
    Thanks for trying to help me figure this out. The code is configured in the same context as you've given, the only differences is that I'm not using a 'self' attribute but rather a global one since th
  20. Tweet Sheet and Android....Sad Face!

    gingagaming
    by gingagaming · May 2015
    As for detecting platforms, we can't do that. But what I do is put an attribute in you game called game.platform and I run rules that fire platform related behaviours like tweet sheet and more games l
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