1636
TI Z80 / Re: Silence 2 - resetted
« on: December 07, 2011, 10:46:20 am »
If anyone's interested, this is the concept/code of the evaporating stuffs.
Code: [Select]
:ClrDrawrr //blank screen
:DrawInv
:Copy(L6,L3,768
:DispGraphrr
:ClrDrawrr //Stuff at back buffer
:---STUFF HERE---
:DrawInv
:Copy(L6,L3,768
:ClrDraw
:DrawInv
:DispGraphrr
:ClrDrawrr //Stuff at front buffer
:DrawInv
:Copy(L6,L3,768
:ClrDraw
:---STUFF HERE---
:DrawInv
:DispGraphrr
:ClrDrawrr //Stuff at both buffer
:---STUFF HERE---
:DrawInv
:Copy(L6,L3,768
:DispGraphrr
:ClrDrawrr //Stuff at front buffer
:DrawInv
:Copy(L6,L3,768
:ClrDraw
:---STUFF HERE---
:DrawInv
:DispGraphrr
:ClrDrawrr //Stuff at back buffer
:---STUFF HERE---
:DrawInv
:Copy(L6,L3,768
:ClrDraw
:DrawInv
:DispGraphrr
:ClrDrawrr //blank screen
:DrawInv
:Copy(L6,L3,768
:DispGraphrr