My sprite wont move up
by Matt Vitelli · in Torque Game Builder · 07/06/2005 (10:47 pm) · 4 replies
#3
// Set the player moving up.
$player.setLinearVelocityY( -10 );
07/07/2005 (7:49 am)
Is your definition of playerUp all on one line of code like you have posted? You need to break it on to two otherwise you're commenting out the actual work.// Set the player moving up.
$player.setLinearVelocityY( -10 );
#4
07/07/2005 (7:55 am)
Ok :) If it doesn't work feel free to either post your entire client.cs or e-mail it to me and I'll check it.
Torque 3D Owner Matthew Langley
Torque