-
Particles
by jamie_c ·Usually particles spawn continually unless you do something specific to stop them so I'm not sure where your having troubles. -
Touch, highlight, Than move
by tatiang ·The highlight can be accomplished several ways: spawn an outline image actor behind the existing actor, change the actor's image, change its color, etc. -
change image on purchase help
by tatiang ·In that example, the table would have a separate row for each item. Column 1 would be a boolean representing whether the item has been purchased. Then, in the clothing actor, you would have a rule l -
Particle constraining fail...
by ExplosiveGamer ·This is what i got going on so far. What i am trying to do is have the bubbles spawn randomly all over the backside of the player actor at all rotations and also pushing it away from the player (kinda -
change actor to another actor
by iceheero ·yes i crt 4 jobs with unique job number in each jobs. -
How to add a life every 5000 points?
by Jarritos ·go to the lives and if game lives = 5000 or more spawn actor heart. hope this helped. -
How to make platforms spawn extaclty like doodle jump?
by http_gamesalad ·I'm working on landscape so I just want to know how you would make the platforms spawn like that. -
change actor to another actor
by gyroscope ·So make your 4 actors to be spawned in the Inspector, each with a different colour, etc, I guess. -
change actor to another actor
by iceheero ·when I press job2 button job 1 actor destory and spawn job2 actor. it works only indivdule or say only once. -
Spawn & Destroy actors display on screen
by m1chaelr ·I've taken 3 images showing the Camera Borders, the position of the actors (1 & 2 for Spawn and Destroy) and then a snapshot of the "Preview", where you can see the 2 actors -
Spawn & Destroy actors display on screen
by m1chaelr ·I've created a spawn_actor on the right hand side of my iPod screen, and the Destroy_actor on the left. Both of these actors are on the blank parts of the screen. They are not inside the video/display -
I recieved email so i am worried if I will get sued?
by Thunder_Child ·I would be interested in if "Flappy Golf" has been sent such an email. Its a great game. Its also ranked in worth of over $600K via SensorTower.com. Its a game very unique and not -
Dynamically changing the image of an INSTANCE of an actor
by tatiang ·Timer every 0.1 seconds Change attribute game.random to random(1,10) Spawn actor -
Game Release **TILTED- A test of patience**
by Thunder_Child ·Hey this is actually a unique game...fairly difficult...I like the background music. Ill be putting this one in my iOS arcade folder so....good job. -
Dynamically changing the image of an INSTANCE of an actor
by natzuur ·Either way it would be easier to randomize upon spawn locally. -
Dynamically changing the image of an INSTANCE of an actor
by Socks ·Like the others have said this needs to be a self.attribute rather than a game.attribute, you don't want the actors to 'share' whatever value is generated, you want them to have their own unique / ind -
Objects relationship (distance)
by sevek ·There are two bigger "invisible" actors which are spawned at a random location at the same time. -
Having actor spawn other actors without overlapping
by ExplosiveGamer ·Do spawn actor>Tower at hero x and hero y. -
How to change animation? [SOLVED]
by BasGoodboy ·Of course I know other ways to fix this (destroying old actor with animation and spawn new one with other animation on old one) to fix this but isn't there an easier method to change animation? -
Objects relationship (distance)
by Socks ·For example you could spawn a slightly bigger actor (that is invisible) and in this bigger actor you place a rule to spawn the normally sized actor . . . (you could also place a little time bomb insid