Re: how do I get the QTmov to play all the way through?

2001-07-30 Thread Steffanie Grindle
omepage" > end if >end > >But instead of hard-coding the label to go to, you could generalize >this by having a GetPropertyDescriptionList handler where you allow >yourself to type in a label to go when the movie is finished playing. >Then you could re-use this behavior

how do I get the QTmov to play all the way through?

2001-07-29 Thread Steffanie Grindle
I am needing to know how to get the QT movie that I just imported into my dir. movie to play the entire way through before moving on to the next marker. I have already done this with 2 other QT files within this same movie, but for some reason the same script won't work. Here's what I have used

Re: volume of QT movie

2001-07-01 Thread Steffanie Grindle
Do you mean just the quicktime movie or the director file?? My QTmovie in itself is large (22mb). -Original Message- From: Colin Holgate <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Sunday, July 01, 2001 1:58 PM Subject: Re: volume of QT movie >>Fixing the volum

Re: volume of QT movie

2001-07-01 Thread Steffanie Grindle
Colin wrote: >property s,startedyet > >on beginsprite me >s = the spritenum of me >startedyet = false >end > >on enterframe >if not startedyet then > startedyet = true > sprite(s).volume = 255 > sprite(s).movierate = 1 >end if >end > >This script would be on

volume of QT movie

2001-07-01 Thread Steffanie Grindle
I am having a small problem with the volume of 2 QT movies within the dir movie. The volume is not as loud as my other voice overs, so I have been trying to increase the volume using lingo. No luck so far, here is the script I'm using for the volume: on StartMovie sprite(7).volume = 256 end an

Fw: Resources

2001-06-18 Thread Steffanie Grindle
Here are a couple of the books that I have found helpful. "The Lingo Handbook," by Rich Grace and "Special Edition Using Director 8," by Gary Roenzweig. Hope these can get you started. Steffanie >>From: "Ole Bergtun" <[EMAIL PROTECTED]> >>Reply-To: [EMAIL PROTECTED] >>To: <[EMAIL PROTECTED]> >

Re: Re: Re: Re: Re: director 8.5 serial >:-E

