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,619 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
alittle bit help... #281785
07/28/09 16:44
07/28/09 16:44
Joined: Jul 2009
Posts: 150
B
Blackchuck Offline OP
Member
Blackchuck  Offline OP
Member
B

Joined: Jul 2009
Posts: 150
here is an easy ball script.
But what is the best way to controll this ball, then "move glide" and stuff like that dosen`t work.

action ball
{
phent_settype(eBall,PH_RIGID,PH_SPHERE);
phent_setmass(eBall,1,PH_SPHERE);
phent_setfriction(eBall,90);
phent_setelasticity(eBall,75,100);
phent_setdamping(eBall,30,5);

ph_setgravity(vector(0,0,-500));
}

Ps:The ball should be very,very, fast smile


I have know Gamestudio/A7 Commercial Edition 7.84
Re: alittle bit help... [Re: Blackchuck] #282486
08/01/09 13:13
08/01/09 13:13
Joined: Jul 2009
Posts: 150
B
Blackchuck Offline OP
Member
Blackchuck  Offline OP
Member
B

Joined: Jul 2009
Posts: 150
please...


I have know Gamestudio/A7 Commercial Edition 7.84
Re: alittle bit help... [Re: Blackchuck] #282487
08/01/09 13:33
08/01/09 13:33
Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Rei_Ayanami Offline
Expert
Rei_Ayanami  Offline
Expert

Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
you should gave him a rotation - in http://tutorial.3dgamestudio.net/ under Physic

Re: alittle bit help... [Re: Rei_Ayanami] #282566
08/02/09 09:15
08/02/09 09:15
Joined: Jul 2009
Posts: 150
B
Blackchuck Offline OP
Member
Blackchuck  Offline OP
Member
B

Joined: Jul 2009
Posts: 150
thanks, works good...
And I maked it allitelbit extremer...
like blads that shlasis the ball, hyperspeed and stuff like that...
hihihi

thanks

Last edited by Blackchuck; 08/02/09 09:17.

I have know Gamestudio/A7 Commercial Edition 7.84
Re: alittle bit help... [Re: Blackchuck] #282582
08/02/09 11:16
08/02/09 11:16
Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Rei_Ayanami Offline
Expert
Rei_Ayanami  Offline
Expert

Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
You´re welcome smile


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