-
interstitial admob !
by iraqiraq ·when i make new update the version app in my phone its worked verey thnx -
How to change music when change scene?
by tatiang ·The Device Sound value is the volume level. It has nothing to do with whether or not a sound is playing. Imagine you're listening to a CD* (do people still listen to CDs?) and you turn the volume al -
How to change music when change scene?
by Weiyu ·Q1.How to change music when change scene at the same time? -
interstitial admob !
by iraqiraq ·@Toque i make this steps but i swear not showing to me . i make another code and not showing -
interstitial admob !
by Toque ·Publish and it should show. Might take a few minutes. -
interstitial admob !
by iraqiraq ·@Toque but how i make it ?? i follow this step -
Hi guys does AdMob still work with GS currently?
by bursteffect123 ·I downloaded the trial version of gs and the ads seem to display when i test them out on my tablet, i mean after the apk has been signed ofcourse (since it says they dont display in the viewer) so all -
10 Free 2D Game Asset Sites 2017
by PhilipCC ·Your not spamming for Yoyo Games are you? (Image) -
Competition! Best GameSalad tips!
by fmakawa ·With tables, make sure you add as many rows or columns as you will ever need. Especially important for saved level data. If not, you data will be rewritten when you make updated tables and you will lo -
Competition! Best GameSalad tips!
by fmakawa ·Ask and ye shall receive. The forums are a great resource, ask clearly and you will receive an answer, even ones you dont like but you will get an answer. -
Competition! Best GameSalad tips!
by pHghost ·I would add to this that you can vastly expand the flexibility and functionality of your actors through self.attributes -
Competition! Best GameSalad tips!
by gingagaming ·Name every rule or group in your actor in relevance to its job so when making changes or bug fixing, you know what it does! -
Competition! Best GameSalad tips!
by Braydon_SFX ·"events" and behaviors in random actors can get extremely unorganized and can make you waste a lot of time looking for them, especially if you have a larger game with hundreds of ac -
Health Bar/Mana Bar
by jamie_c ·This is my favorite way to create bars (heath, mana, anything). The first video shows how to build a static bar and the second video show you how to create a bar that will travel with your character a -
interstitial admob !
by iraqiraq ·hello any body can help me how i make interstitial admob in my game test ? becuze in future i need Buy pro account but i dont know this app gamesalad support the ads interstitial admob or not just ban -
Competition! Best GameSalad tips!
by AlchimiaStudios ·You can use the max function to compare many different numbers, not just 2 numbers like it shows by default. So not just max(x,y) but max(a,b,c,x,y,z). Same with the min function. -
BitChip Bounce - crafted with Gamesalad
by Toque ·Nice game you have there. Well done. -
Competition! Best GameSalad tips!
by Icebox ·Esc key works as the back button on android devices. So if you want to use the back button on android to pause your game . -
Competition! Best GameSalad tips!
by tatiang ·Don't unlock actors in a scene unless you have a good reason for doing so. Unlocking an actor creates an "instance" that can have different rules (and even attribute values) than th -
Competition! Best GameSalad tips!
by Two.E ·* You can make any actor Invisible by changing the self.Alpha Attribute to 0 (zero).