TIP: Click on subject to list as thread! ANSI
echo: apple
to: comp.sys.apple2,comp.sys.apple2.pro
from: pitz
date: 2008-08-22 04:47:04
subject: Re: GScript released

On Aug 21, 7:04 pm, limtc  wrote:
> GScript updated based on feedback. Setting color is now using the
> Applesoft-like hcolor= rather than hcolor(), and I now used the easier
> to read circle/rect commands rather than hcircle/hrect. Added a newly
> implemented oval command but need to refine further for the
> parameters.
>
> The programs above will be changed to:
>
> for (i = 0; i < 50; i++) {
>     hcolor = rnd(15) + 1
>     hplot(rnd(640), rnd(400), rnd(640), rnd(400))
>
> }
>
> A blog (with programs and images)
here:http://retromaccast.ning.com/profiles/blog/show?id=1672786%3ABlogPost...
>
> Will continue to add more Applesoft commands later.

Check out the "excanvas" project at GoogleCode/SourceForge.  Aside
from the small Javascript file, it is a 1-line addition to the demo
page and makes the  element available in IE.