-
My new project crashes on startup...
by Hunnenkoenig ·The sliding in buttons spawn certain images, which you can drag&drop on the screen. -
Actor Variable/Attribute
by FreshlyMinted ·Would love to have the ability for a game-level (or scene level) actor type attribute and when you spawn an actor you can add set it equal to that variable -
Spawn actors outside of screen?
by JohnPapiomitis ·have two actors dog left and dog right. Dog left has the image facing right with move right behavior, and right has the image facing left with move left behavior. Then have 2 invisible actors one just -
Community Feedback: Feature Requests
by Photics ·Standard Apple features should take precedence over other features like Facebook. I think Game Center support is better for rankings / social networking. That makes iOS unique. -
Yea! I'm loving the support! Thanks Gamesalad Team!!! -.-
by JohnPapiomitis ·I love gamesalad, i know nothing about coding for a game or an application, with gamesalad sure the spawn and destroy memory leak is annoying, but its hell of alot easier to find a work around than ac -
Yea! I'm loving the support! Thanks Gamesalad Team!!! -.-
by AjBlue ·I love gamesalad, i know nothing about coding for a game or an application, with gamesalad sure the spawn and destroy memory leak is annoying, but its hell of alot easier to find a work around than ac -
Spawn actors outside of screen
by Hyrytty ·then the rest of the stuff is easy. just put in coordinates for spawning of -50, 0 to spawn to the left and 500,0 to spawn to the right. have rules that say when their position hits a certain point to -
Spawn actors outside of screen
by jonmulcahy ·then the rest of the stuff is easy. just put in coordinates for spawning of -50, 0 to spawn to the left and 500,0 to spawn to the right. have rules that say when their position hits a certain point to -
Fruit ninja
by Hachiko ·at. you just make the fruit disappear, set or spawn two half of the fruit (to simplify things, do not draw the half in a separate image, draw it in a canvas the same size of the fruit, and put it lik -
Spawn actors outside of screen?
by Hyrytty ·so in my game i've got dogs spawning all over the place. what i'm trying to do is have dogs with the image facing right to spawn outside of the screen on the left side and dogs facing left to spawn ou -
Spawn actors outside of screen
by Hyrytty ·so in my game i've got dogs spawning all over the place. what i'm trying to do is have dogs with the image facing right to spawn outside of the screen on the left side and dogs facing left to spawn ou -
Fruit ninja
by Hachiko ·You can cut fruit at different angles easily(check for the vector that is created first and before the collision with the sword, make an angle out of it, and spawn or recycle actors that have rotation -
Ideas on making scrolling actors that do not spawn
by AjBlue ·place them all outside anywhere, and when needed use a moveto - duration 0 to "spawn" them where you want. -
★★★UTOPIAN GAMES: Shoot Em Up Template★★★
by UtopianGames ·It's good stuff not using movable or spawn and destroy but it also has a lot of problems i had to overcome like when a bullet hits an enemy its hard to stop the interpolate (i dont stop this i used a -
Ideas on making scrolling actors that do not spawn
by Fodder76 ·I want to avoid spawning anything, so I was thinking I could just have all of the objects placed in the game space (but invisible or off screen) then just access them as they are needed. -
Draw a line from actor's X,Y to mouse's X,Y
by mza1979m ·Every 0.1 seconds, spawn actor2 (2 pixels X 2 pixels) at location of main actor1 -
How the hell got "Burn the Rope" to top 2 within a few days?
by VoidedSky ·@scharlo great app! I just bought it! It's fun, an has unique gameplay, perfect combination. -
Official GameSalad Cookbook Video Tutorials
by AjBlue ·i would like a video on the perks of interpolate vs moveable, and how to pool actors for things like bullets and enemies, so we don't have to use spawn and destroy which we all know has some serious m -
boolean or switch on collision trouble
by Snow ·I pool all my objects so that I don't have to spawn and destroy as from what I've read - destroyed objects are left in memory. -
How often can I instance the same actor?
by Hachiko ·In any case you should just avoid spawn and destroy with gamesalad and reuse the instances that you put in the scene at start for better performance.