Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Author
Message
ToyImp
21
Years of Service
User Offline
Joined: 1st Jan 2003
Location: United States
Posted: 8th Jan 2003 19:22
Wondering if anyone might be able to improve on this. It has lift, speed, and weight as variables that affect how it affects the plane. This is a Label btw.



` Plane Data Array
Weight=0
MaxSpeed=1
MaxAft=2
PitchRate=3
TurnRate=4
RollRate=5
Dim PlaneData#(1,5)
PlaneData#(0,0)=25000
PlaneData#(0,1)=10
PlaneData#(0,2)=15
PlaneData#(0,3)=1
PlaneData#(0,4)=1.75
PlaneData#(0,5)=1.5
PlaneData#(1,0)=17000
PlaneData#(1,1)=80
PlaneData#(1,2)=100
PlaneData#(1,3)=1.25
PlaneData#(1,4)=1.5
PlaneData#(1,5)=2

` Gravity Label
GravityCheck:
` Define Variables
x#=1
L#=(((PlaneData#(LP,Weight)/1000)*World#(Gravity))/2)
If Speed#
-------------
I'm Batman....
ToyImp
21
Years of Service
User Offline
Joined: 1st Jan 2003
Location: United States
Posted: 8th Jan 2003 19:23
I have this too: helps for the World# variable.



-------------
I'm Batman....

Login to post a reply

Server time is: 2024-05-01 09:59:42
Your offset time is: 2024-05-01 09:59:42