lingo-l Controlling movement of curve in vector shape

2004-08-26 Thread Anju Singhal
Hi there, I am trying to control the movement of one of the curves in a vector shape so that it starts moving along with the mouse movement. When I try to map the vertices to stage and move the curve, the shape of the curve changesit shouldn't... Thanks..

Re: lingo-l Exitlock=true, titlebar=true - closebutton doesn't work?

2004-08-26 Thread grimmwerks
Excellent! Thanks. On 8/24/04 4:19 PM, Sean Wilson [EMAIL PROTECTED] wrote: Perhaps you meant for your 'on closeWindow' handler to be, rather, 'on closeRequest' - which will be called when your end-user clicks the Close button on the titlebar so that you can take them to your quit sequence?

Re: lingo-l testing

2004-08-26 Thread Buzz Kettles
At 1:47 AM -0400 8/26/04, you wrote: On Aug 26, 2004, at 1:38 AM, Buzz Kettles wrote: is Lingo-L functioning for me? That's kind of subjective, Buzz. True enough -- Troy RPSystems, Ltd. http://www.rpsystems.net [To remove yourself from this list, or to change to digest mode, go to

lingo-l Detecting Media Player Version with Lingo

2004-08-26 Thread Tom Richardson
Hello, Does anybody know how we can detect what version of Media Player a computer has installed? Buddy API doesn't seem to do this? I'm need to play WMV files in director and need to be as compatible as possible with win98. It would be great to be-able to test the OS for media player 7.0 or

Re: lingo-l Detecting Media Player Version with Lingo

2004-08-26 Thread Bertil Flink
With Buddy you can do this: theApp = baFindApp(wmv) put baFileVersion(theApp) -- 9.00.00.2980 Bertil Flink Creative Media - Original Message - From: Tom Richardson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 26, 2004 7:34 PM Subject: lingo-l Detecting Media

Re: lingo-l Detecting Media Player Version with Lingo

2004-08-26 Thread Ronald Woodland
From painful personal experience, after having been burned several times by Microsoft's ineptitude at handling video, I suggest you switch everything to Quicktime ...even if it's only running on a Windows box. Trust me, you'll save yourself a lot of headaches ...and get the project delivered

Re: lingo-l Detecting Media Player Version with Lingo

2004-08-26 Thread John R. Sweeney Jr
on 8/26/04 2:02 PM, Ronald Woodland at [EMAIL PROTECTED] wrote: From painful personal experience, after having been burned several times by Microsoft's ineptitude at handling video, I suggest you switch everything to Quicktime ...even if it's only running on a Windows box. Trust me, you'll

RE: lingo-l Detecting Media Player Version with Lingo

2004-08-26 Thread Tom Richardson
Ronald list I too have always used Quicktime as the primary format for Our project. For Projects that are simple 1 video director Projects QuickTime is a very poor option because of the plug-in requirements. So, we use Onstage Media for director for great Mpeg-1 play back On any computer any

RE: lingo-l Request for Shockwave 10 Content Proposals

2004-08-26 Thread Thomas Higgins
Hey gang, I'm just dropping a reminder that the deadline for content proposals is Monday, so if you're interested in giving this a try please get in touch with us (well, Emmy ;) ) ASAP, thanks! Cheers, Tom Higgins Product Manager - Director http://www.markme.com/thiggins/ ... Dear

Re: lingo-l Detecting Media Player Version with Lingo

2004-08-26 Thread Bertil Flink
In my experience, you always get the version info from the file resource. That is, the same info you get when viewing the version tab in file properties. As long as that info is accurate you should be safe. Try all the extensions you can think of and see what you get. Bertil Flink Creative Media

Re: lingo-l Detecting Media Player Version with Lingo

2004-08-26 Thread Bertil Flink
Oh, now I see what you're really asking. No, it returns a string, so you have to poke around a bit to get at the version info. If you know the format it should be simple enough. Director itself (MX), for instance, returns this: theApp = baFindApp(dir) put baFileVersion(theApp) -- 9.0r383

lingo-l Defying gravity :)

2004-08-26 Thread KLGC Studio
Defying gravity ;-) I suspect I am trying to do something that cant be done in Director, but it never hurts to ask. Im trying to come up with a way to create a simple movie (.dir file) from another movie. The movie I am trying to create would have one frame, one frame behavior, and one movie

Re: lingo-l Defying gravity :)

2004-08-26 Thread Christoffer Enedahl
Try member(ms).scripttext = aString HTH/Christoffer [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with