-
Just to share my WIP.
by ka822 ·I have been working on platfomer game for last couple months. But I felt like there is something missing in the game, it just doesn't feel right, so I stopped when I am about 70% finish. After couple -
Jump. Now! on the App Store!
by quattro ·I am here to announce my latest game; Jump. Now! It's really simple to play. Just tap the screen to make the ball jump. Double tap to make double jump ofc! -
Monitization - Subscription
by The_Gamesalad_Guru ·Yes you could just make them consumables and build a time feature into your code and then turn off the feature. -
"Guru video" 1.25 feature Chartboost Reward videos
by izam ·(Quote) -
"Guru video" 1.25 feature Chartboost Reward videos
by freneticz ·Are you getting 0.01$ / ad ? -
Stable release 1.25 is available
by PhilipCC ·and @Lost_Oasis_Games too, thank you all for your contribution. -
Stable release 1.25 is available
by 33miles ·Thanks much for all the hard work put into this version GS and beta team! (Image) -
What Does Storing Frames Do? (Newest GameSalad Update)
by The_Gamesalad_Guru ·Yep that is how to slim down code. -
Good release of 1.25 but a little dissapointed.....
by The_Gamesalad_Guru ·(Quote) -
What Does Storing Frames Do? (Newest GameSalad Update)
by AlchimiaStudios ·(Quote) -
What Does Storing Frames Do? (Newest GameSalad Update)
by The_Gamesalad_Guru ·Yep. I used the frame numbers as a multiplier for setting the power of my pinball plunger. As the plunger goes down the number goes up and I set the velocity in the ball to game.plunger X 15 no other -
Level Timer issue
by MelodyCats ·Thanks very much @CodeWizard and for the help on the workaround! -
What Does Storing Frames Do? (Newest GameSalad Update)
by Socks ·(Quote) -
What Does Storing Frames Do? (Newest GameSalad Update)
by ADSentertainment ·(Quote) -
What Does Storing Frames Do? (Newest GameSalad Update)
by The_Gamesalad_Guru ·Yep it's just a number 1,2,3,4,5 depending on the frame. So if you had five frames of animation it will count and loop 1,2,3,4,5 -
Stable release 1.25 is available
by GeorgeGS ·One thing to watch for in 1.25+ is how you spawn actors. -
Level Timer issue
by CodeWizard ·@MusicBoutique One thing to note is that the elapsed time between timers isn't guaranteed to be exactly the amount you set. It's guaranteed to be at least that long. So, it's expected behavior that -
Good release of 1.25 but a little dissapointed.....
by BazookaTime ·I guess I don't see the humor in stating a GS version is better than a passage in the Bible. I find it disrespectful and will leave it at that. -
What Does Storing Frames Do? (Newest GameSalad Update)
by The_Gamesalad_Guru ·Not even sure what this means storing the fifth frame in a Boolean. Code is code variables are variable. So the frame rate is an integer variable you can do with it what you can do with any integr var -
Good release of 1.25 but a little dissapointed.....
by The_Gamesalad_Guru ·(Quote)