-
How do i make a Endless Vertical spawner game like "Smash Ant's"
by StormCloudGames ·<----NEW DEV! I'm trying to make a game like Smash Ant's. It's a vertical endless spawner. I need tips on how to spawn them randomly [at the top so they can fall to the bottom] [portrait] and a -
Aligning game in preview...why so difficult? see image
by Socks ·Hiding your dock (OS X) will free up some space, but I agree it's less than idea the way it currently works, you can . . . . . (that is to say it's technically straightforward, but not sure whether it -
Collision glitch
by Icebox ·@mupcraft Is the player below the enemy or is he above ? I really think its a layer problem , those glitches 80 % of the time happens when you collide and the enemy is above the Hero on the layers. -
Collision glitch
by The_Gamesalad_Guru ·Somewhere there is a conflict in your code that occurs during that event. Wow your code order is not refined. Remember code fires from top to bottom in an actor. You should move the camera control to -
Free Art and Graphics!!!! (Assets, Backgrounds, Art Packs, Etc…)
by sujit1717 ·3) Top Down Planes Game Sprites Pack -
How to loop a movement?
by SLOCM3Z ·(Quote) -
How to loop a movement?
by Socks ·----Destroy (destroy this actor) -
Collision glitch
by Icebox ·Not sure but it might be a layer related problem -
How to loop a movement?
by SLOCM3Z ·Make a spawner, make a timer in said spawner, put it off-screen to the right, in said timer: every (random(1,3)) :do: spawn actor killer, in direction:180, then there are two boxes in the spawn rule, -
Error Table Validation for apostrophe
by Fed_05 ·(Quote) -
Error Table Validation for apostrophe
by jamie_c ·In the first screen shot, if you look close the two apostrophes are different. The top one is straight, and the bottom one is 'curly'. These are two separate characters and will not match or be consid -
Is anyone experiencing instability with Gamesalad?
by pixio ·My Gamesalad (v0.13.47), is acting flaky. There is a top menu bar that has duplicated and is in an odd place on every screen. Also I populated a scene with images, and attempted to create a brand new -
Game of the Month: October Submissions Thread
by Melted Banana ·Eat your way to the top on leaderboards -
Center an actor onto the center of a separate actor
by tatiang ·Make two real game attributes called game.leaderX and game.leaderY (or anything else you prefer to call them). In the leader actor, have two behaviors at the top of the rule list but not inside of an -
synchronize jump in certain area on touch
by panosdalk@yahoo.com ·Ok solved it. Made an invisible actor on top of the column -->when actor collides with invisible actor-->if touch (or mouse or key)-->move to..etc. -
my new game "Roll Turtle" gamedev progress prototype art :)
by The_Gamesalad_Guru ·Top notch!!! -
Sway is in the top 300 apps on the app store !
by Icebox ·I hope it becomes top 100 , good luck and congratulations , you deserve it (Image) -
Game of the Month: October Submissions Thread
by http_gamesalad ·Looking for a different idea with a fresh concept? Put your skills and focus to the ultimate test! Sway is a very unique,addictive,simple,attentive,top skills,patience, and free gaming app that has a -
Sway is in the top 300 apps on the app store !
by http_gamesalad ·(Image) -
Performance question
by Socks ·You can prevent an actor from being scanned in all sorts of ways, only spawning it into the scene when needed, placing conditions at the top of its rules that define when it is scanned (a crude exampl