-
IronSource to iOS?
by CasualEvolution ·Hi @adent42 how are you? -
Happy To Be Back
by FuturealSam ·Hello everyone , Happy to be back to GS Community , Going to Publish Some of my old games to GS Arcade when i can , My last Published app was 2015 and was with GS 0.13.38 , ? For sure a-lot has change -
Building a Library of Images for Everyone
by Eric Matyas ·On my ART – Brick page, you’ll find: -
Illustrator looking for work. - Sinkevic
by sinbot ·Amazing! Msg you now. -
RAM & Memory Usage - what has the biggest impact?
by sinbot ·Biggest culprit I've noticed is easily large animations. I've learned to use "Interpolate" as much as possible in lieu of animated frames. Otherwise keep the FPS of your animation lo -
Hi, I'm a 2D Graphic Artist (Vector) for hire
by junxiu ·it's cool , i like your game art work . you use corel painter , that's a great drawing tool . -
Make questions spawn from table 1x only
by sinbot ·Hey just looking for someone to make this trivia game prototype spawn each question 1 time only. $10 via PayPal for the help. Thank you. -
How to make actors collide, but only sometimes?
by tatiang ·These are the kinds of things that can be confusing as a new user of GameSalad but that are pretty straightforward when it comes to programming. If an attribute has a certain value and you have a rule -
How to make actors collide, but only sometimes?
by bob loblaw ·you should be able to use rules based on what you’ve described. -
How to make actors collide, but only sometimes?
by AshumBesher ·I want to make an actor only be able to collide with others under certain conditions or for certain time limits. It seems that once the collide behaviour runs, it will keep running with no way to stop -
Any tips to reduce loading time for a scene?
by Armelline ·Test a build with the tables deleted and report back on the loading time and we'll find out how big an impact the tables have (Image) -
Spawn question 1x only from table
by sinbot ·If you (or anyone else for that matter) would be cool with trying squeeze that into this game file I would be happy to tip you a few rupees via PayPal ; ) -
Spawn question 1x only from table
by Two.E ·Keep a record of the row you are using, and once you have spawned the question, delete that row from the table (New). -
Spawn question 1x only from table
by sinbot ·repeating. I tried to watch some tutorials on how to spawn from tables without repeating and it seems quite convoluted since there are apparently a gazillion approaches/scenarios to spawning randomly -
Any tips to reduce loading time for a scene?
by tatiang ·I built an app with 400 small images (thumbnail photos of students) but made sure to reduce the file size of each one. I have about ten tables with 400 rows. No sounds though. So I'm not sure how that -
Any tips to reduce loading time for a scene?
by Armelline ·There will not be a huge amount you can do, and this is a good reason why it's not always a sensible thing to make a single-scene game. -
How To change an actors color (R+G+B) using a text attribute + How To Change Colors From Tables
by m.b. ·I would really appreciate it if you could re-upload the "Changing Color From Tables" file. -
Hi, I'm a 2D Graphic Artist (Vector) for hire
by nikkyoryzano ·I can work on fixed price (based on my $14 per hour rate estimate), I do need a list of the assets to calculate. -
How can I make a rule or option where an actor will destroy if another actor has also been destroyed
by tatiang ·Or you can nest your rules: -
How can I make a rule or option where an actor will destroy if another actor has also been destroyed
by tatiang ·That's what game attributes are for. Make a boolean attribute called game.actor1dead.