-
Which platform to choose for Android cell phones
by colander ·1 - Letterbox will keep the aspect ratio but it will have black bars (or whatever your scene background colour is) on the top and bottom. Some stores won't accept this and it doesn't impress the users -
Setup iADS for first time - Help Needed
by BBEnk ·Bottom,Top of scene. -
Setup iADS for first time - Help Needed
by Lovejoy ·Just add the show banner behavior on the pro tab to your game, leave the default 320x50 size and then choose either top or bottom position. Then when you in the gamesalad publishing portal just checkm -
Gravity/Orbit Sling Shot motion
by RThurman ·Make an actor and size it about 15x15 pixels. Put it at the top of the scene. Inside the actor put the following: -
Game of the Month: December Submissions Thread
by unbeatenpixel ·Look your last post,there must be a timer top right corner with edit button. -
Game of the Month: December Submissions Thread
by Lovejoy ·Top right corner of your post there is a little gear, click it and then click edit. -
Trouble respawning after death!
by Lovejoy ·Just put the destroy actor on a short timer like 0.3 seconds. This will give the change attribute DEAD to true enough time to change over. -
Trouble respawning after death!
by tatiang ·to Prototype" button at the top of the window, then you've created an instance of the actor with its own rules. The fix for this (and I recommend it either way since your actor isn't acting -
Trouble respawning after death!
by SLOCM3Z ·I have made my rules of- "If: game.SoldierHealth <= 0" -do- "Spawn actor: Explosion0" , "destroy". Then I added a "DEAD?" -
Actor to alternate between two positions
by gyroscope ·Hi, I deleted that boolean, because I wrote it off the top of my head, only realising it wasn't needed afterwards but missed one to delete - so to confirm, no worries, here it is again without that un -
How to make people love your game in 90 seconds or less.
by imGua ·A bit off topic. But I've started to think that I'll enjoy may enjoy and finish Skyrim only after 8 hrs into the game. Now this game is in my top-10 games of all time. -
awesome new game
by jamie_c ·Below is a tutorial that shows you one way to move actors from the side of the screen, this could easily be adapted to move objects from the top of the screen instead. Hint: change the axis of movemen -
Lighting?
by Socks ·Agreed, just saying 'how to make a directional lighting system' isn't very useful, it could mean anything, you could spend half an hour typing up something useful about shadows, only to find the OP do -
Planned 2015 Games
by jigglybean ·Where the player catches 100 balls, or as many as they can using a variety of obstacles and things. -
Planned 2015 Games
by Thunder_Child ·* A portals style game with very detailed puzzles to crack. (Top down view though) -
Prevent strange moving?
by JayJayD ·(Quote) -
Dynamic lighting on Sprites with Sprite DLight
by Socks ·want - you would of course have to adjust each layer to suit - and each layer can have its own colour light (simply by changing the actors colour) - and you can also throw a magnitude function onto e -
Ledge Grab With Pull Up
by gamer456ism ·You might be able to if you use a variable and a formula. The formula for the top of an actor is "X=self.positionY+(self.height/2)" If you do it with a formula for the side " -
How to make enemies disappear after being shot once. then reappear after time passes.
by gamer456ism ·If you want it to spawn in the same place you could make a variable for when they die and a variable for EnemyX and EnemyY. You could then constrain those with "attribute EnemyX = self.positi -
Turn Object Bounciness Attribute On & Off with Change Attribute Not Working Right???
by Socks ·Destroy.