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
0 registered members (), 18,561 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
WASD control #241981
12/20/08 16:34
12/20/08 16:34
Joined: Dec 2008
Posts: 15
N
nodrog Offline OP
Newbie
nodrog  Offline OP
Newbie
N

Joined: Dec 2008
Posts: 15
Just started a few days back & would appreciate any help. In WED I have built my level with the guard model but can't get control of him with WASD keys. He just moves on his own with my camera watching.
Thanks

Re: WASD control [Re: nodrog] #241990
12/20/08 17:16
12/20/08 17:16
Joined: Nov 2008
Posts: 44
United States
Dante_Scott Offline
Newbie
Dante_Scott  Offline
Newbie

Joined: Nov 2008
Posts: 44
United States
you have to give him an action....

Re: WASD control [Re: Dante_Scott] #242002
12/20/08 18:30
12/20/08 18:30
Joined: Dec 2008
Posts: 15
N
nodrog Offline OP
Newbie
nodrog  Offline OP
Newbie
N

Joined: Dec 2008
Posts: 15
I use the "PlBiped01" action but still have the same problem.

Re: WASD control [Re: nodrog] #242012
12/20/08 19:49
12/20/08 19:49
Joined: Oct 2008
Posts: 67
C
Crypton Offline
Junior Member
Crypton  Offline
Junior Member
C

Joined: Oct 2008
Posts: 67
use something like key_w or on_w (depending what is used in that script) instead of key_a or on_a.


New into Gamestudio and eager to learn it..
Stuff and games done in 2D: LINK
Re: WASD control [Re: Crypton] #242013
12/20/08 19:53
12/20/08 19:53
Joined: Apr 2008
Posts: 140
Japan, Osaka
Tails01 Offline
Member
Tails01  Offline
Member

Joined: Apr 2008
Posts: 140
Japan, Osaka
look for the manual there you find more...
try:
c_move(my,vector((key_w-key_s)*time_step,0,0),nullvector,GLIDE);

Gruß Tails


An implemented second-rate idea is better than a good idea, which gathering dust in your brain.
Re: WASD control [Re: Tails01] #242059
12/21/08 02:24
12/21/08 02:24
Joined: Dec 2008
Posts: 15
N
nodrog Offline OP
Newbie
nodrog  Offline OP
Newbie
N

Joined: Dec 2008
Posts: 15
thanks!!!


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