That's interesting...
I spent an hour and got a cheap simulated animation on mine.
These three crosshairs are named "trafficlight1", "trafficlight2", and "trafficlight3"
Then, I made a variable to change the crosshair when I click the mouse to attack.
Edit: I didn't know how to concat more than two things. I kept getting an error. Now I know.
I spent an hour and got a cheap simulated animation on mine.
These three crosshairs are named "trafficlight1", "trafficlight2", and "trafficlight3"
Then, I made a variable to change the crosshair when I click the mouse to attack.
[SELECT ALL] Code:
alias lightColor 1
alias lightChanging [
alias helper (concatword trafficlight $lightColor)
alias helper2 (concatword $helper .png)
if (> $lightColor 2) [
alias lightColor 1
] [
alias lightColor (+ $lightColor 1)
]
loadcrosshair $helper2 0
]
Edit: I didn't know how to concat more than two things. I kept getting an error. Now I know.