SVG--The Future

2000-06-06 Thread Sivakatirswami
I sitting here working in Illustrator. . .support for Scaleable Vector Graphics SVG in MC would be wonderful if ever possible. (Flash is so unproductive, but its SVG is well, so useful.) Hinduism Today Sivakatirswami Editor's Assistant/Production Manager www.HinduismToday.com [EMAIL PROTECTED]

Re: divide by zero erro

2000-06-06 Thread rice
Sorry, meant to post that last message to Steven. As an aside, can anyone explain why on windows when I get a divide by zero error when I open the script editor the involved line is not in fact displayed. The cursor is flashing at whatever line I last edited. The message says the error is

Re: divide by zero erro

2000-06-06 Thread rice
Steven: Thanks for the suggestion. You were correct. The divide by zero error was not in the random number generation but was in fact in a later handler where in fact division does occur. I must say that I like your random generator much better than mine. Avoids the repeat loop and

Re: Basic Questions

2000-06-06 Thread Kevin Miller
On 6/6/00 6:48 pm, LORI FRAIND <[EMAIL PROTECTED]> wrote: > A few basic questions about the MetaCard interface itself: > > On pulldown menus or when the contents of a field are autohighlighted, the > highlighted choice is white text with yellow highlight, which I find hard to > read. Is there a

Basic Questions

2000-06-06 Thread LORI FRAIND
A few basic questions about the MetaCard interface itself: On pulldown menus or when the contents of a field are autohighlighted, the highlighted choice is white text with yellow highlight, which I find hard to read. Is there a way to change the color of the highlight? The only place I can find

re: divide by zero erro

2000-06-06 Thread Nelson Zink
Rick, >When I run it on >the Windows platform I preiodically get a divide by zero error Try the following: on generateMCH global MCH, glower, gupper if gUpper>1 and gLower>0 and gUpper>gLower then put empty into MCH repeat until MCH >glower put random(gupper) into MCH