Game Maker Help

demiselegion

New Member
Messages
22
Reaction score
0
Points
0
Does anyone know if there is anyway in Game Maker to make ice.

Essentially, slippery stuff in a platformer that doesnt glitch up...

We keep trying to make it work, however, whenever the player steps off of the ice, he is flung off in the direction he leaves in, and it appears to be gravity, but that isnt very logical...
 

ASPX.King

New Member
Messages
155
Reaction score
0
Points
0
you could try adding an event for when the player leaves the ice, telling it to slow way down...

game maker is kinda hard to use sometimes, but it's very powerful
 

demiselegion

New Member
Messages
22
Reaction score
0
Points
0
I did some debugging and I found that the horizontal speed is changing when on the ice, when it isnt supposed to be. I deleted everything to do with the ice I had so far, other then the actual object, but it should be behaving like a regular floor, however, this still happens...

when on the ice, it works well, but after stepping onto ground, your flung off until you hit a wall, where you cant even get down. obviously you cant play the game this way.
 
Top