javelin control type with mouse enabled

Forum Archive - from http://theuniversal.net
Locked
User avatar
hedgehog
Staff
Staff
Posts: 1057
Joined: Tue Sep 30, 2003 2:57 am
Location: ann arbor, michigan
Contact:

javelin control type with mouse enabled

Post by hedgehog »

attempting a basic curved trajectory projectile, with a hold-meter controlling the speed/force it's lobbed at. object explodes when it hits target or landscape. holding the meter exactly 2.5 seconds would exert a maximum speed of 3500.

Weapon 2
{
Fire=lob
Control=Javelin
damage=9000
graphic=3
item=weap 2
prox=20
param=2500
speed=3500
delay=3000
expiry=4000
object=expProjectile
veleffect=1
sound=2
anim=AnimFirePlasma
}

seems it only works with mouse control disabled... this just a bug with the javelin contro type?l
Locked