-
Can I make a Game Salad Arcade game any resolution, and embed it without the silly Game Salad skin?
by beefy_clyro ·So you have a map, in say each corner, you could have a spawner which puts relevant actors in place. When out of range, these are destroyed. You could do this in all corners so at any given time, inst -
Missing images and sound files
by PixelMetal ·(Quote) -
Missing images and sound files
by bertkroma ·Just update my osx and gamesalad to current. All of my old projects can no longer be saved as or the media disappears. There really should be a warning on updates that DESTROY old projects. Any hel -
"you lose" alternatives?
by Elfizm ·But that a side, do you have any examples at top of your head, maybe ones that are not paragraphs in lengths? It needs to be just two to four words long in my opinion -
Art Suggestions
by JamesWE ·So what I mean is that if you choose a light source - lets say the sun up in the top left area of the screen - you can then determine where to put the shadows based on the direction of the light. Addi -
+++ Coder/Programmer For Hire (2D Platformers are my specialty!) +++
by Scorchstar ·(Quote) -
Need Some Background Help!
by beefy_clyro ·Set 1 layer to be non-scrollable - Insert bottom background which fills the screen size. -
Downloading my game
by IsabelleK ·I'm pretty sure that you can't download games from GameSalad Arcade, otherwise anyone could download a top selling game, and just publish it to the App Store as a rip-off. -
Hit from top
by redfire082 ·and if it on head he dies, if hit below it player dies ... still the same situation with hit boxes though. -
question about moving actors like Move The Box
by FViMagination ·Hi there, I'm trying to figure out how to make 4 squares moving like Move The Box, in other words i have 4 similar squares in a column, i would like that when i touch the one on the top, for example, -
Hit from top
by gamesfua ·Using my example above, you could also say IF mario hits enemy and boolean is true (the boolean trigger we used for the hit box to know to constrain to enemy) THEN destroy enemy and move hit box to ne -
Art Suggestions
by JamesWE ·Basically, if you utilize a simple top left source light, you can then add a simple, single color shadow to your bottom right. This is give a little volume to the character. Its simple, but its a star -
Hit from top
by mrpacogp ·Constrain top enemy to self.head. -
Hit from top
by redfire082 ·I've been working on a game which has a specific way to destroy the enemy. -
Need help creating a left to right moving platform PAID JOB $$
by DanDaMan123 ·what i did in my platformer was I had it so that the platform moves in a timer and let's say it moves 10 pixels every .1 seconds. (just an example off the top of my head) So I would have a timer that -
Adding Sounds to a Table
by Socks ·there are a few ways I can think of just off the top of my head, but I think tables are the way forward. -
App Store Sales
by wpaten ·And let me say this...I am not an expert at all. I am learning day by day. I just saw someone's post at the top of this page and thought I would throw in some helpful advice. :-) -
Actors pushing another
by Apex ·1. I use Move at the speed of random(50, 100) and rotate to position of player with speed 500. To expand it i use constrain attribute height to magnitude(self.position.x - centerx, self.position.y - c -
Images import but then do not appear
by Socks ·Like I said the image handling can be a little shaky, a little random, you really need to keep on top of it. I'm tempted say GS's file handling is like something from 1994, but if I'm being honest the -
Actors pushing another
by sparkania ·2.What commands are you using to move your Player?