News:

PlayBASIC2DLL V0.99 Revision I Commercial Edition released! - Convert PlayBASIC programs to super fast Machine Code. 

Main Menu

Tech Demo 1

Started by ScottB, January 05, 2025, 07:40:52 AM

Previous topic - Next topic

ScottB

I am trying to write a racing car game but I'm having trouble with the hair pin turns. Sine wave works great but I can't just use additive why is this???
Can I also get some advice on how to lengthen the track. I have before but the offsets are hard to find. So not only am I asking about hairpin turns additive track elbows but how to index track bigger.

Thanks ScottieB

kevin

#1
Tech Demo 1.zip is empty (BROKEN)


  Sine wave works great but I can't just use additive why is this???

  What does this mean ?


  Related Threads:

  -> Atari Pole Position


ScottB

Oops! Forgot the file.

Here now the track is 512 or so was 256
Need to know how to index this more for bigger track.

Sinewave works great! but additive to make curves still not working messes the track up while moveing so at least sine/cos/tan stuff will work.

So at best how to index track for bigger and better.
Take a shot at adding offsets to make curves but I think because the track is also moving trouble with wrap around.