r0ger Posted June 27, 2022 Share Posted June 27, 2022 Another ripped animation coded in MASM32 by Funbit[tSRh], and recoded by me after ripping with IDA Pro 6.8 with CSC plugin. However, i will show you guys how to initiate the background color for the animation (as well for the dots) since it's loaded in a white background through PatBlt (invoke PatBlt,hdcSrc,0,0,6Eh,6Eh,WHITENESS) in the meantime, enjoy this little dotted animation RotatingDotz.rar 2 1 Link to comment Share on other sites More sharing options...
Teddy Rogers Posted June 27, 2022 Share Posted June 27, 2022 2 hours ago, r0ger said: PatBlt (invoke PatBlt,hdcSrc,0,0,6Eh,6Eh,WHITENESS) PatBlt, one of my favourite Windows API's for some random reason (and projects). Always found it fast enough for drawing directly to device contexts, no off screen drawing... Ted. 1 Link to comment Share on other sites More sharing options...
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