Hi
as in the image , there is a yellow light that flickers as if the character’s gun is shooting
and flickers means (increase the energy value gradiently through time , and does this many times , to mimic more realistic effect)
and actually , i want to make the shooting system as follows
(the right mouse button make the hand aim , and the left mouse button shoots <only if the hand is aiming , … > )
but some would say , (use two logic bricks and (AND) as an expression)
but this wouldn’t be realistic because the user may shoot before aim !!!
so , i want a method to do which follows
((((
when i press space , a property = 1
and at the instance i release the space button the property becomes 0 instantly
))))
i can’t figure out how can i make blender understand that i released a button instead of pressing it , … i’m not sure about the INV button in the sensor , i didn’t check it two much , but is there another solvant ? :o
thanks