Shop OBEX P1 Docs P2 Docs Learn Events
Hydra Logo 1.4 ported — Parallax Forums

Hydra Logo 1.4 ported

Oldbitcollector (Jeff)Oldbitcollector (Jeff) Posts: 8,091
edited 2007-04-18 04:06 in Propeller 1
Attached is a copy of Hydra Logo 1.4 by Josh Meeds (as posted in the Hydra section)

This one has been adjusted for use on the Proto/Demo boards.

Here's a command to try it out.
to spiral :ln
fd :ln
rt 92
fd :ln+1
rt 92
spiral :ln+2
end

Then just enter
spiral

Oldbit

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"Two things are infinite: the universe and human stupidity; and I'm not sure about the universe." -Albert Einstein

Comments

  • DreamwriterDreamwriter Posts: 22
    edited 2007-04-18 04:06
    I found a boneheaded bug in 1.4, if you want to fix it all you have to do is add one simple line of code. Find the function "funcCopyBufferToText", and at the end of the function add this line:

    return(Loop)
Sign In or Register to comment.