Changing Actor Problem -> Machine Gun to Shotgun

davincijundavincijun Member Posts: 26
edited December 2011 in Working with GS (Mac)
I wanna shift weapons by pressing buttons

Button1 - Machinegun
Button2 - Shotgun



for this logic, I cannot use the method below
because each actors (guns) have different power and speed
I don't wanna change only image
I wanna change actor 1 -> actor 2 (with different power and speed)
please help

----------------------------------
-from someone's question-

just have 1 actor called GUN

rule when game.weapon = 0
change images to shotgun
shotgun rules here

rule when game.weapon = 1
change images to machine gun
machine gun rules here

----------------------------------

Sign In or Register to comment.