lingo-l The long date

2003-01-09 Thread Mendelsohn, Michael
Hi list... I know I may be opening a can of worms here, but why is it that the long date in the following code works in authoring mode but not in projector mode? on beginSprite(me) pSp = sprite(me.spriteNum) r = (the long date).item[3] rr = (c) r Factory Mutual Insurance Company. All

RE: lingo-l The long date

2003-01-09 Thread Brad Hile
Mike wrote: Hi list... I know I may be opening a can of worms here, but why is it that the long date in the following code works in authoring mode but not in projector mode? on beginSprite(me) pSp = sprite(me.spriteNum) r = (the long date).item[3] rr = (c) r Factory Mutual

RE: lingo-l Digital Video Question

2003-01-09 Thread Chris Aernoudt
Avi is not really a specific format, it depends 100% on the codec you use... If you want to play safe, you can use cinepak or one of the older indeo formats (but they suck in this day and age) I'm not sure if indeo 5.x works standard on 98... it does if they have a +- recent version of

RE: lingo-l Digital Video Question

2003-01-09 Thread Brad Hile
Paul Steven wrote: Simply question hopefully! I want to include a video intro in a director projector I am creating. The playback spec is PC only however must include win 98 as a minimum. What is the best format to create or convert the digital video to in order that the user does not need any

Re: lingo-l Digital Video Question

2003-01-09 Thread Charlie Fiskeaux II
An AVI will work fine on Windows with no additional installations or Xtras to buy. Cinepak is the universal codec to use if you do choose to go with AVI, but be forewarned, the quality is pretty poor compared with newer formats codecs. The one thing on your side is that Cinepak plays back

RE: lingo-l The long date

2003-01-09 Thread Mendelsohn, Michael
Hi Brad... Thanks for responding. As half of what I'm doing is going to be distributed to Europe, and they format the date differently from the US (my system), will temporarily changing the itemDelimiter do anything to screw up either-side-of-the-Atlantic systems regarding date? For instance,

Re: lingo-l Digital Video Question

2003-01-09 Thread David Burgoyne
More tips for mpg. Form testing on fairly ancient machines use mpg at 352 x 288 as this is the standard windows mpg1 format, every other size was prone to tearing/artifacts under test data rate about 1800 ish (cant remember the units but your compressor will be similar I expect) whatever size

RE: lingo-l The long date

2003-01-09 Thread Brad Hile
Michael wote: Thanks for responding. As half of what I'm doing is going to be distributed to Europe, and they format the date differently from the US (my system), will temporarily changing the itemDelimiter do anything to screw up either-side-of-the-Atlantic systems regarding date? Hi

lingo-l bluring images

2003-01-09 Thread Quixadá
hi, folks i have to make a script that blurs an image according to a custom slider. it´s for simulating the way lenses work on telescopes, putting things out and on focus. could it be done with imaging lingo? if so, could you please just point me the right direction? what kind of image property

RE: lingo-l The long date

2003-01-09 Thread Daniel Plaenitz
At 12:09 09.01.2003 -0500, you wrote: Hi Brad... Thanks for responding. As half of what I'm doing is going to be distributed to Europe, and they format the date differently from the US (my system), will temporarily changing the itemDelimiter do anything to screw up either-side-of-the-Atlantic

baSystemTime...was lingo-l The long date

2003-01-09 Thread Mendelsohn, Michael
Thanks, Brad, for the Buddy API tip. It was right in front of me all this time. Anyone on the list know if baSystemTime works reliably the same no matter what country you are in, and, in Windows at least, no matter how the computer's date is formatted? Like MM/DD/ or /DD/MM, etc?

Re: lingo-l bluring images

2003-01-09 Thread Andreas Gaunitz P11
It's definitely possible but you need to laern imaging lingo. That's not too much to ask, it's simple and useful. Check out the ducumentation for blurimage xtra. They talk a little about how blur is obtained: http://www.smoothware.com/blurimage.html -A. hi, folks i have to make a script

Re: lingo-l The long date

2003-01-09 Thread Dave Mennenoh
Use the systemDate, which produces a date object which will work in all situations... Dave [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 Digital Video Question

2003-01-09 Thread Paul Steven
Hi there Simply question hopefully! I want to include a video intro in a director projector I am creating. The playback spec is PC only however must include win 98 as a minimum. What is the best format to create or convert the digital video to in order that the user does not need any additional

Re: lingo-l The long date

2003-01-09 Thread Howdy-Tzi
On Thursday, January 9, 2003, at 09:37 AM, Mendelsohn, Michael wrote: I know I may be opening a can of worms here, but why is it that the long date in the following code works in authoring mode but not in projector mode? As Dave suggested, uses systemDate. If you put the systemDate.seconds

RE: lingo-l The long date

2003-01-09 Thread Mendelsohn, Michael
Hi Howdy-Tzi... Thanks for replying to yet another one of my interesting posts. Anyway, are these results below totally standard throughout international systems, no matter if you're in the USA or Great Britain, where it's DD/MM/ vs. MM/DD/? now = the systemDate put now -- date( 2003,

Re: lingo-l The long date

2003-01-09 Thread Howdy-Tzi
On Thursday, January 9, 2003, at 03:12 PM, Mendelsohn, Michael wrote: Anyway, are these results below totally standard throughout international systems, no matter if you're in the USA or Great Britain, where it's DD/MM/ vs. MM/DD/? Yes, the systemDate and date objects are one hundred

Re: lingo-l The long date

2003-01-09 Thread Buzz Kettles
At 3:39 PM -0600 1/9/03, you wrote: On Thursday, January 9, 2003, at 03:12 PM, Mendelsohn, Michael wrote: Anyway, are these results below totally standard throughout international systems, no matter if you're in the USA or Great Britain, where it's DD/MM/ vs. MM/DD/? Yes, the

Re: lingo-l bluring images

2003-01-09 Thread andi
hi this might help http://www.lingoworkshop.com/code/imaging_animfx.asp [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

Re: lingo-l queue()-ing sounds

2003-01-09 Thread Buzz Kettles
At 4:53 PM +1100 1/9/03, you wrote: Hi, I am authoring on a Mac but I remember from a couple of years ago that PCs used to have a latency issue when playing sounds (i.e.. there was a delay between the command and the sound when using puppetSound). I understand that using the queue() command

lingo-l Cross-post: Mac preferences help

2003-01-09 Thread Phil Gross
I'm trying to document some basic elements of Director, and could use some help if anyone has a different version of DirMX than I have. In the Director docs, and under Windows, the Preferences are under the Edit menu. The NFR copy of DirMX Macromedia sent me for Mac has the Preferences under

Re: lingo-l Cross-post: Mac preferences help

2003-01-09 Thread grimmwerks
On Thu, 9 Jan 2003, Phil Gross wrote: In the Director docs, and under Windows, the Preferences are under the Edit menu. The NFR copy of DirMX Macromedia sent me for Mac has the Preferences under the Director menu. That is correct; on Mac os X all preferences are under the application's

Re: lingo-l Digital Video Question

2003-01-09 Thread Mayuresh
A word of caution. DivX can be extremely CPU intensive. This list from discreet might help, though I think it hasn't been updated for sometime now. http://www.discreet.com/support/codec/ _ Regards, Mayuresh - Original Message - From: Chris Aernoudt [EMAIL PROTECTED] To: [EMAIL