Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 18,633 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Apply force from the player pan how? #33047
09/11/04 08:29
09/11/04 08:29
Joined: Mar 2004
Posts: 70
M
Matan_Golan_A6 Offline OP
Junior Member
Matan_Golan_A6  Offline OP
Junior Member
M

Joined: Mar 2004
Posts: 70
i tried a lot of codes trying to get it right but i field so
some one can tell me how to apply force in player dircetion


with regreds,
Matan

Re: Apply force from the player pan how? [Re: Matan_Golan_A6] #33048
09/12/04 09:11
09/12/04 09:11
Joined: Aug 2003
Posts: 275
Germany
kopitzki Offline
Member
kopitzki  Offline
Member

Joined: Aug 2003
Posts: 275
Germany
If your player is a physics entity, you may have somthing like

var vecTorque[3];
vecTorque.z=-40*mouse_force.x;
phent_addtorquelocal ( my, vecTorque );

in your player's while-loop.

Re: Apply force from the player pan how? [Re: kopitzki] #33049
09/13/04 01:24
09/13/04 01:24
Joined: Mar 2004
Posts: 70
M
Matan_Golan_A6 Offline OP
Junior Member
Matan_Golan_A6  Offline OP
Junior Member
M

Joined: Mar 2004
Posts: 70
im talking about Force not tourqe...
like if i want gun to shoot a Physic bullet...
i need to use force but when the pan cross some value its shoots the bullet Backwards


Moderated by  HeelX, Spirit 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1