-
iAds for Pro subscribers only
by JamesZeppelin ·Either way i do see both sides of this argument that GS should include iAds for everyone but the price is different. It is a unique service (for now) -
Make Object Swing back and forth like Pendulum
by design219 ·spawn actor to switch between Swinging Girl and Walking Girl -
Custom Behaviors
by IntelligentDesigner ·the "Behavior" of an "Actor" is controlled by "Rules" which allow you , the programmer, to build "Custom Behaviors" from unique -
how to have random spawn not spawn on top of main actor
by gyroscope ·Hi Cee3pee0, if your player is on the move, you might have a bit of trouble making sure the baddies don't spawn on top, (it's possible but won't be accurate enough, I don't think). But if your player -
how to have random spawn not spawn on top of main actor
by Cee3pee0 ·Is there an easy-ish way to have the "bad guy" actor not spawn on top of the main actor when it is set to spawn in a random x,y position? thanks in advance -
Next Waypoint
by Hachiko ·Sure, but from what I have understood, it's possible that monster X e Y spawn together. I mean, there can be Z bullet (Image) -
Need help making a game
by Hachiko ·Sadly, I couldn't make a nice random spawn without having big loss in framerates, even if they there just for a fraction of second. Probably on Ipad you wouldn't have any problem. -
Need help making a game
by jjjhhh98 ·Ok. I have an idea for a game which is similar to doodle jump. My questions are how do you affect some actors with gravity and not with some others, how do you make platforms spawn as you go up, how d -
Random Problem
by ricardorauber ·Hello there! I have a problem with random function when it's called from a spawned actor. -
File size, placing images on actors, etc.
by firemaplegames ·Thanks Joe. I have fairly detailed scenes where the background is unique. I will try to utilize tiling when possible but I make my backgrounds by hand and they change alot as one scrolls the screen. I -
File size, placing images on actors, etc.
by LogoLogic ·Thanks Joe. I have fairly detailed scenes where the background is unique. I will try to utilize tiling when possible but I make my backgrounds by hand and they change alot as one scrolls the screen. I -
Making walls drip and cause mayhem...
by Chaser ·When your actor hits an invisible actor spawn 3rd actor (drip) at position x y as I did with Tropical Totems for iPad -
respawn actor
by Dooki ·OK, I kinda have it working. I created a respawn controller off to the side. The main actor does respawn but only the one time. If he dies again he does not respawn. Can anyone help on this? -
random actors
by taj_cc ·I Want to spawn random actors in to the scene which they specific tag. How can I do that -
Need a "Make Bullet" solution
by quantumsheep ·Say you have 12 targets on the stage, and you spawn an actor and fire it at them. onCollision, you destroy the target actor and update a global variable for score. The variable update is contained in -
Need a "Make Bullet" solution
by ck ·I've been fighting this count thing for a couple of weeks. Say you have 12 targets on the stage, and you spawn an actor and fire it at them. onCollision, you destroy the target actor and update a glob -
respawn actor
by Dooki ·--Spawn image (actor getting shot) -
Collide and Overlap Problems
by thiagoralves ·or overlaps the actor bubble it self destroy and spawn another fixed actor on it's place. Doing this way, the object bubble never overlaps the other because of the "bounce when collide&q -
Collide and Overlap Problems
by firemaplegames ·You cannot change Movable at runtime. The safest way is to have two versions of the actor. One is Movable, the other isnt. When it collides, spawn the nonmovable one and destroy the original. -
respawn actor
by Dooki ·menu." I know that I could also perhaps spawn a "try again" button/actor.