-
problem with spawn and destroy actors:(
by eden111 ·i wanted to do this: -
How to move enemy randomly and random size
by sdpardue ·After you create the Attribute for your Actor, you'll find it in the Expression Editor at the "top level" of the Actor Attributes, usually just below Tags and above Motion and Physic -
Game crashes after so many scenes
by butterbean ·The problem I see with this is not just creating longer levels and less scenes, but also, when the player loses, and starts over, it also doesn't reset it's memory, and that will be an even bigger pro -
Get the best performance out of your iPhone/iPod using GameSalad
by quantumsheep ·*Destroy any enemies that go off screen. -
Flash to Iphone (Aaargh!)
-
Flash to Iphone (Aaargh!)
by eboy ·over man. It will just be an ugly race to the top as to the best Flash apps/games in the app store. -
Z is for Zombie - Coming soon to the App Store!
by superNES ·In the 3rd level, there's a section where zombies are able to come across the top area of the screen, however the player cannot reach that high up, so accuracy is forced down. Also in the last zombie -
Rats Of The Maze - Play and give feedback.
by quantumsheep ·Control wise, I'm still seeing some errors in movement and shooting. Consider having the player rotate the tank left and right and pressing up for forward movement. This would also help in fighting of -
Stopping an actor after colliding with wall at angle
by jonmulcahy ·That helped, but didn't do what I want, I'm just going to alter the gamplay a bit and have them destroy on impact -
Rats Of The Maze - Play and give feedback.
by quantumsheep ·The HUD needs a little clarification - I have no idea what the numbers at the top of the screen are! -
Constraining movement to the camera
by MonjiO ·I want the player to be unable to move past the display area, as in the size of the viewing screen or dimensions of the camera (X and Y values). I have another object controlling the camera to make t -
Scrolling Textbox
by JamesBoucher ·I put a display box on my background with help text. I then put a top header and a bottom with my return button on a different level. Basically just like you would do your HUD. I think the ability -
Scrolling Textbox
by harrio ·you could put the heading and buttons on top and make the text the background and make it scrollable. -
Scrolling Textbox
by JamesBoucher ·I have a heading at the top and a button at the bottom (as part of the background image). I want to put my help text in the middle and have it scroll. -
embed in facebook...
by sdpardue ·click the Embed link on the top menu bar, -
Adding a dot on a minimap for multiple spawned enemies
by Toby ·I've have done this for my Game Elerium 115. Use the same process for the main player basically. -
Constraining movement to the camera
by MonjiO ·Right now (working off of the shmup template) I have the Camera Follows Me Behavior creating the scrolling level effect. I've also made an actor using the How Do I Create A Wall tutorial with three b -
Actor missing key move function whet i add accelometer function
by Jaxter ·I did it.. but after that all bubbles and enemys who must destroy when touching player start bouncing and does not destroying anymore and became movable ... -
How to destroy all enemies on screen at once
by sdpardue ·Create a boolean game attribute called DestroyNow, and have it set to 0 (false). -
How to destroy all enemies on screen at once
by quantumsheep ·On all your enemies, have as a destroy behaviour 'If smart bomb is true, then destroy'.