Saturday, March 30, 2013

Hi There!!

Sorry, for not posting for so long. I have been very busy lately. I will soon be able to post more tutorials for those GS fans out there. Thanks for your patience.

CS Genius

Sunday, March 3, 2013

Double/Triple... Jumping Platformer Tutorial

First, download the platformer game from the previous tutorial or Download Here.

Note: If you want your actor to jump as many times as you want you want in mid-air you do not need any self attributes. Just create a rule and say when key up is down, change attribute self.motion.linearvelocityY to 500. The steps below are for people who want their actor on the screen to jump once, land back down on the ground, then be able to jump again.

First, go into the player and create a new self integer attribute (name it jump). Keep the attribute number to 0.




Create a rule, and we say when key up is down and self.jump is greater than 0, change attribute self.motion.linearvelocityY to 500. Add another change attribute behavior and change self.jump to (self.jump -1).


Create another rule, and we say when actor overlaps or collides with the ground, change attribute self.jump to 1.
You can change this to 2 or 3 or 4..... to make multiple jumps


Sorry no download this time.

Hope you learned from this!

CS Genius :)


Wednesday, July 25, 2012

BallFrenzy Preview

This is a preview of my newest game, BallFrenzy. Play it here or on http://arcade.gamesalad.com/game/99390?filter=newest&platform=html5. Please comment with feedback, it will be very helpful :)

CS Genius

Other Awesome Drawing Systems FREE

Here are two other drawing systems found on the Mac App Store:

Sketchbook Express (Sketchbook Pro, but Free):


Sketchbook Copic Edition:


Hope this helps,

CS Genius

Sunday, July 22, 2012

Templates

I will make templates for people who ask after I get an overview of what the template is going to be. Feel free to post a comment here or send me a message on Gamesalad (J.PAN) or start a discussion/conversation with me on Gamesalad Forums. I will be flexible and try to finish the template ASAP, but if I have difficulty I will inform you.

Cheers,
CS Genius

Jumping Platformer Game In Gamesalad

First, download the platformer game from the previous tutorial or Download Here.

Note: If you want your actor to jump as many times as you want you want in mid-air you do not need any self attributes. Just create a rule and say when key up is down, change attribute self.motion.linearvelocityY to 500. The steps below are for people who want their actor on the screen to jump once, land back down on the ground, then be able to jump again.

First, go into the player and create a new self integer attribute (name it jump). Keep the attribute number to 0.




Create a rule, and we say when key up is down and self.jump is greater than 0, change attribute self.motion.linearvelocityY to 500. Add another change attribute behavior and change self.jump to 0.


Create another rule, and we say when actor overlaps or collides with the ground, change attribute self.jump to 1.


Download Here

Hope you learned from this!

CS Genius :)