News:

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

Main Menu

instead of in WM_CREATE: whats right message instead?

Started by daydreamer, October 20, 2021, 03:28:10 AM

Previous topic - Next topic

daydreamer

#15
what about have one main app and use many files to move away from hardcoded data and launch tactics program when needed and it reads first from a file with "pointers",which setup of enemies its time to meet
it updates data to files while it runs and when returning to main app,the little squad you are commanding are updated with loss/gains from the fight
got rotate proc working,so part 3x3 of labyrinth can "rotate",so it can have 4 ways possible moves thru labyrinth
my none asm creations
https://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding

hutch--

Magnus,

WM_CREATE in only used in one place and it is only called once, in the WndProc.