Arsilex Posted December 6, 2012 Share Posted December 6, 2012 how i can create move anim for dx? or send library Link to comment
manve1 Posted December 6, 2012 Share Posted December 6, 2012 What do you mean? Like for a GUI That was made in Dx functions? If yes then use: guiSetPosition not sure if it will work tho. Link to comment
Anderl Posted December 6, 2012 Share Posted December 6, 2012 What do you mean? Like for a GUI That was made in Dx functions?If yes then use: guiSetPosition not sure if it will work tho. guiSetPosition is for GUI elements, not for DirectX drawings. For such usage, create variables with the position values and update them when you need to move the DirectX draw ( it will work since the text, image or whatever you're drawing is updated every frame ). Link to comment
manve1 Posted December 6, 2012 Share Posted December 6, 2012 What do you mean? Like for a GUI That was made in Dx functions?If yes then use: guiSetPosition not sure if it will work tho. guiSetPosition is for GUI elements, not for DirectX drawings. For such usage, create variables with the position values and update them when you need to move the DirectX draw ( it will work since the text, image or whatever you're drawing is updated every frame ). Bit out of topic but: Anderl I said I'm not sure, and that was reason why i wasn't sure. Link to comment
Anderl Posted December 6, 2012 Share Posted December 6, 2012 What do you mean? Like for a GUI That was made in Dx functions?If yes then use: guiSetPosition not sure if it will work tho. guiSetPosition is for GUI elements, not for DirectX drawings. For such usage, create variables with the position values and update them when you need to move the DirectX draw ( it will work since the text, image or whatever you're drawing is updated every frame ). Bit out of topic but: Anderl I said I'm not sure, and that was reason why i wasn't sure. I have read that, and I told you that it really wasn't correct. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now