Need help.
I made these cool shootdodging keys... now i have a little problem with the cog... i need to make the player move sidewards, this is what i used:
but it makes the player move the x axis, not sidewards, but x-axis of the level
hlep me kthxbye
------------------
Cave_Demon, an ***hole since '86
I made these cool shootdodging keys... now i have a little problem with the cog... i need to make the player move sidewards, this is what i used:
Code:
jumpVel = VectorSet(2.0, 0.0, 0.0); playerVel = GetThingVel(player); newVel = VectorAdd(jumpVel, playerVel); DetachThing(player); SetThingVel(player, newVel); ClearPhysicsFlags(player, 0x100000);
but it makes the player move the x axis, not sidewards, but x-axis of the level
hlep me kthxbye
------------------
Cave_Demon, an ***hole since '86
Last edited by mb; today at 10:55 AM.