GameSalad Forums GameSalad Forums
Categories
Discussions
Dashboard
Sign In · Register
Sign In · Register
Categories
Discussions
Dashboard
Sign In · Register
Home › Search
  1. Actor comes after a particular score

    deej011
    by deej011 · March 2015
    The way I would do that is create another attribute called control for example than set it to 200 and make a rule saying when score = control spawn actor and change control to control + 200
  2. Why does actor start at different place?

    tatiang
    by tatiang · March 2015
    Attributes have to have some value and most attributes' default value is zero. So if you constrain an actor's position to x=0 y=0 it will be at the bottom left of the scene.
  3. Why does actor start at different place?

    Cowuniverse
    by Cowuniverse · March 2015
    I have a actor centered in the scene, but when I preview it goes to the far bottom left. All I have added was constrain its position to touch.
  4. Colour selection

    Socks
    by Socks · March 2015
    That's simple enough, you can do it using the change attribute behaviour.
  5. Advertising and Change scene problem.

    wiltermuthgames@gmail.com
    by wiltermuthgames@gmail.com · March 2015
    I have recently ran into a problem on an App game that I am developing. I have the Change scene attribute with Enable advertisements enabled. After the Chartboost Advertisement gets displayed it fails
  6. How to change attribute self.Angle?

    tatiang
    by tatiang · March 2015
    Right... that's because self.Angle doesn't exist (unless you create it as a custom attribute). What you want is self.Rotation.
  7. How to change attribute self.Angle?

    Socks
    by Socks · March 2015
    Make a new attribute and call it 'Angle'.
  8. How to change attribute self.Angle?

    stellathefella
    by stellathefella · March 2015
    How would I get exactly what I see in the picture I posted into a change attribute box?
  9. How to change attribute self.Angle?

    Socks
    by Socks · March 2015
    (Quote)
  10. How to change attribute self.Angle?

    stellathefella
    by stellathefella · March 2015
    Im trying to get something like this http://tinypic.com/view.php?pic=vhw0o0&s=8#.VQC0wfnF-j8 but I cant find the angle attribute in the attribute menu.
  11. How to change attribute self.Angle?

    stellathefella
    by stellathefella · March 2015
    I still don't get how, for example, I would set self.Angle to self.Rotation-180 in a change attribute thingy because I cant find self.Angle at all as an attribute in the change attribute box thingy(th
  12. How to change attribute self.Angle?

    tatiang
    by tatiang · March 2015
    Each actor has a built-in attribute called self.Rotation that determines its angle in the scene. You can change this in several ways including Change Attribute, Constrain Attribute, and Interpolate.
  13. How to change attribute self.Angle?

    stellathefella
    by stellathefella · March 2015
    I may sound very silly, but i'm trying to create a game that I plan to be similar to Geometry Dash and I cant figure out how to change the attribute self.Angle on my actor. This is the first time i've
  14. plz help with double jump

    Armelline
    by Armelline · March 2015
    ...change attribute self.jump number to self.jump number+1
  15. Prevent bounce higher and higher

    Socks
    by Socks · March 2015
    Constrain self.position.Y to . . . .
  16. Move Actor Right then Left continuously

    Socks
    by Socks · March 2015
    Constrain self.X to 170 *sin(self.time *300)+770
  17. Ninjump type Counter

    Socks
    by Socks · March 2015
    If you are changing a value by 1 every 1 second then you don't really need any additional attributes as game.time is already changing by 1 every 1 second, all you are doing is looking at one attribute
  18. platform spawning problem.

    RabidParrot
    by RabidParrot · March 2015
    change (or constrain) attribute self.position.y 767 **
  19. How can I match the speed of one actor to another?

    Socks
    by Socks · March 2015
    reference actor A's self X and self.Y using two constrain behaviours (etc) . . . or . . . Actor A has two integer self attributes, these are constrained to self.X and self.Y and actor B is unlocked a
  20. what is the standard way to save and load a boolean attribute

    tatiang
    by tatiang · March 2015
    In addition, consider when you are saving and loading. Attributes should be loaded when the app loads which means that you place the Load Attribute at the top of an actor's rules and place that actor
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