kind of works moved the bullet to the cornner. but look at the dbc script it will only fire right i want left to center .try executing it i want the bullet to go from the cornner to the middle
here is the code
Rem Make bullet
Make Object Sphere 2,5
Hide Object 2
do
if Mouseclick()=1 and BulletLife=0
Position object 2,X#20,Y#-100,Z#
Set object to camera orientation 2
BulletLife =25
Show object 2
Endif
If BulletLife > 0
Dec BulletLife
Move object 2,40
yrotate object 2,50
If BulletLife = 0 then Hide object 2
Endif
sync
loop
ill email you what i mean picture
thanks
EDIT: is every one gone or is it just lunch