Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

tutorial for top down racing game...

New Here ,
May 21, 2010 May 21, 2010

Hello...

I am quite new to actionscript, and want to make a simple top-down racing game, with a checkpoint (to register laps and time) and boundaries, so you can't drive off of the track...

I've searched on the internet for days now, but i can only find as2 tutorials...

I want the game to look somewhat like this (scroll a bit down the page):

http://www.emanueleferonato.com/2007/05/15/create-a-flash-racing-game-tutorial/

Any suggestions to where i can find a as3 tutorial or to the actionsscript code...???

Best

Thomas

TOPICS
ActionScript
4.0K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 21, 2010 May 21, 2010

that's too complex for a novice.

but if you want to find tutorials, use google:  flash as3 race racing game tutorial

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 21, 2010 May 21, 2010

okay...

what if i just want to make a game with a car that can drive around (accelerate, left, right, brake) and can't go outside the boundaries?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 21, 2010 May 21, 2010
LATEST

that's the complex part.  you'll end up needing a shape-based hittest or a work-around to determine when your car is on-track and when it's off-track.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines