News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

AnimateWindow proc or The AnimateProc function

Started by hfheatherfox07, August 27, 2012, 02:23:09 AM

Previous topic - Next topic

hfheatherfox07

Your code and your skills will be assimilated. Your programming language is irrelevant.
We are the ASM Borg and you will become part of us. Compile and be assembled.

hfheatherfox07

I am trying to do the same thing I saw in a youtube video for something to do  8)...Just the first text effect here  http://www.youtube.com/watch?v=75AHKaSPUD8

I have the second example in that video and I am sure that he manipulated the DrawTxt proc in about.asm to do this....

Quick change and I was able to make the text go up in a stright line ...and right to left ... but no idea what he did to make it start from center out

Your code and your skills will be assimilated. Your programming language is irrelevant.
We are the ASM Borg and you will become part of us. Compile and be assembled.

dedndave

i seem to recall this subject in the old forum
you might give it a try

if it is a small sample, you can convert it to a wave file - then it is easy to load from resource

qWord

I would create this animation by corresponding text operation because the resulting text can be drawn with transparent background. The code in the example isn't very elegant, but it works.
MREAL macros - when you need floating point arithmetic while assembling!

hfheatherfox07

Your code and your skills will be assimilated. Your programming language is irrelevant.
We are the ASM Borg and you will become part of us. Compile and be assembled.

dedndave