Re: lingo-l Sprite not staying with mouseLoc

2000-09-13 Thread Luke Wigley
snip ...Everything is great so far. Now the problem, when the user clicks on the sprite that he/she want and drags it to the work area the sprite is suppose to stay with the mouseLoc. If they move to fast the sprite doesn't stay with the mouse but moves parallel with it (offset). Also

lingo-l Changing the colour of hyperlinks

2000-09-13 Thread Dan Smith
Howdy I want to be able to change the colour of my text hyperlinks in Director cause, as useful as the standard blue is, it just ain't all that pretty. My Director 7 Demystified book says that the html formatting of a hyperlinked text member can be both tested and set (P.983). When I tested it

Re: lingo-l Sprite not staying with mouseLoc

2000-09-13 Thread Fumio Nonaka
Hi Luke, I understand your point. But how about using 'actorList' and 'on stepFrame' handler. It doesn't need 'if test' either. Are there any reason you prefer 'ancestor' approach? _ Luke Wigley wrote: PS - This approach might appear a little more complicated than necessary since it uses

RE: lingo-l how to set the PARAM of object in director 7 or 8?

2000-09-13 Thread Robert Wingate
Leo Huang wrote: i don't know how to set the param of object in lingo, it should like this in html: PARAM NAME = "MODE" VALUE = "DataOnly" I don't doubt you've been having a problem with this -- "MODE" is not a valid PARAM name. Try this link to see your options:

Re: lingo-l Changing the colour of hyperlinks

2000-09-13 Thread Dan Smith
Cheers James, I got the behaviour down and tested it out - it worked fine I also tried out the no-more-gaps string and that worked great too - i think i'll stick with this for basic link recolouring/redefining as I can throw it on keyframes and redefine the links when the playback head passes

Re: lingo-l more property lists

2000-09-13 Thread Oliver
One rule of thumb to keep in mind regarding syntax. Don't mix dot syntax with the older syntax on the same line Would the followong be considered as a mixed dot sintax: .. if NOT voidP(getAProp(gTrackingSystem, #userData)) then if NOT voidP(getAProp(gTrackingSystem.userData,

lingo-l calculating dates

2000-09-13 Thread Bjarne Nyquist
List Anyone who knows how to use dates in calculations. I want to add a certain number of days to a date. Both "the date" and date() returns strings which makes it quite complex to create a "date calculator of Your own. This is what my computer does (Win98 Swedish) put the date --

Re: lingo-l calculating dates

2000-09-13 Thread Colin Holgate
I want to add a certain number of days to a date. Both "the date" and date() returns strings which makes it quite complex to create a "date calculator of Your own. To get this date as a Date type, you want to use the systemdate, not date(): put the systemdate -- date( 2000, 9, 13 ) and then

lingo-l Audio and NT4.0

2000-09-13 Thread sam
Dear Peeps, In my years as a Director developer I have experienced a lot of problems when using sound under NT. Most recently, under NT 4.0, I have found that a game we are developing seems to have sound playback problems (using MacroMix) both when authoring and from the web. Our shitty Windows

Re: lingo-l Audio and NT4.0

2000-09-13 Thread Kent Porter
Sam, I've had many sound related issues with windows (95,98,NT). What format are you importing your sound files as? I've had alot of success with aiff's. Also, having several media players on one windows box seems to agggrivate these issues. -Kent [To remove yourself from this list, or

lingo-l cuepoints do not work after movie is saved in shockwave format

2000-09-13 Thread Frank Lichtlin
Fellow Director Users, Having some trouble. Have wave files in my movie that contain cue points. I am using LINGO to test to see if the cue point is reached and if it is the movie continues. These cue points all work fine in the authoring mode. The minute I save this movie in the Shockwave

Re: lingo-l Audio and NT4.0

2000-09-13 Thread sam
The sound files are SWAs as converted from WAVs using Dircetor. I have used AIFFs before to good effect now you mention it but SWAs should be cool I would have thought? The quality of them is rubbish and the file size very small! Any ideas? Sam.

Re: lingo-l cuepoints do not work after movie is saved in shockwave format

2000-09-13 Thread Linda Helgesson
I don´t exactly know what you mean, but I have a problem like this before summer. I had set cue points in a qt file and it works fine when look at it on the computer from harddisk, but when i burn them it was lost. So what happens was that the qt file lost the preload function in the text track

lingo-l Draw command

2000-09-13 Thread John Horn (Home)
I am creating a pencil tool using the draw command. What I have done works, but the problem I am having is if you move the mouse to fast then you get dotted lines. Anyone know how I came make this work so that you will not get dotted lines, or maybe there is a better way than using the Draw

RE: lingo-l Draw command

2000-09-13 Thread Robert Wingate
or maybe there is a better way than using the Draw command. Try using a sprite for your pencil tip, setting its loc to mathch the mouseLoc, vanish the cursor, and set the pencil tip's trails on off with mouse clicks. HTH, Rob /* * Rob Wingate, Software Human

