-
In App Purchasing question...
by allc1865 ·What I have is When touch is pressed > in app purchase item rules > change attribute to the weapon you want to buy. But that doesn't work because when you touch the button, it changes th -
Weapon Selection help please?
by allc1865 ·@ZeroRaven, Okay. I see what you did. Seems easy enough. Just have an attribute that says when bullet 1 is selected, turn your original bullet off. -
Weapon Selection help please?
by ZeroRaven ·When I did it I used the 1,2,3,4 keys and had each tied to a game attribute. -
No attribute drop down menu
by JScott ·Hi all, switched (from PC-Windows7) to my office computer (PC-running Vista), and the layout of GS is different, and not good different. The main frustration is that when trying to change an attribute -
Need Help with simple game plz
by tatiang ·Place a single actor on the scene 16 times in a 4x4 grid. In the actor, create two integer attributes called myRow and myCol. Double-click on each actor on the scene and change its self.myRow and se -
Next Level problem with Paused Screen
by JPGamesFactory ·Create an real attribute called GameLevel. -
Adding scene attributes to prototype actor?
by j75 ·When creating the prototype, I can add the rule but I am not allowed to create the "change attribute" that controls the "current scene" function. -
how to make an icon like life dissapear one by one after the main character being hit by obstacle.
-
Next Level problem with Paused Screen
by PetCro ·-Change attribute game.NextScene to true -
iphone4 to iphone5
by j75 ·change attribute -
Weapon Selection help please?
by allc1865 ·So basically, the button that you press to get a different bullet to shoot out says, when touch is pressed > change attribute game.weaponAmmo to true. -
Air Supply Infinite - Out now! :D
by Tiny_Ideas ·That's a pain to hear, although in my experience, something simple, such as changing an attribute has caused me constant crashes. This is because there is so much code is then related to that attribut -
How to mute music?
by tenrdrmer ·FYI you don't need to mute the sound attribute if you only want to shut off the music. -
Help getting a turret to track a crosshair.
by ZeroRaven ·I have the turret constrined to the base by using a constrin attribute to set the turrets self.positionx and self.positiony to the bases X,Y coordinates with a slight offset to account for the turret -
How to mute music?
-
How to mute music?
by mounted88 ·Create a Game attribute (Boolean) -
How can I add scrolling to my entire scene?
by KevinCross ·I'm scrolling a grid of actors by having one actor move and update a game attribute while it moves, then have all other actors constrained to that one game actor with the relevant offsets. -
State of GameSalad on 11-27-2013
by Socks ·Constrain self.Image to "tyre"..self.time -
State of GameSalad on 11-27-2013
by matarua ·What this would also mean, in an experimental benefit way, is fonts could be used as artwork in the game with the display text attribute. -
How do I make my actor move across the screen?
by tatiang ·Constrain self.position.X to game.mouse.position.X