DoW
21st September 2003, 01:33
Im trying to use Applyrange and pixiedust together to use pixiedust on only certain frame ranges, like so:
ApplyRange(0, 252, "Pixiedust", 6)
I want it to apply pixiedust(6) to only those frames. It has a fit though. Say you have frames 1, 2, 3, 4, and 5. It outputs 1 fine, 2, 3, and 4 come out black, and 5 is outputted fine, and so on. The weird thing is that
TitleScreen = Trim(0,252).PixieDust(6)
Works absolutely fine. I have no idea what the issue is, and Im tearing my hair out. If anyone can figure out what is going on, and suggest a solution, I would be eternally grateful.
ApplyRange(0, 252, "Pixiedust", 6)
I want it to apply pixiedust(6) to only those frames. It has a fit though. Say you have frames 1, 2, 3, 4, and 5. It outputs 1 fine, 2, 3, and 4 come out black, and 5 is outputted fine, and so on. The weird thing is that
TitleScreen = Trim(0,252).PixieDust(6)
Works absolutely fine. I have no idea what the issue is, and Im tearing my hair out. If anyone can figure out what is going on, and suggest a solution, I would be eternally grateful.