lingo-l may behaviors originally written in D7 be used in D8.5?

2002-04-09 Thread noelle cheng
Hi, I would be grateful if the list could explain the following: I have used a behavior originally written in D7 by James Newton for my program. On recompiling the script, I receive this error: script error: String does not end correctly return ¬ as in on getBehaviorDescription me

Re: lingo-l sync projectors

2002-04-09 Thread Florian Bogeschdorfer
I have not yet used 3D shockwave sprites, but I don't believe that 2 projectors will perform that good. If you want to sync - how fast would that be? I don't think you can do that via netmessages. A call to an external server would work, but I guess it might lead to high delays. What if you use

Re: lingo-l may behaviors originally written in D7 be used inD8.5?

2002-04-09 Thread Andreas Gaunitz P11
In D8+, Use backslash instead: \ -A. on getBehaviorDescription me return ¬ JUMP BACK BUTTONRETURNRETURN¬ Is this ¬ not acceptable in D8.5? If so, how would I modify this? [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To

lingo-l quiz creation

2002-04-09 Thread noelle cheng
Hi, I am interested in creating a multiple choice quiz and have found an excellent example at Director -online.com entitled Creating a Multiple Choice Quiz Using XML. http://www.director-online.com/accessArticle.cfm?id=1014 I would be grateful if you could explain the following: 1. Is it

Re: lingo-l quiz creation

2002-04-09 Thread Florian Bogeschdorfer
noelle cheng wrote: Hi, I am interested in creating a multiple choice quiz and have found an excellent example at Director -online.com entitled Creating a Multiple Choice Quiz Using XML. http://www.director-online.com/accessArticle.cfm?id=1014 I would be grateful if you could

lingo-l Resolution of the playsound files problem (not the anomily)

2002-04-09 Thread Wobbly
Dear list, the following code is functioning. Is there a more elegant solution? on aMenuClicked menuName, clickLine, menuSprite global mp3files,wavfiles case menuName of mp3songdisplay importFileInto member (26),(mp3files[clickLine]) wavsongsdisplay importFileInto member

lingo-l Drops live!

2002-04-09 Thread Drops
Cari amici vicini e lontani, siamo lieti di annunciarvi che giovedi 11 aprile, intorno alle ore 21:30, i Drops si esibiranno al Camarillo ( ex- Jazz e dintorni), locale sito a Mola di Bari in via de Amicis 24. Esserci è obbligatorio per almeno due ragioni: la prima è che questa è la prima

Re: lingo-l Tempo Changes any time effects channels aremanipulated.

2002-04-09 Thread Chad Mefferd (Morris Publishing)
on 4/8/02 5:06 PM, Kerry Thompson at [EMAIL PROTECTED] wrote: Can anyone explain why the tempo for a movie would change from 15 fps to 30 fps any time anything is adjusted in the effects channels of the score? Is it possible you are using a transition that changes the frame rate?

lingo-l QuickTime vs.Bitmap sequence in Director

2002-04-09 Thread Nmuta Jones
I have several 3D animation sequences that I can export either as a quicktime movie or as bitmap sequences. This is all being packed inside of a Director Projector. QT compression would be Sorensen 3 with a maximum 150 KB per second . Which would be faster-- 1. Bitmap sequences in Director 2.

Re: lingo-l QuickTime vs.Bitmap sequence in Director

2002-04-09 Thread Colin Holgate
I don’t want to use the QT because it would involve a potential QT install for my user. The Flash inside of Director requires no install when it is played in the projector. I’ll use QT if I have to. They both run at the same speed on my computer, so I’m really thinking of performance on lower

Re: lingo-l Tempo Changes any time effects channels aremanipulated.

2002-04-09 Thread Chad Mefferd (Morris Publishing)
on 4/8/02 5:37 PM, Buzz Kettles at [EMAIL PROTECTED] wrote: What was adjusted? Also, is this a d8 movie opened edited in d8.5 (where the default frame got boosted from 15 to 30)? another suggestion: open a script window do a find (all casts) for 'puppetTempo'. -Buzz Buzz, I'm

lingo-l Play Stop Button

2002-04-09 Thread Jason Je
Hi, Nitin... Thanks for understanding what I have said to you... :) As far as your question on Director... I don't quite get your point... Basically what you want to do is to try to turn on and off those buttons within Director's main tool bar, right??? I don't think that can be done... Say

