What are the 4 coordinates in zoom "end"?
#1
Apologies if this is posted somewhere already, but I have been going nuts trying to figure this out for the last few hours:

Code:
<animation effect="zoom" end="1019,175,219,199" time="200">Hidden</animation>

What are each of the 4 numbers in the "end" value?
Reply
#2
I have absolutely no skinning experience, but just looking over that, it looks like x, y, w, h (or w, h, x, y?); specifying the location and size of the object at the end of the animation. Maybe that will help by giving you something to experiment with until someone who actually knows what they're talking about chimes in. lol
Reply
#3
nul7 Wrote:I have absolutely no skinning experience, but just looking over that, it looks like x, y, w, h (or w, h, x, y?); specifying the location and size of the object at the end of the animation. Maybe that will help by giving you something to experiment with until someone who actually knows what they're talking about chimes in. lol

Well, for a guy who doesn't know what you're talking about you sure are smart because I think it is indeed x, y, w, h at the end of the animation! Thanks!
Reply
#4
right the first time x,y,width,height
Reply

Logout Mark Read Team Forum Stats Members Help
What are the 4 coordinates in zoom "end"?0