-
Result bar and score
by feroman ·During the level, the top of the screen, there's a bar that it decreases after -
Submissions for Game of the Month July!
by CreeperWare ·an eye, use gravity to your advantage, and yes, destroy toasters! -
more questions! about friction and collisions and such
by simo103 ·Lastly if you need to optimize a bit if the scene gets heavy with actors/images/rules etc you could do a change attribute self.position X or Y for the switch moveable objects ... ie: so one is off sce -
HUD problem
-
HUD problem
by gyroscope ·Hi, if you've put it into a non-scrollable layer, then it's gotta be something like, you've got gravity on, and the score is checked for moveable... whatever, uncheck moveable and see if it works OK a -
HUD problem
by IsabelleK ·First make a new layer, and put it ABOVE your background layer. In the new layer put your HUD actors, and uncheck scrollable option for this layer. -
HUD problem
by polodo88 ·I tried to put the HUD in a specific non-scrollable layer, but every time I do so it disapears. -
Platformer game - bugs found - Please help! No double jump / land on enemies head to kill actor
by Nmdogdude ·Try creating separate actors for the top & sides. Then create a rule in the top part "when actor 'player' collides w/ top...delete actor", and in the player rule "wh -
Moon Monkey: Bananas in Space!
by YoRooster ·Looks a real top notch game @jayleedesigns ...best a luck to you! -
Putting 4 Actors values/numbers in an order
by robert.mccarthy ·Yeah, for 8 actors just to find the top 3 positions (i.e. 1st, 2nd, 3rd) I have 37 nested rules. -
Formula
by AfterBurnett ·Or, if you need it to keep its current value and add the others on top of that: "game.World Bank += ( game.Income - game.Expenses )" -
jpg vs png
by ericzingeler ·10. Scroll to the bottom of the page. Near the bottom you can see the names of the images you recently imported into the game. It should be in chronological order from top to bottom. -
> This will NEVER happen again...... :-( .... ;-)
by gyroscope ·@tenrdrmer @TheMoonwalls(Quote) -
> This will NEVER happen again...... :-( .... ;-)
by IsabelleK ·You're one of top spammers here David :P But I'm working hard to be as "fertile" as you (Image) -
Actor stop spawning after touch, restart spawning after contact with another actor, HOW?
by MotherHoose ·Event: touch is pressed (whatever triggers the destroy of ball) -
★★ GSH7 ★★ Official Contest Thread - Win a Brand New iPod Touch!
by crazycam99 ·To play push crates onto colored buttons to destroy the blocks of the button's color. -
Who is currently playing with forum post reaction settings ?
by gyroscope ·Yes, don't like the massive avatar below "Leave a Comment" either - just a bit over the top; actually, totally unnecessary, as @LeonardDeveloper says, we don't need reminding who we -
Ball does not bounce off properly.
by praj ·when my ball bounces off the slider and hits the wall it is fine. however, without hitting the briks at the top, when it hits the side walls a 3-4 times, it changes direction and moves downwards. it i -
Cant find application loader on my mac?
by SlickZero ·You can also open Xcode and click on the Xcode name in the top menu bar, and go to "Open Developer Tool" and it will be there in that list. -
★★ 31 Optimization Tips ★★
by AcceleratedGames ·20. Limit constrains and if you do need to use it, make sure that they are on the top of your code.