Re: lingo-l clarification: prepare vs. enter frame

2002-04-09 Thread Howdy-Tzi
At 15:17 -0700 04/08/2002, Buzz Kettles wrote: I'm not quite sure WHERE in the docs this form of subtlety would go. How about as an addendum to the material on page 190 of the using Director text? Now, I'm just living with the way the thing works. Of course you are, but you've had more time

Re: lingo-l play soundfile problems

2002-04-09 Thread Howdy-Tzi
At 00:43 +0100 04/09/2002, Wobbly wrote: Now I'm really confused... I'm running Windows XP pro and director 8.5.1. from time to time output fails switching between wav files and mp3's. Playing a MOV from the same projector makes output available again. This is really reminiscent of something

Re: lingo-l Re: script should play in run time.

2002-04-09 Thread Howdy-Tzi
At 01:41 -0700 04/09/2002, nitin sharma wrote: is there any way to this thing. by that i can give that facility to user that he can change the any property of any sprite, in run time. Again, you can try attaching scripts dynamically as behaviors using the scriptInstanceList command. You cna

Re: lingo-l Tempo Changes any time effects channels are manipulated.

2002-04-09 Thread Howdy-Tzi
At 09:24 -0500 04/09/2002, Chad Mefferd (Morris Publishing) wrote: I'm affraid I'm working exclusively in d8. I get a void value for a find of 'puppet tempo' in all casts I know I haven't used puppet tempo anywhere in my project. Not puppet tempo -- puppetTempo. There's a difference. What

Re: lingo-l quiz creation

2002-04-09 Thread Irv Kalb
No, you do not need to store your questions in XML. If that is a convenient format for you, (e.g., you have a simple way of generating your questions in this form), then it is a perfectly good way to do. However, there are many ways to store the questions. For a different approach, check

Re: lingo-l may behaviors originally written in D7 be used inD8.5?

2002-04-09 Thread James Newton
noelle cheng [EMAIL PROTECTED] wrote: I have used a behavior originally written in D7 by James Newton for my program... JUMP BACK BUTTON Hi Noelle, The line continuation character ¬ was changed to \ in Director 8 to avoid cross-platform complications. The character ¬ is numToChar(194) on

RE: lingo-l quiz creation

2002-04-09 Thread Brian Romanko
Hi, Hello 1. Is it neccessary to create an XML file to store the questions? Or is there another way to create quiz questions? You can do a quiz like this storing your content anywhere. Some people use XML, others use databases, text files, text members, or script members. You could even

Re: lingo-l quiz creation

2002-04-09 Thread Florian Bogeschdorfer
Florian Bogeschdorfer wrote: noelle cheng wrote: Hi, I am interested in creating a multiple choice quiz and have found an excellent example at Director -online.com entitled Creating a Multiple Choice Quiz Using XML. http://www.director-online.com/accessArticle.cfm?id=1014

lingo-l visible and invisible sprites

2002-04-09 Thread noelle cheng
Hi, I do apologise for posting another message to the list today, but I have yet another question to ask. On the screen, I have a button sprite, a, which controls another sprite, b, which is supposed to be invisible. When I click on the sprite a, sprite b, becomes visible. Then sprite

Re: lingo-l visible and invisible sprites

2002-04-09 Thread Howdy-Tzi
At 00:08 +0800 04/10/2002, noelle cheng wrote: I do apologise for posting another message to the list today Well you should too. There's nothing more annoying than having people post and post and post. (I'm kidding, of course! ;) I used the following code. Yet Sprite b is already visible

RE: lingo-l Text cursor still shows after moving text box offst age!

