Gamestudio Links
Zorro Links
Newest Posts
loading historical data 1st time
by AndrewAMD. 04/14/23 12:54
Trade at bar open
by juanex. 04/13/23 19:43
Bug in Highpass2 filter
by rki. 04/13/23 09:54
Adding Limit Orders For IB
by scatters. 04/11/23 16:16
FisherN
by rki. 04/11/23 08:38
AUM Magazine
Latest Screens
SHADOW (2014)
DEAD TASTE
Tactics of World War I
Hecknex World
Who's Online Now
3 registered members (AndrewAMD, Grant, Neb), 908 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
rki, FranzIII, indonesiae, The_Judge, storrealba
18919 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
mouse wheel #300951
12/07/09 06:40
12/07/09 06:40
Joined: May 2005
Posts: 867
Chicago, IL
Dooley Offline OP
User
Dooley  Offline OP
User

Joined: May 2005
Posts: 867
Chicago, IL
I'm really surprised that I can't find out how to use the mouse wheel in my script.

I would have thought to find it under keymapping in the manual, but it's not there.

I feel foolish, please help.

Re: mouse wheel [Re: Dooley] #300954
12/07/09 08:04
12/07/09 08:04
Joined: Apr 2005
Posts: 274
austria
Ascalon Offline
Member
Ascalon  Offline
Member

Joined: Apr 2005
Posts: 274
austria
you can use the mouse_wheel by using "mickey.z"
example:
Code:
action move_me_by_mouse()
{ 
 	mouse_mode = 0;
	while (1)
 	{ 
 	  my.pan += mickey.x*5*time;
 	  my.tilt += mickey.y*5*time;
 	  ent_move(vector(mickey.z*0.5*time,0,0),nullvector);
 	  wait(1);
 	}
}




my webside : www.ascalon.jimdo.de
how can i export 3d character animation from maya [Re: Dooley] #303682
12/31/09 13:10
12/31/09 13:10
Joined: Dec 2009
Posts: 128
China
frankjiang Offline
Member
frankjiang  Offline
Member

Joined: Dec 2009
Posts: 128
China
how can i export 3d character animation by maya?
hello guys!
I want to export .x or ,mdl file to 3d gamestudio by maya,
anybody know that?anybody can tell me?
can you tell me the name of this maya plug-in?
and you can send this plug-in to [jiangjieqim@sina.com]
thank you ,guys .


development 3d game is interesting!
Re: how can i export 3d character animation from maya [Re: frankjiang] #303683
12/31/09 13:17
12/31/09 13:17
Joined: Aug 2007
Posts: 1,922
Schweiz
Widi Offline
Serious User
Widi  Offline
Serious User

Joined: Aug 2007
Posts: 1,922
Schweiz
@frankjiang: Your Problem have notting to do with the mouse wheel. Better you make a new Topic for that. I don`t can help you with your problem...


Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | chip programmers | 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