Jump to content


Gusicles

Member Since 15 Oct 2011
Offline Last Active Sep 28 2012 11:57 PM

Posts I've Made

In Topic: Platform Trouble

23 February 2012 - 10:18 PM

Well, the problem is that it needs to be solid because the player SHOULD walk on it in certain cirumstances...

For example: Blue Player can walk only on blue but should go through red and yellow. Red Player can walk on red but should go through blue and yellow. Etc.


Here is my game: http://www.mediafire...r26kz7rblehc08t

In Topic: Platform Trouble

23 February 2012 - 08:58 PM

Gravity:

If position is collision free: x=0 y=1

Set gravity: direction=270 gravity=1

Else

Set gravity: direction=20 gravity=0



For movement (Ex: Moving Left):

If position is collision free: x=-5 y=0

Jump to position: x=-3 y=0

Execute piece of code: sprite_index=spr_player_left

In Topic: Platform Trouble

23 February 2012 - 08:40 PM

I did this, and it partially worked.

If you hit the platform from under it, you go through, yes.

Also if you hit it from above.

But when you walk ONTO it... You do not go through.

In Topic: Animation Speed and Enemies

24 January 2012 - 02:58 AM

Ok, thank you!

In Topic: Animation Speed and Enemies

24 January 2012 - 02:35 AM

Thank you!