-
How can I change speed of actor without changing direction?
by Dell7730 ·(Quote) -
Searching for simple game-makers
by TZBK Pixel Cube ·Since two heads are better than one, I think that a team of game-makers is better than one. Would some people like to assemble a team to think of ideas and make a amazing game together? This is not a -
How would I make a radar system?
by The_Gamesalad_Guru ·You need to seperate all the actors. It's better if you monitor the distance the enemy is from the main actor not do it from the main actor. -
Animation problem
by Armelline ·He's got the option now though, and you definitely did it in a better way than I was using -
Animation problem
by Socks ·Nice ! You could thrown in a wobble, as the ball settles into the hole - file attached: -
How would I make a radar system?
by http_gamesalad ·@chunkpixels I was playing around with your template you gave me & I put multiple enemies spawning at the same time as my game set up & I saw it was having a very hard time keeping tra -
Animation problem
by Armelline ·Do you really need to animate? What's the dropping animation look like? -
Need Help ( design a character for me )
by revelmo2 ·**** Well, I did one for you and I was going to put it here so you could see if you like it, but I don't have a URL for the image, it's just on my computer. So, I don't know how to let you see it, -
Adding coins to pre existing game ?
by ookami007 ·Do the coins have a COLLIDE behavior with player? You want them to have a RULE for collides or overlaps with... but you DON'T want a COLLIDE behavior. -
Triple Jump Clone…Death Jump 3…Play the Arcade Version
by app_sauce ·@DeeoBlueApps will you guys be doing an Arrow template. That game is super addictive. -
Animation problem
by floatingwoo ·@benjaminmage Wouldn't it work just having the ball destroy it's self once it reaches the hole, with an added "kaplunk" sound adding to the illusion? You could maybe interpolate the -
Shake device to make scene reset or action take place
by The_Gamesalad_Guru ·Measuring the velocity might be a more solid way as just random movement could cause collides. You could also measure the velocity of the device using the accelerometer. -
Device falling asleep during loading
by Franto ·The screen will fall asleep during loading, causing the app to exit when you wake the device up{although I noticed that if falls asleep during gameplay, it will resume right where you left off, must b -
Adding coins to pre existing game ?
by ookami007 ·Oh... I forgot... you will need to PLACE Coin actors where they will be able to be picked up by the player. -
Adding coins to pre existing game ?
by ookami007 ·Can you describe the problems you are having? -
Adding coins to pre existing game ?
by KevinCross ·You might want to elaborate a bit more on what you've tried and what isn't working. What's the difference between creating new coins and adding coins in to your game? Why can you do one and not the ot -
Is there a way to interpolate a Display Text behavior?
by Dell7730 ·That's exactly what I want and I've already made a Boolean rule to make it work, thanks though, I really appreciate it. -
Aligning & collision help
-
How to make an actor Jump
by KevinCross ·The attribute "jumping" is something you add. You'll see Jamie adding it in his video tutorial above (about 9:20 minutes into it). You don't have to be a paid/pro member to be able t -
Is there a way to interpolate a Display Text behavior?
by Armelline ·You can do this by showing/not showing the Display Text. Assuming I understood correctly what you mean (Image)