-
Bring Touched Actor to top Layer and Only Select One Actor
by jdgould ·One question, in part 2 instead of duplicating the actors on top of eachother, can you simply create a rule that says when touched is pressed, spawn a duplicate actor on top of the existing actor and -
Is there an ETA on .95 ?
by MarkOnTheIron ·1) particles - spawn in back of actor rather then just in front -
iAds Tips
by TWEAmazingApps ·So would i do something like this: Timer (After) 33 Seconds Destroy Actor and then have another Timer (After) 34 Seconds Spawn or do i do: Timer (Every) 33 Seconds Destroy and another Timer (Every) 3 -
Make game harder and harder. What is the ideal way to do it?
by Fredrik Bixo ·1. make a timer after X seconds spawn actor every 1 seconds and so on. This way is working but after a while you realize thats is going to be much "after X seconds". Its also more li -
need help getting numerous pairs of objects to work together
by MotherHoose ·let a controlActor handle the spawn of the background/other actors from prototypes -
need help getting numerous pairs of objects to work together
by part12studios ·What i'm stuck on here is what if i want to have say.. a hit box graphic that is different (bigger) than the art itself.. my thought would be to have an invisible box simply move with the object. my -
Need help with keyboard to touch
by praj ·at the moment,for eg- i programmed when key-space is pressed, spawn actor (missile). timer 0.5sec. but i am having difficulties to establish it using touch as iphone does not have a keyboard.... if i -
Lets Discuss some serious AI (Artificial Intelligence for enemies)...
by 3itg ·I built my universe, player character spawn, save and load system using tables to track complex character attributes across play sessions. -
how can i limit random(min, max) values
by ericzingeler ·2. After the random number is chosen, check if the pick is unique -
vertical shooter enemies spawn and velocity increase over time help!!
by jerlant360 ·so im creating a vertical shooter and i want to make the enemies number increase over time and fall down faster each time! i need some help! -
Randomizer
by HC_DK ·In the actor you use to spawn add 2 REAL attributes, called "Next Time" and "Random Time" -
Randomizer
by mariusiancu ·I want to spawn instances of an actor at random periods of time. -
How can I make and actor repeat and action with out using spawn?
by jobei ·I try using spawn, but the hitbox I'm using is small , so when I touch on the visible hitbox it to trigger a small invert box to appear and fade away. I need the spawning actor to take up the -
Spawning characters
by tross99 ·I want my characters/enemy to spawn continuously and I made a spawner character but it isn't working for some reason aalso the other question i have is how to make it so when an enemy makes it past -
How can i make a ball bounce on only actors i want it only to bounce on?
by DarkUndeadSpawn ·Spawn Actor -
spawn actor on camera layer
by HC_DK ·the "Scene Controller" for the spawn. -
Is it worth paying money to upload games
by creativeapps ·1) Good Strong Unique Concept -
spawn actor on camera layer
by premvijay89 ·how to make time actor to be spawn on camera layer during gameplay? -
Playsound stopped working
by fawzma ·So I have a game running fine without sound. to explain the situation, I have an actor acting as a spawner for balls. It uses game.time and checks to see if its greater than the nexttime attribute. if -
why wont my ship shoot the lasers?
by RP ·@ tross99 This should help get this random spawning laser corrected.