-
Stuck at some logic/math regarding card game.
by OptimisticMind ·(Quote) -
Anyone having issues with detecting device screen size on the first load of the first scene?
by POM ·If you preview the game in ipad mode for example, then the value of the attribute -
Stuck at some logic/math regarding card game.
by tatiang ·When you use Change Attribute self.Image to ______, the name you type in must exactly match an image in your library (e.g. if you have an image called Card1Back.png, then you would type in Card1Back. -
Stuck at some logic/math regarding card game.
by OptimisticMind ·tshirtbooths template, he used "change attribute self.image to " but when i do that, nothing happens. -
Stuck at some logic/math regarding card game.
by tatiang ·.....When [attribute] game.CardsSelected=0 -
Hibernate and pause menu problem
by NeoStar ·To answer yours I would set up a hibernate rule in the actual pause screen to unpause the game and set an attribute "hibernate = true" Then in your scene where you would normally ju -
*** Gamesalad Recipe 3: Enemy Collisions (Super Mario style collisions) ***
-
How can I check if every table cell is not equal to a number?
by Chakku ·Make an attribute called totaltable. -
How hard does Constrain hit performance?
by wirelesstkd ·I remember seeing in one of T-Shirt Booth's tutorials that constraining an actor to another actor is a performance hit (I think it was the video about putting a life bar on top of your actor). Does co -
Increase speed of actors with score/round
by Adrenaline ·The actor has a Speed atribute, and the game has a Speed Modifier attribute. -
Multitouch and Interpolating
by JarrenH ·each Game.TouchX attribute is true, before constraining the location of the actors to the touch locations. I want it so that when one or more fingers are released, all actors interpolate back to thei -
Leaderboard
by Chakku ·Make a rule that if postscore>5,000 change attribute postscore to 0. -
GameSalad randomly changes my attributes! What???
by adambowker98 ·In my game, I have a store where you can buy new character. I have a "What Character?" attribute and 6 attributes for the 6 different characters to say wether they have been bought o -
GameSalad is randomly changing my attributes!
by adambowker98 ·In my game, I have a store where you can buy new character. I have a "What Character?" attribute and 6 attributes for the 6 different characters to say wether they have been bought o -
Help with store
by GS_Master ·Make an attribute speed and when the upgrade button actor is pressed change game speed to a higher number and have the bike move at game.speed -
Collide help.
by GS_Master ·or you could constrain an actor to the tip of the spike -
Anyone having issues with detecting device screen size on the first load of the first scene?
by tenrdrmer ·My biggest issues are when you use pause. I'm finding if I drop a constrain on your rule the fires the pause scene. While it screws up the origin of the base scene which you can see if you have any tr -
Anyone having issues with detecting device screen size on the first load of the first scene?
by tenrdrmer ·I have found at times you have to run a constrain on the cam origins to keep the overscan stuff from jacking everything up. Not constantly just during the events that are messing it up. -
Enemy wave Control
by Roksalt ·I know I can create a simple system that spawns slightly more enemies each time based on an attribute but I really want more than that. -
Anyone having issues with detecting device screen size on the first load of the first scene?
by HoneyTribeStudios ·@js.ios.game Hi, thanks for the suggestion. I might try that but generally I try not to use constrain behaviors that are always active. The game is already quite 'full' so I'm nearly in the optimising