-
Problem with actor position
by tatiang ·Consider using an invisible actor in the same layer that is constrained to the position of the actor in the other layer and then set a collision rule on the invisible actor. You'll need to change the -
actor doesnt collide when changing the size
by Icebox ·change attribute game.coin to game.coin + 1 -
difficulty evaluating a game attribute after value changed
by tatiang ·(Quote) -
difficulty evaluating a game attribute after value changed
by gooner ·also was wondering if having the same actor change the game attribute value and also display it when it changes could cause issues. -
difficulty evaluating a game attribute after value changed
by gooner ·1) actor "sign" sets the value of game.currentExit (using random 1,4) when game.currentExit = 0 (working) -
Shooting left and right in a platform game
by jamie_c ·@quinn221, in that kit there is a Game Level Attribute named Move. It is already keeping track of the direction the character is moving Left or Right you could use this to shoot in the correct directi -
Is GS Project Attribute still compatible with Newest GS Creator?
by KnightStar ·I emailed Darren and Wayne at @UtopianGames a few weeks back several times pertaining to the Project Attributes app not saving changes and also the Project merger file not saving changes. I did some -
Fire breathing death
by Village Idiot ·But a couple of things I've noticed are that the game level x and y attributes are integers and not real as I had. I had it as I did because I was working from this video: -
I might as well announce it: Chibi Invaders is available at the App Store!
by Thunder_Child ·Im about to play tour game but even as I see your screenshots may I suggest centering the score attribute...? -
How to create a world map?
by dapion ·The text is available only for the individual levels and the Boolean attribute is for the unlocked levels. -
I want your opinion on my game!
by frd ·or sometimes <5 just to be sure. Then I get this to trigger a game.attribute 'jumpattack', and in the enemy I have - if enemy collides with hero and 'jumpattack' is true, destroy. -
I want your opinion on my game!
by MentalDonkeyGames ·Looking good! -
Stumped...
by tatiang ·When attribute game.start is true -
I want your opinion on my game!
by Icebox ·on top of the enemy to kill it, I tried to constrain the player bottom and the enemy top but it did not work either, if anyone has an idea please tell me , thanks , and thank you guys for your feedba -
Stumped...
by quinn221 ·I have been stumped on this simple attribute for a few hours no. ( I am a newbie) -
List iap price in USD before request
by app_sauce ·@darrelf sorry for the late reply. I am trying to attempt to do as you described. But am having trouble. I request purchase data when the game is booted up. Then when my callback attribute = 1 I c -
Is GS Project Attribute still compatible with Newest GS Creator?
by Clock ·Deep Blue Apps is selling a package of tools. I just wondering the one on their market is still compatible with newest GS creator? -
Mac Release 0.13.41 is available
by QASalad ·(Quote) -
Changing physics while game is running
by LyboTech ·(Quote) -
Changing physics while game is running
by The_Gamesalad_Guru ·You can't change those physics attributes at runtime. What you can do is constrain the actors position and then release that constrain when the overlap and collide happens.