Re: lingo-l queued sounds

2001-06-14 Thread Michael Nadel
When a queued list of sounds is playing, I did notice that you can monitor this: sound(n).member.membernum The question though is, does anyone have any ideas how I could monitor it as it plays, and get Director to execute a handler each time sound(n).member.membernum changes? Thanks for any

RE: lingo-l please help!

2001-06-14 Thread Pekka Buttler
This is what we in finald call a rautalankaväännelmä, which means it is not exactly elegant, but its should work: Create an object or a moviescript which checks for changes in the members of all soundchannels The code below is untested, but it's purpose would be to check for changes in the

RE: lingo-l Problem....

2001-06-14 Thread Malcolm Beddows
Hasta, You are a supa star - I thought i had eliminated all the obvious/silly possibilities, but hey - just checking that i'm still human, thanks again for your help - Mango - -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 13, 2001 9:26 PM

Re: lingo-l queued sounds

2001-06-14 Thread Bjarne Nyquist
The question though is, does anyone have any ideas how I could monitor it as it plays, and get Director to execute a handler each time sound(n).member.membernum changes? I just tried this which worked just fine. Of course I wouldnt use the idle handler in a real project. Did it just to test

SV: lingo-l free upgrade?

2001-06-14 Thread theLingorian
Pekka: Obviously you have not been working with Director for more than a short while. D7.02 was a free bugfix upgrade. D4.04 too... Can't recall more but there surely have been several. theLingorian Nope... If there was, how would macromedia make money? Pekka Does any one know

RE: lingo-l free upgrade?

