I've got an interesting way of making a smooth line figured out. It can be done in TGF1 with no extensions, so it'll be nice for use in MMF2 for Flash and Java. (I think some of the drawing extensions don't work in those)
Basically I create dots and then have a slow moving paster object draw the line along the dots. It works fairly well but there are a few quirks and bugs to work out. I still need to allow for continuous spontaneous line creation while you are still drawing the dots.
If anyone is interested in helping solve the problem (mentioned in Klik-coding help section), and needs a file for reference, I can upload it if it's really needed.
There's not much to it though, just paste dots, set a second active to look at the dots, and currently it looks at the last created dot. That's an issue I need worked out so it will follow with the line while you draw the dots instead of drawing dots, then waiting for the line, then drawing the dots again.
|