Hi Mario,
> I made a huge one: 4 Kb without pics, more than 50 Kb with
> embedded-self-extracting PNGs.
> Sunanda can find it attached (the others must ask it to me
> *today* because tomorrow I will go on holidays until 2001/1/9).
> It's a bad implementation made in the spare times during the
> work but shows what I wanted (but it's not really animated).
> If you like to optimise it you are welcome, I'm neither a
> View/VID guru...
>
Nice stuff! Though I was a bit confused about the prize being a battleship
rather than a car!
One quick point, staying focused on compactedness of code. If you have a
web/reb site, you could put your images up on that and use
load-thru
to access them. So the script is just 3 or 4k, and the first time I run it,
it downloads the PNGs. Later runs will find the images in Rebol's cache.
You could even get the script down to about 1 K by compressing it, and having
the main program look like:
Rebol []
do load decompress #{...script...}
If anyone wants a copy of Mario's script (31K WinZip file), and it's already
tomorrow, please email me privately,
Sunanda.
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.