Page 1 of 1

help

PostPosted: Thu Nov 15, 2007 10:24 pm
by 1dom18
I have a few questions what is the code for shooing left and how do i get my character to move up and down

Re: help

PostPosted: Fri Nov 16, 2007 5:19 pm
by Kalladdolf
move&shoot.zip
(1.33 KiB) Downloaded 68 times

Re: help

PostPosted: Sun Nov 18, 2007 12:30 am
by 1dom18
ok but can U just give me a code to shoot left no samples just a code

Re: help

PostPosted: Thu Nov 22, 2007 2:16 pm
by j2graves
look at all the script editor commands in his sample.

Re: help

PostPosted: Thu Nov 22, 2007 6:15 pm
by 1dom18
I did it is a different kind of code when I really just need the shooting left and plus the code does not work

Re: help

PostPosted: Fri Nov 23, 2007 9:21 am
by Kalladdolf
Player actor:
player -> key down -> ctrl -> Create actor -> "bullet"

Bullet actor:
bullet -> Create actor -> script editor ->
Code: Select all
xvelocity = -10;