hey everyone.

Can anyone help me to convert this code to as3. As I don't know as2.

null[] = !changingLane ? (if (!jumping) goto 173, jumpSpeed = jumpSpeed - jumpAcceleration * seconds, z = z + jumpSpeed * seconds, if (z > 0) goto 171, z = 0, jumping = false, this.updatePosition(), function (seconds)
{
if (x <= changingToLaneX)
{
} // end if
if (x >= changingToLaneX)
{
} // end if
if (jumping)
{
if (z <= 0)
{
} // end if
} // end if
}) : (this.updatePosition(), shadow.setPosition(x, y, 0), "move");