Re: A85: Introducing a BReaKtHrOUgh!


[Prev][Next][Index][Thread]

Re: A85: Introducing a BReaKtHrOUgh!




On Wed, 12 Aug 1998 CashOnly@aol.com wrote:
> 
> 
> How do I make a movie without the editor (Mac :P)?
> 
> Hey guys, I saw this a little while back and it is really something.
> Unfortuneatley I can't test it out with my link :( O well. I recommend that
> everyone takes a look at it!
> 

you'll have to make the movie with a text editor. here's how its done:

movie:
.dw firstFrame ; first frame is just a64x32 bitmap
.db 3 ; # of frames in the animation
; first frame
.db 3 ; # of changes in 1st frame
.db 5, %11110000 ; change the 5th byte to 0xF09
.db 3, %10101010 ; change the 8th byte to %10101010
.db 1, %00001111 ; change the 9th byte to 0x0F
; second frame
; etc...

you can start to see why an editor is nicer to have. 

Heavy decibels are playing on my guitar, we've got vibrations comin' up 
through the floor. Are you deaf, you wanna hear some more?
 ___   ____					                  ____   ___   
/   \_/   (       vvv Rock n roll ain't noise pollution vvv	  )   \_/   \
| ================###	Rock n roll ain't gonna die	###================ |
\___/ \___(       ^^^   				^^^       )___/ \___/
 
						                 Erik Huizing
						     ehuizing@acs.ucalgary.ca
					     http://www.ucalgary.ca/~ehuizing




References: