Showing related tags and posts across the entire site.
-
The joystick methods are apart of the GameInput system class, there are examples of its use in: 4) Class Library Learning Examples / JoyStick. The Astroids3D demo example code is on the ftp server at: ftp://ftp.phrogram.ftpserver.biz/phrogram Hope this helps have fun
-
This is as close to what you are asking for as I can get you, I hope this helps Program TestErrorTextLabel Define Testing As Error // Define a string to use for the error message Define GlolbalErrorMessage As String Method Main () // Call start error handling with the Error Message StartError( "An...
-
This is a example of how to add Roll and Acceleration to a 3D Space Fighter flying program, it also shows some example code for having the camera follow the ship at different speeds, it's lot's of fun to fly and has lots of good examples of how to do fun things with flying 3D models.
-
Hi Oy, Please inspect this code and comments , I have added several functions to your code and fixed your issues, I'm not trying to write this program for you just give you food for thought as you continue working on it. features added: Ship Roll right and left Speed control limits for slow speed...
-
I added the turnleft and turnright features so now you can spiral also, check it out