I cant get the gun to switch when you click the icon!
heres the AS for the icon:
on (release) {
_root.gun2.gotoAndStop(1);
}
on (release) {
_root.crosshairs.gotoAndStop(2);
}\
The player has 7 frames and the seventh has the secong gun movie clip.
The instance name for that is gun2
the crosshair has 2 frames and the instance name for that is crosshairs.
The problem is the crosshair is at the second frame and the weapons wont switch!
Any advice?