-
spawn new ball
by The_Gamesalad_Guru ·As to your main questions an easy way would be to have an invisible actor where the ball starts. From that actor you can track and spawn a new ball. -
spawn new ball
by wongj19 ·How can I make it so that when my ball is moved off it's starting position, a new ball spawns. -
Unia: And The Burned Village - Now available on Google Play & App Store
by mertti ·Unia: And The Burned Village is a multiple protagonists platform adventure game where the main objective is to help main characters Boo, Lee and Clug to find their friends who were taken prisoner by t -
Game of the Month: April Submissions Thread
by OrvilFox ·-10 unique and powerful defenders. -
Trying to get around timers, tad issue.
by SBSEA2202 ·to save on overhead later. But all it will do is spawn 4 actors then stop altogether. I would like to note a few things in the screen shot I only have one of the rules that is flipping the bool. The -
How to get actor to start in scene
by sonicm3 ·thanks ice, solved that issue as you said with the physics issue. However actually, the above method i tried by socks didnt work. it did spawn the actor on the next scene, but only where i placed him. -
How to get actor to start in scene
by sonicm3 ·when my actor goes through the trigger to CHANGSCENE i would need to actor to spawn at specifc x and y on the next scene. -
How to get actor to start in scene
by Socks ·Do you mean how do you position (or spawn) an actor at a specific location ? -
How to get actor to start in scene
by sonicm3 ·how do i spawn or start the actor at a particular part of scene, as soon s he hits the block,. starts on the next screen? -
Spawn then drag and drop
by Icebox ·(Quote) -
Spawn then drag and drop
by tammywkwong ·Thanks! But I found that it always stick spawn actor by spawn actor. How can I solve it? -
Which is better for performance / memory: GS alpha or baked alpha?
by Socks ·Why not test it, spawn a grid of 500 small actors, set them to rotate or move up and down (or whatever), pass this test file over to your phone or tablet and see whether the frame rate is effected by -
Spawn then drag and drop
by tammywkwong ·Can anyone tell me how to do like this video? -
Create a login screen that tracks user?
by jonmulcahy ·this is how I generated a unique ID -
Create a login screen that tracks user?
by ldanielstn ·Hello all, I have hot a road block on how to create a login screen that will ask for a number and track/store that unique ID. Any advice is much appreciated. -
Reloading a gun.
by Socks ·----spawn bullet -
Reloading a gun.
by Binbang ·--spawn actor (bullet) -
Flappy Bird!
by itsallgoodgames ·It's a smooth jumping game with a unique jump mechanic, and there's lots of unlockable characters! -
Loop over table and columns
by Hopscotch ·Change attribute game.currentLevel = 1Change attribute self.rowindex = 1Loop While all Attribute: self.rowindex <= tableRowCount(enemyTable)Expression: tableCellValue(enemyTable, self.rowindex, -
Loop over table and columns
by fmakawa ·I am spawning actors according to number of filled cells per column. The individuals actors know what do with each number given. So I need to recognise that and then spawn accordingly.