-
How would you use the circular and rectangular collision areas?
by CodeMonkey ·The image won't be changed and it will still look like a box minus any transparent areas, but the collision won't be as the actor if circular collisions is set. -
Help with Space Invaders type game
by CodeMonkey ·With the one I made, which now has bugs instead of squares, it doesn't use replicate. Its just several instances as well, but they are all guided by a game attribute which is set by the walls. QS's ha -
Jump Issue
by CodeMonkey ·/2 means that attribute divided by 2.(half). -
Collision not working every time
by jhaas ·Do collisions only work when two objects hits dead center? Unless the collision is dead center the objects move past each other. Both objects are part of the same collision group. I thought if any -
Platform Game: Slopes
by Kamazar ·I'm pretty sure you can make linear slopes by rotating the ground actors in the scene and have the character rotate when colliding with it, but as for Sonic and Fancy Pants Adventure style stuff, no, -
GameSalad has... I don't even know what happened?!
by Kamazar ·No, I checked them. I'm able to go from the main screen to the game over screen, but not from the main screen to the actual game. All I got rid off was the fade actor's rules and a game attribute. -
Help with Space Invaders type game
by CodeMonkey ·what I meant was the game.enemy.movement attribute looks like it is only ever with the values 'left' and 'right', and thus either your "enemy right mvt" or "enemy left mvt&a -
Random directional movements
by CodeMonkey ·Create a boolean attribute for the actor. 'MoveForward' and set it to be true. -
Help with Space Invaders type game
by CodeMonkey ·Well, at first glance at the latest update, I see that you really only have 2 states for movement, 'left' and 'right'. When you set the attribute to 'left' it moves to position somewhere left, and whe -
StarFire Game
by xacto ·Hmmm... looks like there are more issues. I noticed that my collisions on not always working like they are suppose to... once in a while my collisions do not register. Strange thing is it seems random -
Help with Space Invaders type game
by CodeMonkey ·that you've gone to 49 on one invader. The game attribute finally switches to the right and your actor is moving right, but you are still below 50 as it is moving right so it sees that and changes th -
Help with Space Invaders type game
by CodeMonkey ·-When wall collides with enemy: Change a game attribute, enemymove, to 0. And Timer after .8 seconds change it to -1 or 1 (depending on which wall). -
car slows on grass help
by Kamazar ·2) Create one integer game attribute labeled "grass max speed", and another labeled "track max speed". -
car slows on grass help
by ktfright ·Should I edit the max speed? And how could I try to make it revert back to regular speed, would I need to make another attribute? -
Destroying an actor once it leave the screen
by Kamazar ·Thx, guys. I thought there was an option like that somewhere, just didn't remember it :P And yeah, I did try the invisible wall thing, but being the perfectionist that I am, I want to keep everything -
Destroying an actor once it leave the screen
by butterbean ·Also, the constrain attribute helped me to keep enemies within the boundaries of the screen, and not on the borders -
Question on enemy spawner in sidescroller
-
Destroying an actor once it leave the screen
by butterbean ·( I also use the constrain attribute to keep actors from spawning in certain areas in the scene, let me know if you need help with that, those go hand in hand) -
Destroying an actor once it leave the screen
by quantumsheep ·You're very much on the right track. In your actor you want destroyed, just put a rule that says 'when an attribute changes' self position x is greater than 480 -
buttons help please?
by linemaniac231 ·okay, Ive been able to get most of it working, but I have one more problem with it. I set the "change attribute" behavior to only take away one enemy per kill, but when I kill one, s