-
Displaying Random Table Cell Values
by DocJ ·That seemed to work.....it displayed the value of the 2nd column as hoped. Unfortunately it did this right in the Actor, right on top of the value from column 1 -
GS Coder For Hire For Small Projects
by MarcMySalad ·Trusting any unknowns especially when that person only has one or two posts is a bit like jumping out from the top of the Eiffel tower without parachute or wing suit and then hoping to be able to lear -
Dungeon Jump for IOS and Android
by muusi ·Top 70 with 95 million points, in less than 24 hours! (Image) -
An Illustrated Guide to Prototypes and Instances
by Armelline ·Take a look at the picture below. You'll see one prototype actor and three instance actors. Delicious, ripe apples. The prototype is at the top, off the scene. The three instances actors are all on th -
When should i consider upgrading to PRO?
by Thunder_Child ·Off course. Google search David Ballew AppStore. Top link. Not sure if posting link is allowed here as not all my apps listed were made with GS so that's why I suggest search. -
When should i consider upgrading to PRO?
by ferzheng ·I mean, all the featured games and top charts games are from companies (i dont know if Ketchapp also is), and the only one who could make it to the top was the guy of Flappy Bird, or am i wrong? -
I don't want any new Features. A stable final build please.
by BlackCloakGS ·@stevej and my top priority is getting out an ARC build of Creator that fixes the performance issue you guys are seeing. -
iad banner
by http_gamesalad ·Well I have these ads (chartboost) at the top of my game. It covers some of the essential actors, so I moved those actors down so the banners won't cover them but sometimes the scrollable banners onto -
Dungeon Jump for IOS and Android
by muusi ·This is amazing! Dungeon Jump is already in top 90 with 14 million points. Thank you guys! -
Will FireTV app work on Google Play Android TV too?
by BlackCloakGS ·Ok did some more reading and it looks like there is a layer that will translate the ARM binaries to some kind of intel x86 assembly so it might run. I do not have a Google Nexus TV at the office to t -
Introducing Graphene SDK...
by UtopianGames ·Sounds about right coming from you but yeah if we made a new engine we certainly wouldn't want a couple of top developers with 5 top 20 hits and 200 quality templates and tools to showcase what it can -
How to make actor die on contact with side of an object, but live if he jumps on top of it.
by Summation ·The easiest way might be to create two actors, make one tall and the other wide, and place them on your object on the side and on the top. -
How to make actor die on contact with side of an object, but live if he jumps on top of it.
by stellathefella ·I'm trying to make a very Geometry Dash-like game and I was wondered how one could make it so my actor dies on contact with the side of an object but live if he jumps on top of it? Thanks for your hel -
non-scrolling gui?
by LittleCube ·(Quote) -
Spawn actor when key is down, but destroy when up?
by beast22ros ·So i have this game where i have this jet flying up and down. I have a flame actor set to be constrained to the jet actor. What i want is that the flame disappears when the jet is going down. (Space … -
How do i... deal damage?
by mike206 ·put something like on touch show animation on top of boss and then add the attribute that deals damage? I'm thinking that might work lol but only thing is I don't want the boss to keep shooting when -
How to de-spawn or remove a spawned actor
by tatiang ·change attribute game.destroyOldActor (boolean) to true -
How to de-spawn or remove a spawned actor
by Spacemarin37 ·Could you explain more on how I could destroy the spawned actor whenever I start a new spin please? -
How to de-spawn or remove a spawned actor
by tatiang ·Destroy the spawned actor with a Destroy Actor behavior whenever you start a new spin. -
How to de-spawn or remove a spawned actor
by Spacemarin37 ·Spawn actor: (Actor) place: front of layer