HEK+ isn't running for me under Wine. I'll just jump into Win7, so tomorrow, not today. Sorry about that. I should get that working this weekend so this situation doesn't come up again. (Don't worry, it's not like I actually need to do anything here, just extract tags...)
In the meantime, here is the important part of the script:
Code:
(script continuous anim
(if (= (device_get_power sign) 1)
(device_set_power sign 0)
)
(device_set_power sign (+ (device_get_power sign) 0.0089285714285714285714285714285714) )
(sleep 2)
)
I'm not sure if Halo uses that many decimal points, but regardless, you replace that with your 1/frames (this should be, what, 1/32 or something?). Adjust that and the sleep time to suit. This should be the higher framerate sign from the newest NFA (which was this gif animation, all frames, should play at around the same rate):

Also, turning a really long gif animation into a sign takes some time to get it all right and make sure you don't have the spacer-blue in the actual image! I accidentally left a logo in that blue, and it appeared transparent during the animation
.
Bookmarks