TIB: Re: Icons on the 92+


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

TIB: Re: Icons on the 92+




Store your icons as individual picture files and just recall them at the
location.

-Miles Raymond      EML: m_rayman@bigfoot.com
ICQ: 13217756       IRC: Killer2        AIM: kilier2
http://www.bigfoot.com/~m_rayman

----- Original Message -----
From: <EMPrime@aol.com>
To: <proganon@egroups.com>
Cc: <ti-basic@lists.ticalc.org>
Sent: Tuesday, February 01, 2000 2:05 PM
Subject: TIB: Icons on the 92+

> Does anyone know a faster way to draw a matrix-based icon? Here's the code
> I'm using:
>
> -begin code fragment-
> for b,1,8,1
> for a,1,8,1
>  if map[b,a]=1
>   then
>    for d,1,8,1
>    for c,1,8,1
>     if image[d,c]=1
>      pxlon d+f,c+e
>    endfor
>    endfor
>  endif
>  e+8->e
>  endfor
>  1->e
>  f+8->f
>  endfor
> -End code fragment-
>
> all the -> s are the store var arrows. All variables are local. Image and
map > are the matrixes containing 1s and 0s (both 8x8)
>
> <A HREF="http://prym.8m.com/">Prym.8m.Com!</A> Check out my site!
> Matthew Renner, CEO Right Side Minds Battlefield Technology
>                 Former Mercenary
> Programmers Anonymous: <A
HREF="http://pa.ticalc.org/">http://pa.ticalc.org</A
> >
> ICQ:            55807773
> TI-Calc ActiveList: 58286255



References: