changing system's PAN setting

2002-05-15 Thread Sehdev, Deepesh (CAP, ELCOE)
hi all, Need some help from u all :) 1) I have a swf file with volume level control and pan balance done in flash when i import this swf file in director then the volume control and pan control does not work Is there a way i can do this? 2) I removed the volume control from flash fil

RE: little OT: Director Lingo event names --> Flash 6 ActionScript event names

2002-05-15 Thread Robert Walch
the load and unload events really are not like begin and endsprite, because they do not correspond to when a clip enters and exits the timeline like a sprite. They are called whenever a clips is loaded and unloaded and that can happen more or less often than you would expect if you are thinking of

Re: beginSprite script

2002-05-15 Thread noelle cheng
Hi, At 12:01 PM 5/15/2002 -0500, you wrote: What is the purpose of using 'alert'? >>> >>>Just to show that the program knows something is happening. In a >>>projector that's one of the few ways you can easily get an internal >>>event to display some kind of external message. >> >>Whar a

Re: Three-behavior communication model

2002-05-15 Thread noelle cheng
Hi, At 12:12 PM 5/15/2002 -0500, you wrote: >>>There is nothing preventing you from putting 10 QT sprites in a frame, >>>but in the specific cases of QuickTime and Flash, it's not a good idea >>>to do so, because there will be performance problems on slower >>>computers. This can result in j

Re: Three-behavior communication model

2002-05-15 Thread Howdy-Tzi
At 22:20 +0800 05/15/2002, noelle cheng wrote: >>There is nothing preventing you from putting 10 QT sprites in a >>frame, but in the specific cases of QuickTime and Flash, it's not a >>good idea to do so, because there will be performance problems on >>slower computers. This can result in jerk

Re: beginSprite script

2002-05-15 Thread Howdy-Tzi
At 21:37 +0800 05/15/2002, noelle cheng wrote: >>>What is the purpose of using ‘alert’? >> >>Just to show that the program knows something is happening. In a >>projector that's one of the few ways you can easily get an internal >>event to display some kind of external message. > >Whar are the

Re: random text movie

2002-05-15 Thread nik crosina
hi, still studying at SAE? If your animation is all framebased, then you can easily use directors export feature (file main menu) and select which frames you want ot export and select the file type (series of stills images, quicktime, or .avi) hopethat helps, nik ":: v e r n x s ::" <[EMAIL

Re: scriptInstanceList mouseDown problem

2002-05-15 Thread Cole Tierney
At 9:48 AM +1000 5/15/02, Luke Wigley wrote: >Cole Tierney wrote > >> I've got a situation where adding a behaviour to a fully instaniated >> sprite causes it to block mouse events from other sprites in lower >> channels. The newly added behavior instance has no mouse events. >> Director 8 Mac

Re: little OT: Director Lingo event names --> Flash 6ActionScript event names

2002-05-15 Thread grimmwerks
beginsprite is on clipEvent(load) I think on clipEvent(enterframe) -- on clipEvent(unload) -- endsprite If you think about movieclips as sprites.. [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

Re: Three-behavior communication model

2002-05-15 Thread noelle cheng
Hi, At 01:46 PM 5/14/2002 -0500, you wrote: >>So if I have 10 QT sprites in a frame, I can display 10 QT sprites on >>the stage at the same time? > >There is nothing preventing you from putting 10 QT sprites in a frame, but >in the specific cases of QuickTime and Flash, it's not a good idea

little OT: Director Lingo event names --> Flash 6ActionScript event names

2002-05-15 Thread "Luiz Gustavo Castelan Póvoas"
Hello, I need to know what are the equivalent names of common Lingo events in a Flash 5 Actionscript syntax: example on mouseEnter turns out to be on(rollOver){} I need to know the following on beginsprite on enterframe/exitframe/prepareframe (i believe that flash has just one of those) on en

Re: Movies in a window - can this be done

2002-05-15 Thread Howdy-Tzi
At 09:33 +0100 05/15/2002, Lee Blinco wrote: >I want to have a PC projector in a window with a title bar so it can be >moved.This projector links to several MIAWs which should always be in the >same relative position compared to the main stage, the problem is can the >open MIAW position be made t

Re: beginSprite script

2002-05-15 Thread noelle cheng
Hi, At 10:15 AM 5/14/2002 -0500, you wrote: >>>on stopMovie >>> ALERT "Quitting!" >>>END stopMovie >> >> >>I opened a script window to do the above, and wrote the script. Could it >>be written as a channel 0 script? > >No, I don't believe so -- this one just wants to be a movie scr

Re: sound & MIAW's

2002-05-15 Thread Carl D. Earnhart II
Thanks. I will try the currentTime workaround. > another workaround: if a high channel (3-8) is being used to play a > sound, grab it's currentTime & then tell the Stage to quickly fade > out this high channel while fading in the same sound at the same > currentTime into channel 1 or 2 & then

Re: Timedout Demo HELP

2002-05-15 Thread pranavn
Dave Mennenoh's Utlities cast had a time period restriction behavior. You can download the library at http://www.crackconspiracy.com/~davem/dave/davedir.htm HTH. Regards, Pranav Negandhi I am try to set a Project on a CD to run, 30 times, or for 30 days. Anyone got any ideas. Thanks in adv

Re: Timedout Demo HELP

2002-05-15 Thread Roberto Molari
You can wirte a key in a hte windows registry... or the simplest way is write a txt file(but it's not the safest) bye rbx metal rules - Original Message - From: "Gordon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 1:51 PM Subject: Timedout Demo HELP >

Re: Movies in a window - can this be done

2002-05-15 Thread Penworks Corporation
I've done it so they sync up after the move, but like you I don't know when a move is initiated (or have the coords while it's in progress). I'm sure I could do it if I wrote an Xtra for it, but just through Lingo, probably not, as far as I can tell. At 09:33 AM 5/15/02 +0100, Lee Blinco wr

Re: DPR.

2002-05-15 Thread Tab Julius
This apparently made it to the list because it doesn't have normal spam stuff (like attachments, html), but please don't respond to it - it is a scam, and one that the secret service is tracking. I have already reported it to them. - Tab At 12:21 PM 5/15/02 +0100, DR .OJO MIKE wrote: > >DE

Timedout Demo HELP

2002-05-15 Thread Gordon
I am try to set a Project on a CD to run, 30 times, or for 30 days. Anyone got any ideas. Thanks in advance [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 [EMAI

DPR.

2002-05-15 Thread DR .OJO MIKE
DEPARTMENT OF PETROLEUM RESOURCES PLOT 225 KOFO ABAYOMI STREET VICTORIA ISLAND,LAGOS, NIGERIA. DIRECT FAX: 234 1 7590904. DIRECT TEL:234-1-7762182

Movies in a window - can this be done

2002-05-15 Thread Lee Blinco
I want to have a PC projector in a window with a title bar so it can be moved.This projector links to several MIAWs which should always be in the same relative position compared to the main stage, the problem is can the open MIAW position be made to update its position so it stays in its relative