-
Copy does not work at all on PC GS version
by Twayne2 ·I guess you fixed your problem, so that's good. When you said copy an actor onto the screen, did yiu mean drag or actually copy with alt+drag? -
How do you create interesting attacks and movement?
by Iskallian ·I am currently creating a boss fight in my 2D platformer but I have no idea how to give the boss interesting attacks and movement. I have some ideas like, a burst or shockwave and some dashing attacks -
press key to play animation
by rainwaterstudios ·You can actually omit the Animation behavior altogether if you want; -
Doodle Pong? OMG! / Fire Tv, Google Play and IOS
-
Startup Grave is out now! Available on the App Store!
by unbeatenpixel ·Thank you
-
Startup Grave is out now! Available on the App Store!
by CasualEvolution ·I love the loading image, one question you have leant for a paid game instead of free with ADs, why? How is it working? -
Thunderchilds Complete Guides to iOS and Mac Publishing
by bob loblaw ·while it is slightly different to current apple developer site layout, it's close enough for your video to hit the mark. -
enemy follow and face player
by Two.E ·You need to constrain the enemies rotation: -
Hi, I'm new. How do you reduce an enemys hp by clicking on an attack button?
by AlchimiaStudios ·Not sure I understand. I've attached a demo for you to have a look at. -
Hi, I'm new. How do you reduce an enemys hp by clicking on an attack button?
by joloco2009 ·Oh never mind I think you make a variable in the game tab. -
How Do I make an actor stick with another actor ?
by RThurman ·@Japster -- that sounds like a really great way to do this. I would greatly appreciate an example! (If you have time). -
enemy follow player
by emoji ·I got it working. thank you a lot. -
Can you help me update my table cell value?
by appydave ·Thank you so much. -
State of the Salad 06/2018
by CasualEvolution ·Hi @adent42 I'm experiencing my first publish to Android and I've run into some bugs, I also have some suggestions, I think you could be simple things to solve on your part: -
Copy does not work at all on PC GS version
by abzibkoff ·perfect!! Thank you so much! -
Copy does not work at all on PC GS version
by mikejamesfisher ·do you have more than one layer? Is one scrollable and one not scrollable? That is when weird things happen for me. The actor has to be in scrollable layer if the scene size is larger than the screen. -
enemy follow player
by AlchimiaStudios ·See above. Make sure you're using constrains. -
enemy follow player
by AlchimiaStudios ·Accelerate toward will ramp up the acceleration and only turn it down once the x and y are reached, but because the acceleration is still in effect it will go past it, then it retriggers and continues -
enemy follow player
by emoji ·Hello, I'm trying to make my enemy follow my player but for some reason, the player just goes left and right. I have declared two variable of xPos and yPos and assign it to player position. attach is -
Hi, I'm new. How do you reduce an enemys hp by clicking on an attack button?
by AlchimiaStudios ·You can do it, but an attribute declared in a actor has a "local" scope.