Arsilex Posted December 6, 2012 Posted December 6, 2012 how i can create move anim for dx? or send library
manve1 Posted December 6, 2012 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.
Anderl Posted December 6, 2012 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 ).
manve1 Posted December 6, 2012 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.
Anderl Posted December 6, 2012 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.
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