-
Mac Creator Release 0.13.34 is available
by Franto ·The solution could be that the user re-do the order of the game attributes and tables, with tables on top. But I only theorize this because it's been mentioned how the system reads game attributes sta -
Endless Runner - Help keeping score on screen
by dapion ·on your left side, go to scene, layers. -
Endless Runner - Help keeping score on screen
by Newdude33362 ·have developed a score counter that sits in the top left corner, however as the player moves the counter goes off screen. So I did the same thing to the counter, that I am doing to the player, by co -
Wave movement right to left - please help
by Socks ·Sure, game.X is an attribute, if you follow the logic through, from top to bottom it should make sense . . . . -
Wave movement right to left - please help
by Socks ·Good ! A sine wave is just one dimension of a point moving around a circle, imagine a dot moving around a clock, now imagine there is no left to right movement, it is just moving up and down from 6 to -
iAds
by Thunder_Child ·put a timer in it for .5 seconds then show ad top or bottom. I just feel a timer makes a sequence start vs just a plain rule/behavior. May I suggest the timer. -
Paid developer required: Maze game with high score submission
by artylabs ·* top 5 high scores -
Actor not spawning In Front of actor
by msheri24 ·A spawns B, A destroys self. -
Actor not spawning In Front of actor
by Socks ·That's a pretty vague sentence . . . . I want A to make B in front of A and destroy ? -
Actor not spawning In Front of actor
by msheri24 ·I want actor 1 to spawn actor 2 in front of actor 1 and destroy. -
Universal Binaries
by Braydon_SFX ·No, you can still use the Overscan method but you may need to go into your HUD actors (pause buttons, scores at the top of your screen, etc) and position them depending which screen the game is being -
Brain Insane - A fast pace & fast thinking puzzle game
by http_gamesalad ·propel all this publicity to get my app in the top 50's or 10's on the app market. It was well on the way there! I'll show you the rankings of the app in 3 day period (Image) -
Brain Insane - A fast pace & fast thinking puzzle game
by http_gamesalad ·@Fortify well at that time I wasn't a pro member so I lost out on a lot of money. 3.0 is the one with pro in it so now I can start making money from today. The app is still on the top 1,500 to 1000 do -
Black screen when i preview
by GeorgeGS ·Make sure you're using version 13.34 of Creator released yesterday, and try to narrow down if it isn't working on just one project or all of them. I'd recommend just loading Big Top Blaster and seei -
Mac Creator Release 0.13.34 is available
by Socks ·It works if you wrap the animation behaviour in an 'After 0 seconds' timer - of the two versions below, the top one runs as expected, the bottom one doesn't work at all (like Braydon_SFX says). -
Rocket Zap - iOS Universal
by jeffsanok ·Rocket Zap is an arcade style space shooter game. Destroy waves of Rockets, UFOs and Spaceships. Simple one touch control. Just swipe to aim and shoot. Thrilling chain-reaction explosions add a unique -
ALERT: deprecated behaviors to be removed
by ThoPel ·(Quote) -
ALERT: deprecated behaviors to be removed
by stevej ·Um, they're listed at the top. -
matching pairs memory game
by RVvD ·Rule: if: game.CardID =1 and if: game.CardIDA = 1 do: Destroy -
High score works intermittently and sometimes creates random numbers
by The_Gamesalad_Guru ·Watch the code order be sure the update high score code is before the write to table. if they are not in the same actor move them into one actor. code in an actor fires in order top to bottom. The bas