|
-
AS2 to AS3
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");
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|