-
How was my game?
by RCT_Games ·@jdlcrater Should add a bar at the top of the screen or maybe change the color so your health and objectives are a little easer to read. Right now it gets a little lost. -
Need help! <<<--->>> Need help with Attributes and Scores not changing scenes
by ajm51 ·Its not changing scenes. Then when i put the destroy behavior it destroys the actor when the score is 0 it works perfectly fine. But I need it to change the scene to Lose -
Need help! <<<--->>> Need help with Attributes and Scores not changing scenes
by ajm51 ·to lose. Its not changing scenes. Then i but the destroy behavior when the attribute = 0 and it works. I need it to change the scene to Lose -
How to start moving camera when player starts at left corner of screen?
by Approw ·@childerhouses Make sure you remove the camera actor. Open and unlock the player actor in the scene. Put a constrain attribute at the top, and say: CurrentScene.Camera.OriginX to selfPosition.X-200. Y -
Trial?
by AlchimiaStudios ·(Quote) -
Trial?
by happygfish ·Why in the top right, next to my username or email it says 15 days left of the trial? is gamesalad a paid thing now? -
The Marketplace
by Armelline ·(Quote) -
The Marketplace
by UtopianGames ·@Armelline iLeaf is a top guy he deserves a feature so guess again. -
First iOS App - Stack The Crates - Secret Button that Unlocks $2+ Worth
by Braydon_SFX ·Dang! I had top leaderboard score but then I realized I stink at the game. :P -
Spawning actors, mega jump style
by joelloyd ·I'll have a try making everything under 500 pixels in size and just work around it. I can't make the scene size bigger because it is already 3 times the size and I tried once to constrain the camera o -
How to constrain my HUD to follow the camera.
by Socks ·Place the HUD elements on a separate layer - and disable 'scrolling' for this layer. -
Thunderchilds Complete Guides to iOS and Mac Publishing
by PhilipCC ·Swank hotel, top artists (graphic) performing, a salad banquet with open bar and a celebrity host ( @Braydon_SFX or @tshirtbooth )! -
Spawning actors, mega jump style
by RThurman ·Then I would have a rule that says when "trigger-S" is true -- spawn 20 coins in an "S" pattern. (I would literally use 20 spawn behaviors that would have their co -
Spiderman web type rope
by GameAlchemist ·First I know there are no joints and I don't want to bend anything. Instead I want my player to spawn a rope like spiderman shoots his webs, and when the rope's top part collides with a specified acto -
Help with Endless Runner game
by GameAlchemist ·One thing you can try is creating an invisible actor "player collider" and make its height as thin as player's feet and constrain its x and y position to player x and y. After that j -
Thunderchilds Complete Guides to iOS and Mac Publishing
by Thunder_Child ·(Quote) -
Thunderchilds Complete Guides to iOS and Mac Publishing
by darrelf ·@Thunder_Child Have an awesome from me. If there was a category on the right called "Absolute essentials for newbies (and some oldies)", this would be at the top! -
coding trouble with matching game
by RVvD ·Change Att: game.cardid to:0, Change Att: game.cardida to:0, Destroy -
IAP non-consumable question: What if the user does not wish to purchase after all?
by Armelline ·Most people make use of both. If you just rely on the PurchaseTable, it needs to be filled every time the app launches, rather than just went the player goes to the IAP screen/tries to buy something. -
IAP non-consumable question: What if the user does not wish to purchase after all?
by mhedges ·2. Do I the destroy or obscure the actor if TableCellValue(PurchaseTable,1,5)="purchased"?