-
Timer Question
by Braydon_SFX ·Create an integer attribute called Time - set this to 20. -
Index attribute?
by kielhanson ·at 7:29 you see him create a new rule but he has drop down boxes that allow him to select 'actor receives event' or 'attribute' but on PC I have nothing like that. Just an 'all' or 'any' choice which -
Index attribute?
-
Index attribute?
by kielhanson ·He is using the Mac version and I the Windows version and at 6:43 of that video he creates an index attribute for his actor but when I click to add an attribute, I have all the others (boolean, text, -
Need assistance with creating creating "static" actors..
by master200012 ·In the rule put in two constrain attribute behaviors. -
how to add text to game
by DarkUndeadSpawn ·Then next if you would like to go into the properties Instance add a new attribute.. -
Make game harder and harder. What is the ideal way to do it?
by Fredrik Bixo ·2.Making an attribute called Minus. -
Lets Discuss some serious AI (Artificial Intelligence for enemies)...
by MotherHoose ·gameAttributes to store the values for those 'whats': -
Need help with soccer/hockey style game.
by arkonllf ·Yes when you use constrain to mouse it overrides the collision. There are a couple video of how to work around this issue. Look them up. -
need help getting numerous pairs of objects to work together
by jn2002dk ·For the first issue the only way i know to do that in GS is to constrain a game variable for each x and y of the actor you want a hitbox attached to which is cumbersome but possible. Maybe someone els -
Scores Attributes
by The_Gamesalad_Guru ·Yep remember tables are just static places to write attribute values to and the don't eat processor so they are a great way to store info instead of game level attributes and the plus is you don't hav -
i need a little help (adding a shop)
by Pennez-Games ·also i just realised the windows version of gamesalad doesnt have an index attribute? if so would you know where? -
Chasing Actor
by ericzingeler ·Create two real attributes (game). One "ball pos x," one "ball pos y." -
Lets Discuss some serious AI (Artificial Intelligence for enemies)...
by 3itg ·I built my universe, player character spawn, save and load system using tables to track complex character attributes across play sessions. -
Chasing Actor
by master200012 ·Create two real attributes (game). One "ball pos x," one "ball pos y." -
Need help with soccer/hockey style game.
by The_Gamesalad_Guru ·Yes when you use constrain to mouse it overrides the collision. There are a couple video of how to work around this issue. Look them up. -
vertical shooter enemies spawn and velocity increase over time help!!
by The_Gamesalad_Guru ·Yes you an attribute to keep track of the count and you have to update it each 5 second cycle. -
How do I make my code show an image from tables?
by ericzingeler ·with change attribute you can assign an image name to the self.image attribute. The name of the image can come from a table cell (text). -
Scores Attributes
by carlblanchet ·How Can I save best scores for separate levels? Do I need to make a different attribute for each level, or is there a way to have one attribute load a different score for each level from a table? -
Save/Load Attribute conflicts
by Daibusshi ·I'm really close to publishing my new game, but one of the things that's holding me up is a simple save/load attribute. I've used them on previous games with no problem (in previous version of GS), b