2001-06-06 Thread Steffanie Grindle
I second that motion. I could be wrong, but I thought this list was for the discussion of lingo not a playground. >Serial talk getting old... > > > > >[To remove yourself from this list, or to change to digest mode, go to >http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,

Re: Books

2001-03-06 Thread Steffanie Grindle
I believe you can still get the book off of amazon or barnes and noble online. I have the book, it is for a more advanced lingo programmer, which I'm not. But it has helped me with some things. I am still a beginner with programming lingo. Another good reference book to use is The Lingo handbo

Re: quick question

2001-02-23 Thread Steffanie Grindle
quick question >On 2/22/01 9:30 PM, "Steffanie Grindle" <[EMAIL PROTECTED]> wrote: > >> Ok...I was able to get it to work, but it not only opens the little java >> window like I want it to, it also opens the browser in full view behind it. >> What I a

Re: quick question

2001-02-23 Thread Steffanie Grindle
Kerry, Thanks for the suggestion, I'm just not too familar with javascripting. Can you explain the following a little more: <--JavaScript function--call it, say, OpenFocus. Within that function, call window.open('list of params...') and window.focus(). > Thanks again... Steffanie -Origina

Re: Re: quick question

2001-02-23 Thread Steffanie Grindle
Thanks... I'll keep that in mind. -Original Message- From: Kerry Thompson <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, February 22, 2001 3:51 PM Subject: Re: quick question > >>here's my script: >> >>on MouseUp me >>goToNetpage("javascriptwindow. > >You

RE: Re: quick question

2001-02-22 Thread Steffanie Grindle
Ok...I was able to get it to work, but it not only opens the little java window like I want it to, it also opens the browser in full view behind it.  What I am trying to do is while your in the .dir movie and you click a link the browser will open up in a small window so that you don't lose the mo

Re: quick question

2001-02-22 Thread Steffanie Grindle
I know I just sent this respond, but I have been messing around with the script and have gotten a really bizarre reaction.  Whenever I play the movie and click on the intended link it will open the browser, giving me an error.  but if I leave that blank page up, go back and play the movie again

Re: quick question

2001-02-22 Thread Steffanie Grindle
I tried using this script and I keep getting an error.  Am I doing something wrong?? here's my script:  on MouseUp megoToNetpage("javascriptwindow.open('http//www.siu.edu/~thetaxi/retreatagenda.pdf','width=400,height=400,toolbar=1,location=1,status=1');window.parent.close();")end I don't know i

RE: quick question

2001-02-22 Thread Steffanie Grindle
 I don't knowI'm really not sure how to use the extra's. Do they have a PDF extra? -Original Message- From: [EMAIL PROTECTED]<[EMAIL PROTECTED]> To: [EMAIL PROTECTED]<[EMAIL PROTECTED]> Date: Wednesday, February 21, 2001 9:58 PM Subject: Re: quick question > >Wouldn't you be

Re: quick question

2001-02-21 Thread Steffanie Grindle
I don't knowI'm really not sure how to use the extra's. Do they have a PDF extra? -Original Message- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, February 21, 2001 9:58 PM Subject: Re: quick question > >Wouldn't you be bet

quick question

2001-02-21 Thread Steffanie Grindle
Hey there... Ok 3 times the charmI have sent this message twice to the list but unfortunally it is not getting there...so I'm trying my other email account.   I'm not sure, but I think this has been answered before. Is there a way to specify the size of the window that a web page is called up

Re: Web pages in Director

2001-02-16 Thread Steffanie Grindle
OkI'm trying to get a grasp of this. If "Foo" is the url or html document, then what exactly is the "filename" text. I'm just alittle confused. Now will this script allow the web document to open in the current director window. Thanks steffanie -Original Message- From: Charlie Fisk

Re: Web pages in Director

2001-02-15 Thread Steffanie Grindle
>>Sure. Member("textmember").html = filepath & filename.html May I ask... how do you excute this script? I'm new to lingo, so just bare with me. This might be useful for my project and I am just wanting to know exactly what I need and how to attach it. Thanks Steffanie >On 2/15/01 4:05 PM,

Re: ...still having trouble with Cue Points

2001-02-13 Thread Steffanie Grindle
Original Message- From: Irv Kalb <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Tuesday, February 13, 2001 1:01 PM Subject: Re: ...still having trouble with Cue Points >At 12:23 PM -0600 2/13/01, Steffanie Grindle wrote: >>Hey all, >> >

cue points...

2001-02-13 Thread Steffanie Grindle
Hey all, I'm still having trouble with this. I have been working on trying to get the cue points that I have set to work. I'm using an on exitFrame... with the following string if(isPastCuePoint(sound 1,(getAt(gWhichCuePoint, gCurrentCue)))= 1) then go to the frame + 1 set gCurrentCue=gCurrentC

Re: A message you sent has been blocked.

2001-02-13 Thread Steffanie Grindle
Was this message for me personnally or was it just sent out to the list-serv. -Original Message- From: Avadmin NIBHXU01 <[EMAIL PROTECTED]> To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]> Date: Tuesday, February 13, 2001 11:15 AM Subject: A message you sent has been blocked. >You recently

...still having trouble with Cue Points

2001-02-13 Thread Steffanie Grindle
Hey all,   I'm still having trouble with this.  I have been working on trying to get the cue points that I have set to work. Here are the scripts that I'm using to activate my cue points(behavior script)global gCurrentCue, gWhichCuePointon exitFrameif(isPastCuePoint(sound 1,(getAt(gWhichCuePo

sound question

2001-02-09 Thread Steffanie Grindle
Right now my sound files are part of my internal cast, but I was thinking about linking them externally to save on file size. Is it possible to do this while at the same time using a script for cue points (isPastCuePoint..etc..)? I'm not very good with lingo and the sound files are attached in t

Re: Urgent.......

2001-02-08 Thread Steffanie Grindle
You just want to capture a screenshotright. Well I do this by using the print screen button (on a PC) on the keyboard. I push the button a couple of times then open Photoshop, paste the image, and resize to the dimension I want. I hope that helps. Steffanie [To remove yourself from th

simple question

2001-02-03 Thread Steffanie Grindle
Can you have more than one movie script with in your movie? I sure thought you could. I have been having trouble with one of my movie scripts ever since I added another movie script associated with setting cue points. What should I do? I am really frustrated right now. Any help would be great.

need help with cue points

2001-01-22 Thread Steffanie Grindle
Hi, I'm new to the list serv. I am working on a project that will be using multiple cue points. As soon as the cue point is reached it will trigger an event by jumping to the assigned marker. I am not sure how to do this, I know how to set one cue point, but not multiple cues within the same v