View Single Post
08-23-11, 08:06 AM   #3
killerpet1986
A Fallenroot Satyr
 
killerpet1986's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2008
Posts: 22
Thumbs up

Originally Posted by TMcMahon51 View Post
http://www.wowpedia.org/SetTexCoord_Transformations


I think SetTexCoord should do it.
perfect!

I was using


FIM_AnimatedPony:SetTexCoord(x1, x2, y1, y2);

displays them to the right

FIM_AnimatedPony:SetTexCoord(x2, x1, y1, y2);

swapping x1 and x2 displays them to the left.

Thank you

(Have a banana)
  Reply With Quote