Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 901073
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T15:29:56+00:00 2026-05-15T15:29:56+00:00

How can I modify 2d racing game to seem like isometry? Flash + ActionScript3

  • 0

How can I modify 2d racing game to seem like isometry? Flash + ActionScript3

ScreeShot

The game is totally in 2d. Car moves like it should and while it drives the ground everything is fine.
I’ve added a grey ramp. Now the car should move like the arrows are showing, creating illusion of a 3d (isometry).

Ramp is divided in 3 sectors

-first,sector to the right (where the car is currently situated);

-second,sector to the left;

-third, sector on top;

Plus I need the car,to jump out from the ramp when the speed is high. I reffer to old scholl game Rock’n’Roll Racing (Blizzard’s game for Sega)

So the questions are

1) How should I change car’s angle and velocities(velocityX and velocityY) when driving on the ramp ?

2) How can I initiate jumping out of the ramp? For example like in Rock’n’Roll racing? or how Blizzards essentially did it? (maybe suggestions)

Thaks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T15:29:56+00:00Added an answer on May 15, 2026 at 3:29 pm

    The best is to calculate the game in 3D and then simply project it into isometry.

    const angle:Number = Math.PI/3;//you may want to tweak this one
    const xVec:Point = Point.polar(-Math.PI/2 + angle, 1);
    const yVec:Point = Point.polar(-Math.PI/2 - angle, 1);
    const zVec:Point = new Point(0, -1);
    

    transform 3D to 2D:

    function transform(x:Number, y:Number, z:Number):Point {
         return new Point(x*xVec.x + y*yVec.x + z*zVec.x, x*xVec.y + y*yVec.y + z*zVec.y);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any command line tool for Linux (FreeBSD, etc) which can modify like
Can anybody confirm or deny that I can modify default styles provided by StyleCop
How much some one can modify a javascript to intercept the post parameters to
Is there anyway I can modify this code example #include <stdlib.h> #include <iostream> class
Some C functions can modify the string value without that I pass the address
I'm hoping someone can modify my code below to show me exactly how to
With Clojure (and other Lisp dialects) you can modify running code. So, when a
I have a form where users can modify a collection of objects using a
I am trying to create an application can modify properties in IL to create
I'm trying to understand code that I bought so I can modify it. In

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.