2002-04-09 Thread Watson, Christopher
Thanks, Buzz...the scrollTop force-feed worked. -Christopher -Original Message- From: Buzz Kettles [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 4:46 PM To: [EMAIL PROTECTED] Subject: RE: lingo-l Text cursor still shows after moving text box offst age! have you tried either

Re: lingo-l may behaviors originally written in D7 be used in D8.5?

2002-04-09 Thread Buzz Kettles
if you are using D8.5, the Behavior Library includes updated versions of the behaviors with the Find/Replace already done for you. -Buzz At 4:36 PM +0100 4/9/02, you wrote: noelle cheng [EMAIL PROTECTED] wrote: I have used a behavior originally written in D7 by James Newton for my

RE: lingo-l visible and invisible sprites

2002-04-09 Thread Malcolm Beddows
start by making a movie script with the sprites visibility set to 0 then us this script: on mouseUp sprite(250).visible = not sprite(250).visible end hope this works -Original Message- From: noelle cheng [mailto:[EMAIL PROTECTED]] Sent: 09 April 2002 17:08 To: [EMAIL PROTECTED]

Re: lingo-l quiz creation

2002-04-09 Thread noelle cheng
However, there are many ways to store the questions. For a different approach, check out my article on Data Cast Members also on Director-Online at: http://www.director-online.com/accessArticle2.cfm?id=442 In the last part of this article, I describe how you can store and access

lingo-l Passing Parameters into Flash from Director

2002-04-09 Thread Chris Rasmussen
I'm aware of the callFrame command, used to call an ActionScript from a Director event. But is there a way to pass variables directly to an ActionScript? My client wants to use a Director slider to control the volume of sound in a SWF, and he doesn't want to put it in the Flash movie itself.

Re: lingo-l quiz creation

2002-04-09 Thread Irv Kalb
Hey, that's a good one. It looks like the good folks at DOUG have a bad link. Booky was the name of the hard disk on my old Mac! It should point to somewhere on DOUG's site. I'll send you a copy of the proper files off-list. Irv At 1:19 AM +0800 4/10/02, noelle cheng wrote: However,

Re: lingo-l visible and invisible sprites

2002-04-09 Thread Howdy-Tzi
At 01:02 +0800 04/10/2002, noelle cheng wrote: Am I correct to say that these two lines of code remain? on mouseUp set the visible of sprite (250) =true end on endSprite set the visible of sprite (250) =true end I placed the line of code provided onto sprite b. However, when I

lingo-l LineCount issue

2002-04-09 Thread Luna 17
Hello. I try to use member(numb).lineCount but Director always shows me script error. In all of the cases - I tryed to use not HTML formatted texts, large areas, small ones - I always get the script error. Why is it so? Thanks, Luna. [To remove yourself from this list, or to change to digest

RE: lingo-l LineCount issue

2002-04-09 Thread Thomas Higgins
Fields: member(field).lineCount Text: member(text).line.count Cheers, Tom -Original Message- From: Luna 17 [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 10:46 AM To: [EMAIL PROTECTED] Subject: lingo-l LineCount issue Hello. I try to use member(numb).lineCount

Re: lingo-l LineCount issue

2002-04-09 Thread Dale Withroder
numLines=member(myName).line.count note the dot between line and count At 09:46 PM 04/09/2002 +0400, you wrote: Hello. I try to use member(numb).lineCount but Director always shows me script error. In all of the cases - I tryed to use not HTML formatted texts, large areas, small ones - I

lingo-l list all files inside a folder (that has many folders in it)?

2002-04-09 Thread Changhsu P. Liu
Is there a way to list all the files inside a folder where there are many folders inside a folder and more folders inside each individual folders. I can use baFolderList to find all the folders and go inside each folder to find all the files with baFileList, but I can only go a specified

Re: lingo-l Tempo Changes any time effects channels are manipulated.

2002-04-09 Thread Chad Mefferd (Morris Publishing)
on 4/9/02 10:06 AM, Howdy-Tzi at [EMAIL PROTECTED] wrote: SNIP Odds are pretty good that you'll discover some bit of code buried someplace is using a puppetTempo command. Odds are pretty good I'm a lazy oaf! I found the problem on a sound clip with cue points I copied over from another

Re: lingo-l Tempo Changes any time effects channels are manipulated.

2002-04-09 Thread Howdy-Tzi
At 14:36 -0500 04/09/2002, Chad Mefferd (Morris Publishing) wrote: I get no results for puppetTempo anywhere in my casts. Hell. Try a search for tempo (no quotes) and uncheck the whole words only option. Something someplace must be resetting your framerate. Now that I think about hit, how

RE: lingo-l list all files inside a folder (that has many folders in it)?

2002-04-09 Thread Kerry Thompson
Is there a way to list all the files inside a folder where there are many folders inside a folder and more folders inside each individual folders. Here's a little utility I wrote to do just that. You'll notice that it's recursive--that's the best way to do something like this. --

Re: lingo-l play soundfile problems

2002-04-09 Thread Wobbly
This is really reminiscent of something else I seem to recall reading about a year ago regarding Win2K and the preferred driver that Director uses when it's playing sounds. Try getting into your movie's list of Xtras and removing everytihng except MacroMix; try another one using just the QT

lingo-l problems with streaming swa in dcr

2002-04-09 Thread Robert Wright
Hello All - I have an odd behavior occurring in a dcr of mine. This dcr has a single inserted swa file that it is pointing to. This swa file contains a number of cue points. I'm using the 'on cuePassed' handler to determine when to go to the next frame (works like a bulleted list slide show.)

Re: lingo-l visible and invisible sprites

2002-04-09 Thread noelle cheng
Hi, Well, you need to make sure that sprite b is in channel number 250. If it's not this won't work. It's done. Also, make sure you add the 'me' keywords if these are behaviors. This was done too. As suggested you can also do this: on mouseUp me sprite(250).visible = not (

RE: lingo-l visible and invisible sprites

2002-04-09 Thread Kerry Thompson
on endSprite me sprite(250).visible = TRUE END endSprite After a pause, whether there is a mouseup or not, sprite b becomes permanently visible. There's your clue right above--when the playback head passes out of sprite a's sprite span, you get an endSprite message, and

lingo-l Character substitution

2002-04-09 Thread Kerry Thompson
There's gotta be a better way to do this (and I should know it). I need to convert some high-ANSI Spanish characters to their unaccented ASCII equivalents. For example, ó (that's o with a right-accent, if it doesn't make it across e-mail) needs to be o, no accent. Basically, I need to remove all

RE: lingo-l Character substitution

2002-04-09 Thread Kerry Thompson
Wouldn't something like this work? repeat while offset(stringToCheck,charToFind) -- get the found character's position in the string tCharNum = offset(stringToCheck,charToFind) -- put in the replacement character put replacementChar after stringToCheck.char[tCharNum] --

Re: lingo-l visible and invisible sprites

2002-04-09 Thread noelle cheng
Hi, You probably need to loop with something like on exitFrame go the frame end This script has always been there in the score. Either that, or move the code to make sprite 250 visible to another place, where you really want it to become visible. How do I accomplish this? Noelle

RE: lingo-l visible and invisible sprites

2002-04-09 Thread Kerry Thompson
This script has always been there in the score. Is it a frame script? It needs to be in a frame before the end of the sprite a span. Either that, or move the code to make sprite 250 visible to another place, where you really want it to become visible. How do I accomplish this?

Re: lingo-l problems with streaming swa in dcr

2002-04-09 Thread Buzz Kettles
I'd check the Shockwave installation. perhaps you have a corrupted Xtra? btw: what version of Director? hth -Buzz At 4:48 PM -0500 4/9/02, Robert Wright wrote: Hello All - I have an odd behavior occurring in a dcr of mine. This dcr has a single inserted swa file that it is pointing to.

Re: lingo-l play soundfile problems

2002-04-09 Thread Buzz Kettles
Don't yank the soundDevices. Warren is mistaken - that shouldn't do a thing except make sound worse. Just to remind everyone, PCM .WAV files are the 'normal' kind. If you want to support IMA.WAV, it might work if you include the Sound Import Export (it includes support for IMA-WAV

RE: lingo-l visible and invisible sprites

2002-04-09 Thread chenggc
Hi, This script has always been there in the score. Is it a frame script? It needs to be in a frame before the end of the sprite a span. Yes it is.It's always been there. Either that, or move the code to make sprite 250 visible to another place, where you really want it to become

Re: lingo-l User to draw a shape

2002-04-09 Thread Buzz Kettles
if they're clicking on the stage, then make a frame script do the work, but if you need to use the frame script for something else, then use a background sprite with a behavior on it. create the shape on the fly (use score recording to make the sprite new(#shape) to make the member). Use

lingo-l Print

2002-04-09 Thread Reena Ravindran
Hi Is there anyway to print a particular screen from within the presentation i.e if a user wants to print all the matter that is there on the a screen can it be printed at a click of a button. Reena [To remove yourself from this list, or to change to digest mode, go to