lingo-l nice design

2000-09-13 Thread Kent Porter
BTW, very fresh design on your company site.!!! dig it. [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

Re: lingo-l OT: Audio Xtra

2000-09-13 Thread Kent Porter
I have a similiar problem with 98 before, thought the problem dissapeared on a different test box. You do realize, of course, macromedia doesn't OFFICIALLY support 98 as a platform for projectors. Sound has been an issue for projectors on 98 from day one. Try the same .exe on a different

lingo-l problem with the commandDown in a MIAW

2000-09-13 Thread Robert Wright
Hello - I'm having trouble getting a clipboard features behavior to work on a field in a MIAW. I've narrowed it down to the lingo within an "if the commandDown..." statement is never getting called. I've tried just using this simple script: on keyDown me if the commandDown then beep end This

Re: lingo-l OT: Audio Xtra

2000-09-13 Thread Kerry Thompson
We are having trouble with Audio _Xtra for win98 On random computers it throws back an error -8800 wich means it´s unable to open the xtra, becuse it´s busy. Fair enough. But nothing is keeping the soundchannels busy. Anyone had this problem??? Funny, I just fixed this exact problem, with

RE: lingo-l problem with the commandDown in a MIAW

2000-09-13 Thread Robert Wingate
Any clues as to why this would be the case? The window probably doesn't have focus anymore, and depending on the situation, this is what happens. Each movie can have its own keyDownScript though -- I'd suggest dropping your MIAW's keyDown functionality into a keyDownScript handler. Then in

lingo-l quicktime export from projector?

2000-09-13 Thread grimmwerks
Say.is there a way to use the Quicktime Export xtra from a projector? [http://www.grimmWERKS.com ]-- [ graphic design -|- sound design -|- shockwave -|- lingo -|- cdrom ] [To remove yourself from this list, or to change to digest

Re: lingo-lOT: How to formulate cd-rom price?

2000-09-13 Thread Kerry Thompson
I have a problem: Actually, the problem is probably this is the wrong forum (that's why I added OT to your subject). We're mostly programmers here--you need the advice of a good business manager. How to formulate cd-rom price? Supply and demand. But you're asking the wrong question. You're

lingo-l MIAW not playing right!

2000-09-13 Thread Carlos Ferrao
Hello List, I'm trying to create some sort of a "study tour" along a river stopping at certain points(with Dir 7). I want to use a button to display a map to show where the user is in each step. The map is a simple movie which i'm trying to run as a MIAW and it simply displays

RE: lingo-l Debugging Shockwave

2000-09-13 Thread Mark R. Jonkman
Put it in the shockwave folder perhaps?? c:\windoze\system\Macromed\Shockwave8\shockwave.ini :) works great for me, provided that you didn't modify anything else that was suppose to be there. Of course I'm assuming you've already done all that and are still having problems but I thought its

lingo-l Which dswmedia?

2000-09-13 Thread Kerry Thompson
From Shockwave, can I freely write to and delete files from dswmedia? Or anywhere on the disk? Mac and PC. If so, I have 3 dswmedia folders on my Windows hard drive. Of these, which should I use?: Windows\System\Macromed\Shockwave Windows\System\Macromed\Shockwave 8 Program Files\Encompass

Re: lingo-l Debugging Shockwave

2000-09-13 Thread Irv Kalb
At 9:36 PM -0700 9/13/00, Kerry Thompson wrote: I know there is a way of getting more verbose error messages in Shockwave--something more helpful than the infamous "Script error." Kerry, If you haven't done this - try putting your .dir on the server instead of the .dcr. (Thanks to Stephane

RE: lingo-l Which dswmedia?

2000-09-13 Thread Mark R. Jonkman
Actually Kerry it is a little more complicated than that. The DSWMedia folder is always contained within the shockwave folder, its exact location will vary according to OS etc.. However, your notice of multiple dswmedia folder's is fairly easy to explain, at least the first 2, the 3rd one is

RE: lingo-l Debugging Shockwave

2000-09-13 Thread Mark R. Jonkman
Hi Irv Is that a Mac thing or something? haven't ever had a problem using the shockwave.ini to get a message window on a PC. Just curious. Sincerely Mark Mark R. Jonkman Mark R. Jonkman Consulting ADDRESS: 20 Windermere Crt., Guelph, ON, CANADA

RE: lingo-l Debugging Shockwave

2000-09-13 Thread Mark R. Jonkman
Only affects your box, the enduser generally isn't sitting on your machine. However if the enduser is brilliant than they might know that they can do the same on any box. So it definitely isn't limited to a development machine, anyone anywhere can do it without a hitch. Except Mac users don't

RE: lingo-l Debugging Shockwave

2000-09-13 Thread Kerry Thompson
Is that a Mac thing or something? haven't ever had a problem using the shockwave.ini to get a message window on a PC. Well, I'm not Irv, but yes, that is a Mac thing. The line MessageWindow=1 only works on Windows. On a Mac, the errors are written to a log file, not to a message window.