-
Problems with highscore
by boberto ·(Quote) -
Problems with highscore
by tatiang ·Check that your actor is not an instance. To do this, double-click on the actor. If it shows a lock symbol, it is still a prototype. If not, you've already unlocked the actor and given it unique in -
Spawning and Particle Issues
by Hopscotch ·* Your "number of particles" is probably small, in relation to the "startup time" and "particle life time". The particle generator tries to spawn -
Spawning and Particle Issues
by Kozax ·I need some help with two different issues I have with spawning. -
If touch is down for 5 seconds - Shoot?
by KIIVIIN ·Spawn actor "Special Weapon". -
HELP PLEASE Need better performance
by Armelline ·If you want higher FPS you're going to need to spawn less rain. Simple as that really. There were a couple of places a bit of extra optimisation could be eeked out, though. -
Pause game using an attribute?
by aurynstar ·There is nothing else in my controller actor yet, but a spawn actor on a timer. Why would this interfere? -
HELP PLEASE Need better performance
by RabidParrot ·Spawn using timestamps. -
Pause game using an attribute?
by aurynstar ·Yeah, I have tried a bit of debugging and I can see that attribute reach 0 and then I used the same rule to spawn an actor and that works! -
Coding Help ..spawning actors based on random attribute
by tatiang ·Use a separate rule with SA=random(1,2) and conditions if SA=1 spawn B; if SA=2 spawn D. -
Coding Help ..spawning actors based on random attribute
by mshuraih ·I have spawning actor that every 5 seconds will spawn one of four different actors ( A,B,C and D ) ..based on a random spawning attribute ( SA ) this attribute changes every 5 sec with random value ( -
grid to display x.y coordinates?
by Socks ·When you spawn an actor its coordinates are defined by its centre point. -
grid to display x.y coordinates?
by tatiang ·The answer to the first part is no. The answer to the second part is that actor positions are determined by the center of the actor. So spawning an actor will spawn at x,y where x and y are at the c -
grid to display x.y coordinates?
-
Juice Mania
by igamesentertainment ·Get ready for the juiciest adventure with frooty the little cute star of fruit paradise. Frooty is on a quest to Experience serve the dwellers of fruit paradise with the freshest juice of all time. On -
[I solved it] Changing velocity on actor issue
by KIIVIIN ·Well, At the moment Im using a touch to spawn the actor "weapon" in front of my character. -
[I solved it] Changing velocity on actor issue
by KIIVIIN ·(Quote) -
[I solved it] Changing velocity on actor issue
by Socks ·(Quote) -
[I solved it] Changing velocity on actor issue
by KIIVIIN ·(Quote) -
[I solved it] Changing velocity on actor issue
by Socks ·(Quote)