-
Respawn Player
by jeezzcake ·Don't destroy the hero, just move him off-screen and after 1 or 2 seconds, bring him back in the gameplay until he runs out of lives and then, it's game over. -
Respawn Player
by calucas ·I am looking into how to respawn a player. I have a lives counter at the top. I have it showing 3 lives. When the player is destroyed it goes down to 2. But I cannot figure out how to respawn my p -
Distributing your app to China --> Appborgs???
by phamtastic ·As for their apk wrapper, it's added to the outer layer of your apk file. It's a timer-based ads that launch every minute or so... it depends on how often you want to set it. -
Distributing your app to China --> Appborgs???
by phamtastic ·@jigglybean - I picked the $99 package to submit to the top 3 app stores in China. However, if you can do the submission and translation yourself then that's great but I had a tough time submitting -
Help with non scrollable layer
by jamie_c ·Is the 'test' actor in the Home location of the scene? By that I mean if you have a large scene size, anything on a non-scrollable layer MUST be in the area of the scene marked by the White Guide Line -
Help with non scrollable layer
by Glen67z ·Layer - Scrollable NOT Ticked -
Change Actor based on another actors timed collision?
-
Distributing your app to China --> Appborgs???
by jigglybean ·Having taken a look, it really doesn't seem like a great deal. $250 for their top 'package' 'Free' translation of marketing text - which is pointless unless your app has actually been localised too. -
Distributing your app to China --> Appborgs???
by yattamove ·I know it's quite technical but how do you think they do wrapping? They create a new apk package on top of your apk? -
Line of sight and enemy AI
by PWGames ·and put if attribute "" is 1, destroy actor. And then put a sight spawn in front of the enemy and say if attribute "" is 0, spawn actor sight. (if you make the ene -
Line of sight and enemy AI
by PWGames ·make a new actor that will be the sight and in your player put if actor collides with the sight, then destroy actor (or change scene depending if you have a game over). -
Universal Binary Rule Works In Landscape And Portrait For All Resolutions
by colander ·There is an issue in the UB 7 series projects. In the Scene/Layers tab the Setup actor is at the top of the Background layer it needs to be moved to the bottom for reliable performance. I will be rele -
How to do this?
by jigglybean ·I would like to have an item (present), fall from the top of the screen and land in a pile of snow. Upon landing, I would like it to kick up some snow as an effect. Anyone know the best way of achievi -
Draw only when on a certain location
by app_sauce ·is that I only want to be able to draw lines on top of a certain actor. I want to do a letter tracing app for kids to learn how to write the alphabet. So I tried putting a letter "A&qu -
How to download the Pro Version i have buy it already...
by wilsongalucho ·Download the latest version of GS, install, open GS and just login with your detais, on the right hand top corner. -
My First Game: Two Qubes - Minimal endless runner of two halves
by Loaded ·But just tried in on my iPhone 4S and it cuts some important text of the bottom and top of the screen. -
Updating Display Text Block
by 757MinecraftCrazy ·So, I've been trying to make a game that has a score display at the top and for the display I am using the "Display Text" block. So what I can't figure out how to do is how to make t -
A FRIENDLY REMINDER ABOUT INTELLECTUAL PROPERTY
by gingagaming ·(Quote) -
How can I do this?
by ShortAxe5 ·Thanks a lot! But is there anyway I could use the top actor to control the lower actor's y position instead of having something spawn them both? -
Line of sight and enemy AI
by OLZ1 ·I am making a top-down stealth game. I am trying to create a system by which the enemy will spot the player character if they are in line-of-sight.