2001-06-14 Thread Alexandre Cop
D7.02 was a free bugfix upgrade. D4.04 too... Yes, but D702 was released before D8. As for D404, I can't say, I wasn't around ;p ... Alex ... [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, email

Re: SV: lingo-l free upgrade?

2001-06-14 Thread Mark A. Boyd
At 02:14 14/06/2001, you wrote: D7.02 was a free bugfix upgrade. D4.04 too... D5.01 D6.02 AFIAK, D8 is the only one that didn't get a patch. -- Mark A. Boyd Keep-On-Learnin' :) [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi

Re: SV: lingo-l free upgrade?

2001-06-14 Thread Roman Pekarek
D7.02 was a free bugfix upgrade. D4.04 too... D5.01 D6.02 AFIAK, D8 is the only one that didn't get a patch. yes .. Lot of patches , but problems with Fonts are still there .. In all versions .. Pytkin [To remove yourself from this list, or to change to digest mode, go to

Now it's off topic lingo-l free upgrade?

2001-06-14 Thread theLingorian
Hehe, I was just pointing to the fact that there indeed excists free updates/patches and that Pekka were completely wrong about the comment about Macromedia's o n l y wish to make money. If a software company sells an application with lots of bugs in it and not offer free patches there would

Re: lingo-l Fonts- Win v/s mac:

2001-06-14 Thread schmidt-r
Fonts on Win and Mac almost never look the same. This is not only in Director. Have you checked the fonts on both platforms in any other program? There are ways to manipulate the fonts and the spacing in Macromedia Fontographer. But this is complicated. You could also generate a Win-font on the

lingo-l rgb to integer and back

2001-06-14 Thread Stefan Keller
hi your great list, source of wisdom inspiration... anyone knows how to convert rgb to integer back??? refering to the get/set pixel commands. doing rtfm only comes up with xtrct alpha by int/power(2,24) but how to get r, g or even b?? mm´s mystery... thnx, stefan Stefan Keller Popcoins AG

Re: lingo-l Fonts- Win v/s mac:

2001-06-14 Thread Roman Pekarek
Fonts on Win and Mac almost never look the same. This is not only in Director. Have you checked the fonts on both platforms in any other program? There are ways to manipulate the fonts and the spacing in Macromedia Fontographer. But this is complicated. You could also generate a Win-font

lingo-l saving content with shockwave

2001-06-14 Thread Thorfinn LongBeard
I was requested with a feature that i never approached in director... I'm building a shockwave applet which mixes some music tracks, and then is required to save the resulting mixed tune into a file on the local webserver for users to access them later on. Is out there anyone who can point me to

Re: lingo-l rgb to integer and back

2001-06-14 Thread Terry R. Schussler
At 12:55 PM +0200 6/14/01, Stefan Keller wrote: hi your great list, source of wisdom inspiration... anyone knows how to convert rgb to integer back??? refering to the get/set pixel commands. doing rtfm only comes up with xtrct alpha by int/power(2,24) but how to get r, g or even b?? mm´s

lingo-l BIG problem with lingo (don't have any clue here)... Please help

2001-06-14 Thread Gabriel Gheorghiu
Hello, I just encountere a big problem. I have a project which is now modified to work as shockwave. In order to import the text files, i use the standard net lingo. So, i start the getNetText, and then i loop the frame and check netDone. Note: This script works wonderfully in 2 of the 3 parts

Re: lingo-l rgb to integer and back

2001-06-14 Thread Colin Holgate
but how to get r, g or even b?? mm´s mystery... myColor = rgb(12,34,56); put myColor.red -- 12 put myColor.green -- 34 put myColor.blue -- 56 That doesn't help. The integer in question would be something like 16049358. I'm trying various things to get the conversion myself, and I'm doing

Re: lingo-l please help!

2001-06-14 Thread 903939N
From: Roy C. Crisman Uh...just look at the count() of the playList? Just tested... on soundStuff repeat with i = 1 to 50 sound(5).queue(member The Microsoft Sound) end repeat end then, in the message window... -- soundstuff() sound(5).play() put sound(5).isbusy()

lingo-l OT Any Experience with Video CD format with Director?

2001-06-14 Thread David Pexton
Hello I am just trying to find out if anyone has had any experience with the Video CD format and used it with Director in Anyway. I would like to see if it is possible to make a director interface that runs a video in Video CD format. Thanks Dave

Re: lingo-l rgb to integer and back

2001-06-14 Thread Colin Holgate
but how to get r, g or even b?? mm´s mystery... myColor = rgb(12,34,56); put myColor.red -- 12 put myColor.green -- 34 put myColor.blue -- 56 That doesn't help. The integer in question would be something like 16049358. I'm trying various things to get the conversion myself, and I'm doing

Re: lingo-l OT Any Experience with Video CD format with Director?

2001-06-14 Thread Roman Pekarek
I am just trying to find out if anyone has had any experience with the Video CD format and used it with Director in Anyway. I would like to see if it is possible to make a director interface that runs a video in Video CD format. I thing MPEG Xtra can play VCDs Pytkin [To remove yourself

lingo-l placing sound in a specific channel

2001-06-14 Thread William Miller
When ever I use the puppetsound to play a sound cast member the sound in the cast is in channel 3.how do I get director to place the sound in another channel so I can control sounds in different channls -- [To remove yourself from this list, or to change to digest mode, go to

RE: lingo-l Projector launching exe, NT error

2001-06-14 Thread Pekka Buttler
If your extras are packaged internally (inside projector) there's a possibility that that might be what's causing the error. In the macromedia Technotes there's a technote about this, which is called error type - 34.. Look it up. Pekka -Original Message- From: [EMAIL PROTECTED]

Re: lingo-l placing sound in a specific channel

2001-06-14 Thread Tab Julius
Like so: puppetSound 2, whatever places the sound in channel 2. At 11:58 AM 6/14/02 -0700, William Miller wrote: When ever I use the puppetsound to play a sound cast member the sound in the cast is in channel 3.how do I get director to place the sound in another channel so I can control

lingo-l Projector launching exe, NT error

2001-06-14 Thread Brian Piper
Alright, here's some more details...basically, we created a projector, which launches another exe, that launches a .dxr (long story, client couldn't get source, etc.), and that second .exe quits when it's finished, returning them to the original program. It works fine on all our machines here,

lingo-l miaw

2001-06-14 Thread JUAN COLON
hi everyone, I did a projector with about 8 MIAW's. when I click on the button that activates the MIAW it gives me an open dialog box and then a director player error. how can I include the MIAWS with the projector JUAN-NYC _

Re: lingo-l placing sound in a specific channel

2001-06-14 Thread William Miller
Thanks. -- [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, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!]

RE: lingo-l netdone() neterror()

2001-06-14 Thread Thomas Higgins
Do you have a cached copy of whatever document you are trying to retrieve? If you retrieve the file, then pull the ethernet cable, then attempt a file retrieval again, you won't get any error because the local cached copy will be used. Add a ? to the end of the file's URL to always force a

Re: lingo-l netdone() neterror()

2001-06-14 Thread Pete Carss
I thought that:- problem is I don't get anything back (as I would expect) this is what I need to test for. Is there a better way of simulating a network error - I don't have control over the server where the scripts are sitting? Pete On Thursday, June 14, 2001, at 05:35 PM, Thomas Higgins

Re: lingo-l queued sounds

2001-06-14 Thread Buzz Kettles
The Director 8 sound control Lingo IS in need of some way of identifying that the sound playlist has advanced. An generated event would be really nice. Having a cue points at the beginning and end of each sound should facilitate this. btw: monitoring for a change in sound().member or

RE: Now it's off topic lingo-l free upgrade?

2001-06-14 Thread Buzz Kettles
At 5:50 PM +0300 6/14/01, Pekka Buttler wrote: I know. I've withnessed the following !free! updates myself: 4.04 5.01 6.01 6.02 (D6 projector patch) 7.02 What greatly annoys me, is that D7.02 did not fix even half of the known problems, and included support for new media types, making it an

Re: lingo-l placing sound in a specific channel

2001-06-14 Thread Buzz Kettles
perhaps one could read the Lingo Dictionary? puppetSound whichChannel, whichCastMember But instead, I would suggest using the new Sound Control Lingo introduced in Director 8. sound(whichChannel).play(whichCastMember) -Buzz At 11:58 AM -0700 6/14/02, William Miller wrote: When ever I use

Re: lingo-l How can I flush the event buffer?

2001-06-14 Thread R. Bhakti Klein
flushInputEvents was a nice addition to D8, and works perfectly on the Mac. In my experience, windows can still buffer clicks, even using flushInputEvents. however you filter out clicks, by covering up the buttons with an invisible shape, by changing the mousedownscript, or any other way, it

RE: Re: lingo-l calendar stuff

2001-06-14 Thread Robert Wingate
Colin wrote: http://page-a-day.com/preview/index.html? On the perpetual-calendar subject, here's a fun one I did in D6 days: lots of world holiday audio, animation screens for each month, and a v12 datebook (it remains one of my favorite apps):

RE: lingo-l queued sounds

2001-06-14 Thread jp
I've tested against currentTime in the past and ,unfortunately, that isn't really accurate enough. When testing for currentTime (as you know) you can't evaluate equality. You can only evaluate or . This means that you can't evaluate for = 0, or even 0 because the result will ALWAYS be 0. The

Re: lingo-l Fonts- Win v/s mac:

2001-06-14 Thread schmidt-r
Hi Pytkin. I have never had a crash when selecting or embedding a font. The problem with the national characters certainly is no Director problem. If the national characters work fine in any other program (MS-word for example) but not in Director, write your text in the other program, then copy

Re: lingo-l Subscripts and superscripts and Lingo

2001-06-14 Thread Dale Withroder
you could try fonts: bookshelf symbol 1 for super, and bookshelf symbol 2 for sub that was my solutionthey come default with win 9x(i think) At 11:45 AM 06/13/2001 -0700, you wrote: I want the users of one of my Shockwave movies to be able to type text with a mixture of normal

RE: lingo-l pauses in queued sounds?

2001-06-14 Thread jp
If you're tight for memory (cast size or otherwise) and you don't want to carry around a bunch of blank sounds you can also the following simple tricks: 1. One 500ms castmember that you can either (a) queue multiple times or (b) define a #loopCount for the duration you need. (c) Use #startTime

lingo-l Saving user selections to disk- FileIO or baWriteIni

2001-06-14 Thread Gene Fritzinger
Hello List, I'm working on an app that needs to save user selections to disk. In the past, I have use FileIO to do this sort of thing, but this time I'm considering using Buddy API's baWriteIni because it's much simpler. Can anyone think of any reasons why I should not do this? Thanx in

lingo-l Black flash after quicktime movie

2001-06-14 Thread Brian Farmer
Hello all, I have searched high and low but cannot find a solution to my black flash after the Quicktime movie finishes. I have a Hybryd CD. The Mac side shows no sign of it. But my PC has it. After the movie finishes, I am going to another movie. Could this be my problem? Thanks, Brian

RE: lingo-l Black flash after quicktime movie

2001-06-14 Thread Al Hospers
I have searched high and low but cannot find a solution to my black flash after the Quicktime movie finishes. I have a Hybryd CD. The Mac side shows no sign of it. But my PC has it. After the movie finishes, I am going to another movie. Could this be my problem? Brian, search the archives

RE: lingo-l Saving user selections to disk- FileIO or baWriteIni

2001-06-14 Thread Ken Prat
I've been using it for years. It works famously. Last time I checked it seemed to have an upper limit on the size of any particular pref. (~256 characters) Hello List, I'm working on an app that needs to save user selections to disk. In the past, I have use FileIO to do this sort of thing,

No Subject

2001-06-14 Thread Geoffrey DiMasi
I am trying to open a file called main that is in a subdirectory called violin. I can open the file if it is in the same directory with the following code: on mouseup the windowlist = [ ] open window main end Does anyone have any idea how to modify this code to make it happen? Also, when

RE: lingo-l Saving user selections to disk- FileIO or baWriteIni

2001-06-14 Thread Al Hospers
I'm considering using Buddy API's baWriteIni because it's much simpler. Can anyone think of any reasons why I should not do this? no reason why not. if you have it, use it. hth Al Hospers CamberSoft, Inc. alatcambersoftdotcom http://www.cambersoft.com A famous linguist once said: There is

RE: lingo-l Saving user selections to disk- FileIO or baWriteIni

2001-06-14 Thread Ken Prat
Last time I checked it seemed to have an upper limit on the size of any particular pref. (~256 characters) for some reason I seem to remember that may be a limit on INF/INI files Yeah, a throwback to the old Windows SDK when everyone used ini files... [To remove yourself from this

lingo-l Sprite does not keep the rect() setting

2001-06-14 Thread Centre Generation Emploi
Hi, Basically I want to move an object by clicking on the objec then clicking on the destination (no dragging). I have 2 sprites (1 and 2) acting as placeholders for a 3rd sprite(3). At start, sprite(3) is placed on sprite(1). When I click on sprite(2) then sprite(3) moves to sprite(2) using

Re: lingo-l Sprite does not keep the rect() setting

2001-06-14 Thread Kerry Thompson
When I click on sprite(2) then sprite(3) moves to sprite(2) using this code sprite(3).rect sprite(2).rect That works fine, except that sprite(3) quickly moves back to its original location. Does it help if you puppet the sprite? Cordially, Kerry Thompson [To remove yourself from this list,

Re: lingo-l Black flash after quicktime movie

2001-06-14 Thread Damian Lopez
hi brian place last frame graphic(screen shot) of the Quicktime movie behind the Quicktime movie clip and refresh the stage before going to another movie. damian From: Brian Farmer [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: lingo-l Black flash after

lingo-l fileIO irregularity

2001-06-14 Thread Steve Bolton
sorry - not fileIO! Hi all, D8, PC, low IQ? I need to open a text file, which is in the same folder as the projector, in wordpad from a projector. I'm using open the moviePath myfile.txt with C:\windows\write.exe The problem is - wordpad opens but I get an error message saying file

lingo-l fileIO irregularity

2001-06-14 Thread Steve Bolton
Hi all, D8, PC, low IQ? I need to open a text file, which is in the same folder as the projector, in wordpad from a projector. I'm using open the moviePath myfile.txt with C:\windows\write.exe The problem is - wordpad opens but I get an error message saying file My (etc.) not found.

Re: Now it's off topic lingo-l free upgrade?

2001-06-14 Thread LePhuronn
If Pekka thinks that's what's going on in this world I'd only like to say; get real. OK, Pekka may be wrong on this, but can we keep the pseudo-personal attacks off this list please? I've already posted once before with my concerns on misunderstood tones in posts and I would rather not see

Re: lingo-l Calling Handlers from Queued sounds (was please help!)

2001-06-14 Thread LePhuronn
Two things... Firstly, how about changing your approach. You have the sounds all nicely queued up, so why not use a handler to actually start the sounds playing. This way you have a peice of code that runs as each sound plays. Secondly, if you post your question with a more useable subject

Re: lingo-l free upgrade?

2001-06-14 Thread LePhuronn
Does any one know if there's a free upgrade for Director 8, just to fix some bugs Nope... If there was, how would macromedia make money? I think he was referring to something like the Director 7.02 updater for D8 - that one WAS free However, the answer is still no - the amount of extra work

Re: lingo-l Fonts- Win v/s mac:

2001-06-14 Thread LePhuronn
Fonts on Win and Mac almost never look the same This is because Microshaft...sorry, I meant Microsoft use an entirely different font size and generation routine to EVERYBODY ELSE IN THE INDUSTRY. There are four exceptions to this: Arial, Tahoma, Verdana (the Mac version is a pain to get) and

RE: lingo-l free upgrade?

2001-06-14 Thread Chris Masiero
Hmm what about a free bug fix. They fixed a lot of bugs that should not of been in director 8, and some people may not want to us the new stuff in 8.5, but would still like the bugs fixed. -Original Message- From: LePhuronn [mailto:[EMAIL PROTECTED]] Sent: Friday, 15 June 2001 1:37 AM