Hi Chuckeye, I didn't see your post when you made it because I was in a bad place at the time.
You probably know the answer to this by now so this can be for anyone.
I want to change the size of my original files of a cursor set I made, its just too big and I want to cut it down for economy's sake.I used the animutil to make those png strips,but when I scale them the animation 'scrolls'.
Open .png strip with your software. I use Paint.net for this but most programs are about the same.
Menu>Image>Resize
Make sure Maintain aspect ratio is checked.
Change Height to where you want it.
Now look at the Width, Width / Framecount=NewFrameWidth.
If NewFrameWidth is not an even number then round it down or up.
Muliply NewFrameWidth by Framecount and enter that number into Width.
Press OK.
One more thing, can I and /or how do make an 'if' state? For example: goto another animation if Mouse not pressed for ten seconds
Yes you can do that!
Let's say your png strip is 5 frames, the first being the normal state and the last 4 being the animation.
Use a sript like this:
1,999999
2-4,50
The cursor will stay on frame 1 for 10 seconds then goto animation then back to frame 1.
