-
Spare Code ? Dump It here.
by mhedges ·I may finally be using a modded version of this on a game. Would you like attribution, or do you revel in anonimity? (Image) -
Updates 1.24.40 and 1.24.5828 are live
by 33miles ·I think the iPad 2 is great, a lot of people do, it has been a mainstay for me for awhile now. Granted they performed better with iOS 7 than 8 and 9 but iOS 7 is still supported by GS so why shouldn't -
Great Article: Why Mobile Games Still Suck at Most Genres
by Moik ·To me, the bigger influence causing this genre cull, is that mobile platforms have far shorter play sessions influencing player choice. Even if League of Legends were to figure out perfect iOS control -
Triggering rules only when on screen
by LumpApps ·You could use an rule (in an actor that is on the scene) that stores a number corresponding to a camera position in an integer attribute and name the integer camPosition. Then in all actors put all th -
Great Article: Why Mobile Games Still Suck at Most Genres
by imjustmike ·I don't think it's fair to say that mobile stuck at most genres, it's that the genres are differently suited. I wouldn't play a strategy game like age of empires on a console, I'd play on a pc. I woul -
Graphics for Games
by Quire ·I'm actively seeking new projects right now. If you need profressional art for your game, check out my portfolio site and drop me a line. -
Great Article: Why Mobile Games Still Suck at Most Genres
by BigDave ·* Found it today, liked it, thought some of you also would like -shared it -
Updates 1.24.40 and 1.24.5828 are live
by The_Gamesalad_Guru ·Why are you wasting your time on ipad2 and iPhone 4? Apple has the highest new adoption rate of any device company. They will be phasing them out in the near future. There is no return on investment f -
Problem Handling Inventory System
by The_Gamesalad_Guru ·I see what's happening. Look at my code, mine is different. You have the overlap and collide on every rule. That will cause a loop. Wrap all the rules in one rule that has the overlap and collide and -
What is the correct way to convert GS projects between Windows and Mac?
by Moik ·Did you use the Export function to create the save file you ported over? -
Enemy to follow User
by tatiang ·If you're constraining the enemy's x/y to the hero's x/y, then the two actors should show up in the exact same location. Post a screenshot of the constrain behaviors for each actor and we can figure -
Updates 1.24.40 and 1.24.5828 are live
by 33miles ·Just wanted to see if any of you were noticing this. But for awhile now I have been using GS version 1.23.1 and the iOS viewer version 1.24.38 since I could not find the matching one and things have b -
In-Motion Graphics are Blurry in Runner Game
by RCT_Games ·did the graphics have odd numbers when you imported them? like 59x23 -
Dummy Fall Free
by Gnarly ·(Quote) -
Help with my problem ?
by santigrabi ·now tell me how it applies to what I say> @Lost_Oasis_Games said: -
purchase button doesn't spawn google play purchase prompt
by HDIMapps ·here you go. I decided to only use tables instead of game attributes so that's why two of the rules are turned off -
Help to delete actor that is off screen
by RCT_Games ·you could also double click the actor in the actor layers and change his position to one so you can see him -
Help with my problem ?
by The_Gamesalad_Guru ·In order to access the scene info like camera. Place an actor just off the scene open the actor and unlock the prototype. Now any behaviors you access will show the scene camera attributes. -
Rule for moving actors (universal build)
by RedRobo ·@RThurman Ha ha...wow...what you've done is totally cool and really clever (Image) -
Score Problem :-(
by The_Gamesalad_Guru ·Do you have code that takes away score somewhere? Shut that off and see what happens.