-
Do I need to learn more about Gamesalad?
by The_Gamesalad_Guru ·I didn't say you can't make games without me..lol anyone can very well take the time to figure out creator. If one doesn't wish to take that road which was the point big dave was making then you can l -
What exactly affects scene loading time?
by Paxton ·@Lost_Oasis_Games I get what you're saying, but the code is as optimized as I could make it. Anyway you put it, it is not THAT complex to warrant such long loading times. It just doesn't really add up -
Do I need to learn more about Gamesalad?
by GameAlchemist ·Well I did agree that GameSalad has endless possibilities, but since you asked which came first(the chicken or egg) and you also mentioned that if it weren't for the veterans, we wouldn't be making ga -
Do I need to learn more about Gamesalad?
by The_Gamesalad_Guru ·(Quote) -
Do I need to learn more about Gamesalad?
by The_Gamesalad_Guru ·let me give you a real life example. @Thunder_Child used to think I was a pain in the a$$. Then one day he decided maybe many of the things us veterans had to say might be useful. He decided to heed t -
Do I need to learn more about Gamesalad?
by GameAlchemist ·I am experimenting with Unity too, but that doesn't mean I should just stop finding simple solution, and start to learn extensive coding, when people are making the same idea through only drag and dr -
Do I need to learn more about Gamesalad?
by The_Gamesalad_Guru ·* Is the very old method taught by Tshirtbooth. You use a self variable and store the number picked. Then you match the next random selection against the last selection and if they match another selec -
Do I need to learn more about Gamesalad?
by BigDave ·I am not interested in x ways of doing the same thing I am only look for the simplest/most elegant form to do it but I also don't worry about the once i do not know right now. I am moving within my li -
Tables Question
by Jeffm2 ·Ok. First let me thank you for taking the time and to apologize if I'm being thick. Let me walk through this as I understand it. So if I kept to one scene, I would have 3 sections. One with my &qu -
Do I need to learn more about Gamesalad?
by MarcMySalad ·10 ways to do a random number non-repeat, feel free to share -
Can I create irregular shape's actor?
by satoshiwakata ·In there, I can make use of Circle⚫️ and Square◾️ shapes for actor. -
Best way to do screenshots?
by The_Gamesalad_Guru ·There are a bunch of methods on a Mac. You could use the Creator internal screenshot ability. You could do a OS X selectable screen shot while creator is running Control+Shift+4 you could record the g -
Unsigned Apk of Signing the Apk button VS Download Apk button
by BigDave ·1. by signing the .apk you always get the unsigned with it -
Do I need to learn more about Gamesalad?
by The_Gamesalad_Guru ·The secret to becoming a power user in GS. Study your a$$ off! Take the time to just focus on learning. As yourself this questions. Do I know three to five methods on how to do a particular thing in G -
What exactly affects scene loading time?
by wilsongalucho ·loading times were slightly faster by 2 seconds. However when tested on Kindle Fire... (the reason why I test it on an old device is because if it loads fast on that it will only be faster on newer d -
What exactly affects scene loading time?
by The_Gamesalad_Guru ·Look even with unity if you don't become a good efficient coder you will have crappy frame rates and crappy load times. I rarely have horrible load times. Step up your skills and your games will run b -
Load time culprits
by The_Gamesalad_Guru ·to do things. You need to know many methods on how to do something as well as being able to create your own methods. Most people don't take the time to learn properly. The get GS and just rush into m -
How do I make a sliding menu?
-
Using "random(,)" in a table?
by tatiang ·Removing the addition and multiplication, your expression looks like this: -
Using "random(,)" in a table?
by Franto ·@tatiang Thank you for the info, I never knew about the decimal problem with random().