I've read and reread the Animated Textures tutorial on the Wiki, but haven't been able to get layer animations to stop looping. Here's the AlcScript I've been using, based on the Wiki entry:
- Code: Select all
DoorBtn2:
visual:
matanims:
- mat: DoorBtnPad2
flags:
- stopped
- mat: DoorBtnPad3
flags:
- stopped
And the looping layer animations keep going. I've deleted the SAV file each time I've modified things, plus tried the script on other objects with layer animation and no luck stopping any of them either. Any ideas?