0 Members and 1 Guest are viewing this topic.
.TESTClrDrawDrawInvFix 3Text(10,10,"Hello World")Text(10,20,"More Text")DispgraphRepeat getKey(15)EndFix 4.Don't forget to call Fix 4 to return the text to normal.
Fix 3Text(0,10,"TITLEFix 4
Concerning the Fix command, thanks but I still have a problem:Code: [Select]Fix 3Text(0,10,"TITLEFix 4The thing is, it's gray on black background :SThanks.EDIT: It's not gray but it's constantly rewriting itself, it's in a loop, but still :S
ClrDrawFix 5Repeat getKey(15)Fix 3Text(0,0,"TEXTFix 2DispGraphEndFix 4
@Michael: You're a god.Code: [Select]ClrDrawFix 5Repeat getKey(15)Fix 3Text(0,0,"TEXTFix 2DispGraphEndFix 4Thanks
Quote from: Scout on March 22, 2011, 06:14:40 pm@Michael: You're a god.Code: [Select]ClrDrawFix 5Repeat getKey(15)Fix 3Text(0,0,"TEXTFix 2DispGraphEndFix 4Thanks okay, so you can use multiple Fix commands at once?also, I find this kinda funny since you're the one who wrote that awesome Fix tutorial.
How do you shake the screen in Axe?Or am I being a donk and there's a command for it?
Use a bunch of Horizontal/Vertical commands?The only bad thing is that the edges will then be pure-white/pure-black, so you'd have to redraw the screen after all the shaking if you were worried about graphics.I'm also interested in knowing if there's a better way then using Horizontal/Vertical.
Zsub(Z)Lbl Z Asm(147DE63FF640D310)Return