-
Align Currency Number in constant distance to actor based on amount. How?
by tatiang ·I see, so you want the currency symbol and value to be centered over the "stand" actor. Yes, I think you would need to add an offset pixel value as you suggested. Use a fixed width -
Top Down Rain
by Armelline ·Yes, definitely possible. It would take some fiddling to make it quite as good as that, but you can get a similar effect very easily. -
Align Currency Number in constant distance to actor based on amount. How?
by BigDave ·I now do align it and this works suprisingly fine. -
Align Currency Number in constant distance to actor based on amount. How?
by tatiang ·Can you provide a sketch of what this should look like? I'm not clear on what the "actor" has to do with the position of the currency. Are you trying to display the currency amount -
Top Down Rain
by tatiang ·Which part of the video are you referring to? -
[Solved] How to allow my character to launch fire power?
by tatiang ·The Spawn Actor behavior will add an actor to the scene. So you could use this to add a "fire" actor. Inside the fire actor, use a Move behavior to move it in a certain direction a -
Please Help Needed about unlimited enemies in platformer game?
by ookami007 ·I hope it helps you. -
[Solved] How to allow my character to launch fire power?
by ookami007 ·@TYH - Do you mean how to shoot enemies? Like launch a laser or whatever and have them launch lasers back? -
Align Currency Number in constant distance to actor based on amount. How?
by BigDave ·I'm sure some of you have a nice solution for this so here my question. -
As I get my actor skip from one place to another
by SoAGAMES ·(Quote) -
how to set an icon for android application
by jonmulcahy ·on the web portal you upload your icon in the top left. -
how to set an icon for android application
by MentalDonkeyGames ·In the Google developer console? It's right under the place where you put the screenshots. -
Screen hiccup when teleporting
by Tigro ·I'm creating an adventure game in which there are some portals (simple sprites which, when collided with and pressed space, change your X and Y to the other portal's) which teleport you from one place -
[Solved] How to allow my character to launch fire power?
by dapion ·Can you explain in more details what's your problem? -
[Solved] How to allow my character to launch fire power?
by TYH ·I am working on a game. That includes monsters that the player has to destroy. Do you have any idea on how to launch the power? I tried doing so but it won't move. -
Please Download My New Game Candies Crunch Android
by Jordeyy ·You will not be disappointed , the game play is amazing and the graphics are very professional -
Destroy ander respawn actor when touched by other actor
by marc_greiff ·additionally, make sure that both actors have the have the the "movable" attribute set to true (in attributes/physics), this is necessary for the collides with rule to work. -
Destroy ander respawn actor when touched by other actor
by marc_greiff ·Not sure about the crashing part, but make sure actor 1 is below actor 2 in the layer order, you want game.X to be triggered BEFORE actor 1 checks for it. -
BugSplat 101
by GeorgeGS ·I can't check the Mac version right now, but in the Windows version there is a Report Bug item on the help menu, it links you to our bug tracker at http://bugs.gamesalad.com/ -
Please Help Needed about unlimited enemies in platformer game?
by cherrywtz ·(Quote)