on a single mouse down event i want alot of stuff to happen. how do i make this code work
if A1 = 1 or higher and if A2=1 or higher
(do this)
if lastdirection.textNumber = 1 create actor bulletup
if lastdirection.textNumber = 2 create actor bulletright
if lastdirection.textNumber = 3 create actor bulletdown
if lastdirection.textNumber = 4 create actor bulletleft
what is the proper way i would code that. tell me if you dont understand and i will try to be more clear