oh!oh!
Posted: Fri Feb 27, 2004 1:16 am
a fast one!
how do i put actions in mouse1???
like
key down-mouse1
create actor-shot
how do i put actions in mouse1???
like
key down-mouse1
create actor-shot
ingsan wrote:if i understood properly :
Do u remember what i told u about the shoot
Add Event KeyDown,with repeat disabled
Press "a key of ur choice"
Add Action CreateActor "Shoot"
So, here it's the same except that instead of pressing a keyboard key, u just press on the lMouse left-click
Add Event KeyDown,with repeat disabled
ingsan wrote:Add Event KeyDown,with repeat disabled
Please excuse me ! i've done a big mistake
Instead of adding Event KeyDown, u have to :
add Event Mouse Button Down and then press Mouse Left-click !
Sorry i'm really confused
ingsan wrote:Add Event KeyDown,with repeat disabled
Please excuse me ! i've done a big mistake
Instead of adding Event KeyDown, u have to :
add Event Mouse Button Down and then press Mouse Left-click !
Sorry i'm really confused
makslane wrote:Catch the Mouse Button down event in your enemies actors
makslane wrote:crash?
makslane wrote:Can you send to me your project?