[A83] Re: Ionlargesprite


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

[A83] Re: Ionlargesprite




Ionguru's example sucks.  It incorrectly lists the format of the large 
sprite.

It's actually like this:

.db %11111111,%11111111,%11111111
.db %10000000,%00000000,%00000001
.db %10000000,%00000000,%00000001
.db %10000000,%00000000,%00000001
.db %10000000,%00000000,%00000001
.db %10000000,%00000000,%00000001
.db %10000000,%00000000,%00000001
.db %10000000,%00000000,%00000001
.db %11111111,%11111111,%11111111

And NOT like this:

.db %11111111
.db %10000000
.db %10000000
.db %10000000
.db %10000000
.db %10000000
.db %10000000
.db %10000000
.db %11111111

.db %11111111
.db %00000000
.db %00000000
.db %00000000
.db %00000000
.db %00000000
.db %00000000
.db %00000000
.db %11111111

.db %11111111
.db %00000001
.db %00000001
.db %00000001
.db %00000001
.db %00000001
.db %00000001
.db %00000001
.db %11111111


Other than mistaking the format from picture to separate columns, the 
example should work.


>From: Jeff Ruud <pyroboy_04@yahoo.com>
>Reply-To: assembly-83@lists.ticalc.org
>To: assembly-83@lists.ticalc.org
>Subject: [A83] Ionlargesprite
>Date: Sun, 13 May 2001 16:48:40 -0700 (PDT)
>
>
>Can someone please tell me how to properly use the ionLargeSprite routine 
>for ION?  The example in ionguru doesn't really work...
>
>
>
>
>
>---------------------------------
>Do You Yahoo!?
>Yahoo! Auctions $2 Million Sweepstakes  -  Got something to sell?
>
>

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com




Follow-Ups: