-
Math serious problem.
by DanielDoe ·I have some math problem. I have an object SHIP that travells in X and Y direction. What I want to do is to spawn another object when SHIP is in X,Y direction but not exactly in X and Y but anywhere n -
Animated Bow and Arrow
by Joe Hart ·First hire a graphic designer or if you are on a low budget get gimp and inkscape from the internet. Then make a animated arrow where the string is pulled back, and with a bow in its correct position. -
Actor in the back detects clicks from top actor
by famekrafts ·Yup but in my case it was a play button, it would have looked odd to spawn it later. You will know when you will see my game. -
Bundle identifier problem since update to 0.10.00 - only 1 level - no app creation possible
by ljsvenson ·Hi wickedsunny, the different names of your apps will make the name unique. So com.yourdomain.appname1, com.yourdomain.appname2 etc, etc. Hope that answers it. -
Bundle identifier problem since update to 0.10.00 - only 1 level - no app creation possible
by ljsvenson ·Got a reply from GS support. Looks indeed like I will have to create a "new" app and upload it to the iTunes store for approval. So that's what I'll do. But to avoid my previous mist -
Stormys - Audio Invaders goes free for a few days...
by StormyStudio ·Decided to drop the price of my Unique and pretty popular audio game 'Audio Invaders' to free for a few days to try and spur on some interest before all the christmas game releases and deals come out. -
spawn outside camera view in endless game
by JayJayD ·i think i got it... if the camera isn't moving i can always use the same spawn point for the actors right? -
spawn outside camera view in endless game
by jonmulcahy ·spawn all your actors at like 1000 and have them move left towards your hero who you could have at position 480 or something (middle of screen) -
spawn outside camera view in endless game
by JayJayD ·i´m not sure how to spawn actors under the camera view in an endless top to down scrolling game. -
ABE: Amorphous Biological Entity - Now on the App Store!
by gurechan ·Great fun game with unique game play. Well done. I tried to leave a review, but looks like I can't as I used a promo code. -
Bonsai Master Studio
by glynius ·Relax and release your creativity with this unique application. -
how to stop a particular sound from playing on or off?
by famekrafts ·I am not using destroy and spawn anymore, so a blast animation is placed outside the scene, problem is every time it starts a scene or resets it, the explosion sound starts playing, how do I stop a pa -
Collision problem when using constrain attribute to take player in and out of scene
by famekrafts ·Bump any help guys? My game is loading fast an working great when I removed the spawn and destroy attributes, just the main player is still using spawn because of this problem. -
Spawned effect can be seen on the other side of the screen help?
by sSHAKESs ·Hello! I have an effect that I spawn... it's a big explosion... it breaks raster and can be seen from the other side of the screen. How can I stop it from showing on the opposite side? Thank you! (Ima -
destroy random objects when overlaps
by sampaio ·Hello! this is my first app, everything is going well, i have only one problem, my game spawn actor and i want to destroy the spawn actor if overlaps an actor that is already in the scene. -
Collision problem when using constrain attribute to take player in and out of scene
by famekrafts ·I am facing a collision problem. To avoid the spawn and destroy method I am putting my player out of the scene. Now it is supposed to be colliding with invisible ground and walls inside the scene. -
Animations steps should be faded in/out
by gyroscope ·Hi Marco, if the actor whose image fades out while another image fades in is spawned, then yes, you'd need to spawn another actor with the second image exactly in the same place... -
Is it good or advisable to put all levels in one scene?
by famekrafts ·game will work fine if you use 10 levels of spawn and destroy but 200 levels will surely crash using that method. -
making endless moving background ?
by famekrafts ·@GLGAMES I couldn't find one proper one. The only thing which works well is the spawn and destroy style which is just not doable for a runner game. It will cause memory leak and will crash, nothing e -
Is it good or advisable to put all levels in one scene?
by famekrafts ·use tables and change positions, do not use spawn and destroy as it will start lagging after some time.