-
the RPG template including AI
by DreamLab ·SO its unique. -
Regarding menu spawning during game
by Scoots ·then in your spawn actor have all the attributes point to the appropriate weapon actor. -
Regarding menu spawning during game
by rino ·I was wondering how I can tackle this problem. I would like to change my main actor's spawning's (For example, spawning a different bomb type) during the game. -
Is this game idea already taken?
by Rattlehead ·Well, Theres your answer then. The challenge is making it unique and every level different -
Is this game idea already taken?
by tenrdrmer ·Well, Theres your answer then. The challenge is making it unique and every level different -
order spawn issue
by MERM ·I have a particle like game that you have raindrops and it adds more when you click the plus sign. it's frustrating now because when you spawn new raindrops, they are ordered in front of the plus sign -
particles
by gyroscope ·Hi solitairee, either delay the destroying of the actor until the particles have finished, or spawn an invisible actor just after the destroyed actor, matching the destroyed actor's x & y, wit -
Bug with GS Y axis?
by jonmulcahy ·but i don't think it's a bug, I'm doing something very similar in my project with menus, but I don't have any spawn or destroys, I just move the actor on and off screen. -
spawning help please?
by blastfactor ·everything is working, but it doesnt spawn again... this is what im doing: -
Bug with GS Y axis?
by jonmulcahy ·that shouldn't be the case, I've got a scene that is 3000x3274 and I can spawn anything in any section of the game. if I have my camera area in the top left, the top corner is 0,3274, and the top righ -
More than one blast in scene ...
by gtasick ·I'm using tshirtbooth's blast tutorial ... but I've modified it so bombs spawn when clicked and then explode when they hit the blocks. -
How do I offset a spawned actor to mouse position?
by gtasick ·ok i got it to work in it's own file ... but now when i go back to my project where i need to spawn bombs that then explode upon hitting blocks ... it will only allow me to spawn a few bombs then spaw -
How do I offset a spawned actor to mouse position?
by gtasick ·i'm having just the opposite problem ... my actors are spawning off screen and falling to the ground ... rather than spawning where i click? I have things set same as above? Except it's not supposed t -
A question from a noob...
by anithmuk ·If you want the coin to spawn at any random time then in the timer behaviour after "every" insert function "random" and then add your min/max values eg random (1,10 -
A question from a noob...
by JlmC ·Use COINSPAWNER: -
A question from a noob...
by xero907 ·I'm making this game, and I need a random spawner; I have a actor called 'COIN', and I need 'COINSPAWNER' to spawn COIN at random intervals, at a random area on the screen. -
grappling hook question
by as7494 ·Im just uncertain whether its better to make a single scene for each or one for all. I have a score, rating, and 2 other attributes that are unique to each level. So im not sure how that would work ou -
Fire Button?
by blastfactor ·-spawn actor (bullet) -
Fire Button?
by blastfactor ·i try to make a fire button, i place it on the canvass, i make sure that if tap then shoot = true, then if shoot = true then spawn actor blah blah blah -
Attributes?
by blastfactor ·and i have one question... i have it so that every 1.5 seconds it shoots a bullet, but whenever you press the fire button (space for now, untill i figure out how to make a button haha) it shoots, but