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

Re: GScript released



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%3A27721

Will continue to add more Applesoft commands later.