-
Is there any way to publish an app without paying lots of money?
by jigglybean ·Google is £25 - Amazon is free, but and you can publish there free too. However, your game will ONLY work on Kindle. Why not take advantage of the competition at the top of this page to publish to Am -
pulling an item from pause menu
by jamie_c ·@kipdev, if you don't want the item to draggable again Spawn a new non-draggable copy of the actor once its dropped and use a Destroy Behavior to get rid of the old draggable actor. -
Should IAPs work in AdHoc
by RabidParrot ·If you have your in-app purchases set up corretcly, you open Xcode >Instruments> Automation. With your app already loaded on your device, go to Automation and in the top left corner ther -
What have happened with Gamesalad, incredibly slow and buggy?
by Armelline ·This is a known issue that is currently their top priority to fix. From what they've said so far, the fix is well under way and should be in a nightly build fairly soon. -
Where to get sound effects
by AngryBoi ·I am having a lot of trouble finding sound effects for my game. All I need is a button click sound and a destroy sound effect. If anyone could help, it would be greatly appreciated . Thanks! -
An Illustrated Guide to the Display Text Behaviour
by Armelline ·* The actor displaying it is destroyed -
help removing control
by Socks ·The little + in a circle over on the right at the top of the rule adds another condition to the rule. -
How to delete an actor as you execute the pause game behaviour?
by Mayhem_Madness ·(Quote) -
Destroy An Actor When Touch Certain Side of Collide Object
by capttool@gmail.com ·So I have a game where blocks fall from the sky and you jump on them as they land to get higher but I need to set it up to where if one of the blocks lands on you it destroys the player. -
spawn actor with unique numbers?
by Braydon_SFX ·So, when your actor logic, drag a change attribute to the top of the logic stack outside of any rules. Change self.NewValue to game.INDEX. This will grab the INDEX value and place it inside the self a -
Debugger Console Not Working?
by doczal ·For example, I make a rule that checks if the player collides with an enemy. I then put in 2 behaviors under "Do". One is a -
player pushing a rotating door (top down style)
by Sas-dj ·but I'm trying to get a player to open a door by pushing it -
Dice won't stop
by DocJ ·Tatiang, I'm sorry, I'm confused. I got rid of the Mouse Button rule in the Background layer. I added a Touch is Pressed to the Actor of each dice into the When section. In the Do section I added -
Detect touch side of platform
by ErikAuranaune ·Let´s say i have a platform Height: 30 and Width: 150. How can i detect if the player actor touch the sides of the platform? -
PATHZ - new game by POM
by UtopianGames ·Great game made with Corona, top job Roy! -
Please check out my game, this community only works if we support eachother!
by kipdev ·Hey guys check out the new app I made. ITS FREE! Please Rate. Its a game where the sports balls fall from the top of the screen, and you touch the screen to spin the wheel to match the ball with the r -
Color Changing Will Not Work
by marc_greiff ·Layer order! -
Objects not fitting snug in collidable spaces?
by Tryangle ·Redesigned all the involved objects, and still have the same issue with exact same numbers. Note in the image that the 512's are the spawner object saying what its position is, and the top/bottom numb -
spawning actors
by Armelline ·invisible, and if they overlap with another, destroy them and spawn another one, and if they don't overlap with another, show them. With actors as big as in your example that probably wouldn't work v -
Red Bouncing Ball?
by ErikAuranaune ·(Quote)