lingo-l Re: (OT) Mac: move up a folder

2004-10-12 Thread Cole Tierney
I'm wanting to construct a full path to feed to FileXtra4 (which doesn't support '@' and variants), but having given it some more thought all I need to do is drop a directory when re-constructing the path at run time thus by-passing any need for ..\ or whatever. That seems to be the most

lingo-l Re: buddyAPI's baCopyFileProgress hogs the computer

2004-09-29 Thread Cole Tierney
The issue is that *all* lingo stops while it's copying (in my case, a 100MB file which takes time). Within my Flash copying... sprite, I have a Cancel button, but it doesn't register as clicked while copying is going on. I've seen this too. Not sure that there are any workarounds. Love to know if

Re: lingo-l Collating multiple returns from sendAllSprites

2004-08-24 Thread Cole Tierney
The problem is though is that the return value for, say, checkbox #2 will overwrite the value of checkbox #1 before i can collate all results to total them up, and given my post-injury fatigue my brain has gone dead on how to get around it lol. You could try passing a list around: -- calling

Re: lingo-l Collating multiple returns from sendAllSprites

2004-08-24 Thread Cole Tierney
I use a simpler, sloppier technique: global someglobal someGlobal?! Time for bath, you! ;) But if you're collaborating with another programmer who happens to be fond of the name someGlobal you could play it safe by preserving and restoring it's contents before and after using it. -- Cole [To

Re: lingo-l flash members vs. bitmap members

2004-08-21 Thread Cole Tierney
I don't have much experience yet using flash members (but just bought flash mx 2004 pro, eagerly working my way through the training), but my question is, is it better to use the trusty old way of using alternating bitmaps for this, or to use flash animations (imported SWF files). In terms of

Re: lingo-l OT: mastering OS X CD-ROM to open a folder when disk is inserted

2004-08-09 Thread Cole Tierney
With Toast 5, it used to be that if one of the folders in your partion is open when you record a Mac-volume CD-ROM, then this folder will open when you insert the CD-ROM. With my Toast 6 in OS X 10.3.4, this doesn't work: when the CD-ROM is inserted, no folders open automatically. Is there a

Re: lingo-l All those DLLs

2004-07-15 Thread Cole Tierney
How's everyone today? Good. You? Regarding Dirapi.dll, Iml32.dl, msvcrt.dll and Tbrsrc.dll, is it better to have them sitting next to the projector or within the xtras folder? I think it's cross platform consistent to put them beside the projector. Either macos or windows will also look in the

Re: lingo-l Really unloading members

2004-06-28 Thread Cole Tierney
I need to unload members from memory, and unloadMember doesn't seem to be working. Dir MX, Win XP Pro and Mac OS X (Panther). If these assets are in an external cast you could temporarily unplug the cast by setting it's filename to an empty place holder. If not, you might try to go movie some

Re: lingo-l net params

2004-06-11 Thread Cole Tierney
How to pass some params to the shockwave movie like in HTML pages: I'm not sure exactly what you're wanting to achieve, but here are some options: You can send a property list with getNetText or postNetText commands. See the docs for syntax and examples. To have a SW movie read information from

Re: lingo-l net params

2004-06-11 Thread Cole Tierney
Here's a php example if you're interested: http://vt80.net/~putnam/extern_param.php?param=1 -- Cole [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 [EMAIL

Re: lingo-l OS X permissions issue? - projector -- launch app (OK) -- app to write txt file (NOT OK)

2004-05-25 Thread Cole Tierney
What are you trying to do in the perl? Why not try applescript instead? Or better yet, use a combination of the two (at least for OSX): do shell script /usr/bin/perl /volumes/YourCD/yourscript.pl -- Cole [To remove yourself from this list, or to change to digest mode, go to

Re: lingo-l Setting file access

2004-05-24 Thread Cole Tierney
Ideally, I'd create a folder in Shared, and give all users read and write access. Can you do that from Director? Looks like buddy can do this: baSetFilePermissions( Macintosh HD:users:shared:somefile, o, rw ) But you might not need the above. I'd do a quick test. If the file is created while the

Re: lingo-l Hybrid DVD

2004-05-04 Thread Cole Tierney
Is HFS a 2 gig limit on hybrid burns? Do you know? Quite likely. Try HFS+. I could be wrong, but I think toast will only create HFS hybrids. Hdiutil can make a hybrid with HFS+. -- Cole [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi

Re: lingo-l Hybrid DVD

2004-05-04 Thread Cole Tierney
Is HFS a 2 gig limit on hybrid burns? Do you know? Quite likely. Try HFS+. I could be wrong, but I think toast will only create HFS hybrids. Hdiutil can make a hybrid with HFS+. The default disc type that comes up in Toast is Mac OS Extended and PC (Hybrid) CD. My coworker may have an older

Re: lingo-l Hybrid DVD

2004-05-04 Thread Cole Tierney
My coworker may have an older version of toast. He was recently having trouble making an HFS+ hybrid. The normal old way to make hybrid discs in Toast was to have a Mac volume and a PC folder. I'm pretty sure that the Mac volume can be HFS+. Trying to make a hybrid disc with old Toast from a

Re: lingo-l Hybrid DVD

2004-05-03 Thread Cole Tierney
Can a DVD be burned the same way you burn a Hybrid CD-ROM? Mac executable, PC executables and shared assests? Haven't tried, but I don't see why not. If toast gives you trouble and you've got a mac running 10.3 or better, you could make the hybrid image with hdiutil. -- Cole [To remove

Re: lingo-l Hybrid DVD

2004-05-03 Thread Cole Tierney
on 5/3/04 12:30 PM, Cole Tierney at [EMAIL PROTECTED] wrote: Haven't tried, but I don't see why not. If toast gives you trouble and you've got a mac running 10.3 or better, you could make the hybrid image with hdiutil. But aren't DVD-R data discs burned in a different format that CD-ROM data

RE: lingo-l Quotes within quotes in a do statement

2004-04-29 Thread Cole Tierney
Thanks for the response. In other situations, what you mention is what I would have done. But as the string is going to appear in an attribute value of an XML node, I'm limited to one line, as in breed=schnauzer. So I can't really concatenate string(a b c), etc with more than one line of code.

Re: lingo-l Outlook error generated by Director

2004-04-22 Thread Cole Tierney
How could a Director projector possibly cause a Microsoft Outlook error: The command line argument is not valid. Verify the switch you are using. Outlook. A great example of MS tight integration. Don't ever try secure smtp using Outlook with non microsoft mail server. Anyway, how are you firing

Re: lingo-l Scroll bar issues

2004-04-22 Thread Cole Tierney
When the user drags the keyboard over the scroll bar, it slides under the scroll bar. I imagine it's because the scroll bar, being a system scroll bar, is dts, and no matter what the zLoc of the keyboard, it will always appear under the scroll bar. Ideas on how to get around this? The only thing

Re: lingo-l OS X Xtra to call UNIX shell?

2004-04-13 Thread Cole Tierney
Dpending on what you doing, you can also use netlingo xtra and php's exec command. You'd want strong validation of input, though. http://us2.php.net/manual/en/ref.exec.php -- Cole [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post

Re: lingo-l Opening one projector from another projector

2004-04-09 Thread Cole Tierney
Are there any caveats to opening one Director projector from another Director projector? Could anything like global or local variables or xtras get accidentally cross referenced? And is there a way to have one executable send another executable a sendSprite or other command? I know about

RE: lingo-l FileIO Xtra trouble

2004-04-02 Thread Cole Tierney
my downloadable shockwave-projectors as small as possible. I don't think fileIO is ShockWave safe, though, is it? Looks like this is for standalone fast start projectors. -- Cole [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post

lingo-l Re: Launching a UNIX program on Mac OSX

2004-03-24 Thread Cole Tierney
We have a Director app that we want to use to launch a UNIX program under OSX using the BuddyAPI baRun program, but it doesn't seem to work. I don't believe buddy can launch that type of program. But you may be able to use an apple event: on exec(cmd) osas = new(xtra zScript)

lingo-l Re: Frame events (was: What happend to fps?)

2004-03-18 Thread Cole Tierney
Is there a reason why you reaaly need this on prepareFrame? If not then it would be better to put that code into an enterFrame handler because is where Director expects the heavy code. Leave prepareFrame just for stuff like 3D synchro with bones and exitFrame for navigation between frames. Why

lingo-l Re: Using @//

2004-03-03 Thread Cole Tierney
pthname = @//Foldername put baFolderExists(pthname) Been there, done that. Misplaced operator. I usually stick with full pathnames, since it's not always clear when the @// operator is appropriate and because full paths work in all cases. That way I can save my other brain cell for more

lingo-l Re: Installing applications on OSX using Director MX

2004-02-06 Thread Cole Tierney
I am trying to launch an installation application for QuickTime when the user clicks on a button, basically everytime the user clicks on the button, the projector quits... and nothing happens... it only happens in OSX... The QuickTime installer is not a standalone application. It must be

lingo-l Re: Prevent second click

2004-01-09 Thread Cole Tierney
Is there an easy way to prevent the second click from registering on the thumbnail icon? (Better late than never :) You could temporarily disable all mouseDown events with: set the mouseDownScript = dontpassevent ..then when you get back to your thumbnails: set the mouseDownScript = If

lingo-l Re: the pauseState?

2003-11-14 Thread Cole Tierney
Once upon a time (pre D7), the pauseState could be used to see if a movie was currently playing during author time. Now it only returns true after pausing with the deprecated lingo command, pause. Anyone know of an alternate method? Thanks for any workarounds. thank to James Newtons tip, that the

lingo-l Re: Multiuser xtra os x

2003-11-13 Thread Cole Tierney
Temp = new(xtra multiuser) Put temp.getNetAddressCookie(false) -- The above works for me. I remember OS9 had a preference for loading TCP/IP only when needed, which could cause problems when selected. Maybe OSX has similar functionality. Can any other hosts on your network ping 10.0.1.3? --

lingo-l Re: Miaw

2003-11-13 Thread Cole Tierney
I want to use the close button, in the right-top corner, that goes with this windowtype If your miaw has a close box, then clicking it should fire a closeWindow event. Try on closeWindow instead of stopMovie. -- Cole [To remove yourself from this list, or to change to digest mode, go to

lingo-l Re: Timeout object question

2003-11-13 Thread Cole Tierney
The nice thing of these wrappers is that their properties have the same names than timeout objects properties, so you can still do oTimeOut.target = ... , or oTimeout.period = ... Thank you (and Jakob and James!) for sharing your lingo. I'm curious about the use of the ancestor to store the

lingo-l the pauseState?

2003-11-13 Thread Cole Tierney
Once upon a time (pre D7), the pauseState could be used to see if a movie was currently playing during author time. Now it only returns true after pausing with the deprecated lingo command, pause. Anyone know of an alternate method? Thanks for any workarounds. -- Cole [To remove yourself from

lingo-l Re: Timeout object question

2003-11-12 Thread Cole Tierney
The nice thing of these wrappers is that their properties have the same names than timeout objects properties, so you can still do oTimeOut.target = ... , or oTimeout.period = ... Thank you (and Jakob and James!) for sharing your lingo. I'm curious about the use of the ancestor to store the

Re: lingo-l Autorun/icon inconsistency

2003-10-15 Thread Cole Tierney
Anyone have any insight as to why the My Computer window would *only sometimes* show the custom icon for the CD drive? I'm also having this problem... Not sure this will help, but I usually use an external icon and haven't bumped into this problem. icon=some.ico -- Cole [To remove yourself from

lingo-l Re: Lingo

2003-10-09 Thread Cole Tierney
My wife keeps telling me at the end of the day to please STOP thinking and talking freely in lingo... Go figure. Which makes me think of rude things having to do with intersects testing. No wonder she's tired of the mumbling. ;) LOL! Whenever my wife catches me gazing vacantly at an undefined

lingo-l OT: [TIP] php debugging - msg window style (*.nix)

2003-09-26 Thread Cole Tierney
Pardon the OT. Since php is becoming a popular backend language for netlingo, I thought some here may appreciate the following. A two shell command method for debugging php as it executes. Output is directed to a fifo on the server which can be viewed like the msg window in a terminal window.

lingo-l Re: Projector vs. external cast - BUT MIAW...

2003-08-20 Thread Cole Tierney
Ok, I see what you are saying. You need to capture the 'closeWindow' event, so to speak and use that to 'forget' the instance of the MIAW. Unfortunately, short of making your OWN toolbar and buttons, I don't know a way of getting this exact functionality. I've been using Jacob's window closer

Re: lingo-l Was: Prob w/key commands. Solved...well kind of

2003-08-18 Thread Cole Tierney
Maybe I'm missing something, but I don't see any way to do this w/o causing a conflict w/the menus or nixing the menus entirely. leave it as it is now and ADD your own key triggering. now you have a function assigned to each shortcut. you can call the same function with your own key event

lingo-l Re: Triggering a Director movie from the internet

2003-08-10 Thread Cole Tierney
Or if the internet user doesn't do it directly, how could a PHP Server connect to a Director projector via the MUI? I'm sure it could be done with php's fgets and fputs socket commands. Thanks for your answer. I am not a PHP geek, I just know that fgets and fputs are used to read and write to

lingo-l Re: Triggering a Director movie from the internet

2003-08-05 Thread Cole Tierney
Hi Michael, Or if the internet user doesn't do it directly, how could a PHP Server connect to a Director projector via the MUI? I'm sure it could be done with php's fgets and fputs socket commands. -- Cole [To remove yourself from this list, or to change to digest mode, go to

lingo-l Re: MUS performance

2003-07-22 Thread Cole Tierney
I'm not sure why this would impact performance. It does, but not on all systems. (On 1.8 GHz-Athlon it does, on a 2.6 Pentium it doesn't). When it does, it does only if the computer is configured as the MUS server. When one and the same computer runs as a MUS client, then performance is good. You

lingo-l Re: MUI performance

2003-07-21 Thread Cole Tierney
Hello, In a second step I created an instance of the Multi User Xtra. I need the MUI to trigger some events on another computer. Do you mean MUS xtra? In either case, I'm not sure why this would impact performance. -- Cole [To remove yourself from this list, or to change to digest mode, go to

lingo-l Re: lingo.ini -- necessary?

2003-07-09 Thread Cole Tierney
I've neverincluded a lingo.ini file when distributing my stuff on a CD (Windows), but things have always worked. Is it really necessary to do this? I think the most common use was to open xobjects at startup, like fileio.dll, which is no longer necessary. Although, if your projector resides

lingo-l Re: where is the file start.dir?

2003-07-07 Thread Cole Tierney
I use go movie somemovie Lingo. Here's a shot in the dark: Do you by any chance have some other file named exactly somemovie in the same directory? If so, try renaming it. -- Cole [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post

Re: lingo-l Archives?

2003-06-30 Thread Cole Tierney
I should know this. Where are the archives for this list? http://www.mail-archive.com/[EMAIL PROTECTED]/ Or for Idioms around the world and how they compare: http://postal.tamu.edu/archives/lingo-l.html -- Cole [To remove yourself from this list, or to change to digest mode, go to

Re: lingo-l Choose a question: MUI dialog units OR Lingo-Larchives

2003-06-13 Thread Cole Tierney
I think I may have asked this question before, but I can't figure out how to go about searching Lingo-L archives online. Is that possible? Here are a couple places: http://www.mail-archive.com/[EMAIL PROTECTED]/ http://postal.tamu.edu/archives/lingo-l.html -- Cole [To remove yourself from this

Re: lingo-l Lingo-L archives

2003-06-13 Thread Cole Tierney
anyway... ~Mathew - Original Message - From: Cole Tierney [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 13, 2003 11:06 AM Subject: Re: lingo-l Choose a question: MUI dialog units OR Lingo-L archives I think I may have asked this question before, but I can't figure out how to go

Re: lingo-l OT: 'endianness' and FileIO Reading shorts andlongs-

2003-06-10 Thread Cole Tierney
When I am reading a file byte by byte from the start of the file, and want to read four bytes as a long or two bytes as a short, is the first byte I read the high byte or the low byte in these cases? I presume that because it's a file originating on Wintel - little endian - I should treat the

Re: lingo-l Projectors for WinXP affected by custom icons?

2003-06-06 Thread Cole Tierney
The D8.5 projectors I'm sending to my client are being 'rejected' by his system as, not valid win32 application. They work on Win 98. He's running XP. The 8.5.1 update for windows addressed some XP issue. 3D related, I think. Have you upgraded? -- Cole [To remove yourself from this list, or to

RE: lingo-l film loop speed - direction controlled with lingo?

2003-06-06 Thread Cole Tierney
I think the film loop's frame rate is tied to the movie's frame rate. Try puppetTempo--it will change the frame rate for everything, but you can change it back when the film loop is done or you exit the frame. That wouldn't allow the film loop to go backwards. You may need to build a forward

Re: lingo-l GetPixel() to compare colors

2003-06-05 Thread Cole Tierney
There's a way to compare if colors are greater than or darker than??? Try using color objects and palette index conversions: oColor = color(#rgb, 255,255,255) oColor2 = color(#rgb, 0,0,0) put oColor.paletteIndex oColor2.paletteIndex -- 0 put oColor.paletteIndex oColor2.paletteIndex -- 1

Re: lingo-l GetPixel() to compare colors

2003-06-05 Thread Cole Tierney
Here's a possibly good way to do it (I say possibly, because I didn't test it, but it feels like it ought to work). If you're using 8.5 or later, you could do this: c1 = rgb(100,100,100) c2 = rgb(123,100,100) v1 = vector(c1.red,c1.green,c1.blue) v2 = vector(c2.red,c2.green,c2.blue) put

Re: lingo-l silent alert boxes in Shockwave

2003-05-27 Thread Cole Tierney
Doesn't just the old 'alert' work as well? It's pretty noisy, though. -- Cole [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 [EMAIL PROTECTED]). Lingo-L is for

Re: lingo-l object gets keydown?

2003-04-02 Thread Cole Tierney
If I create an object and don't add it to the actorlist, does it still receive key interaction? If you assign an instance of it to an ancestor of the current frame script, it will. -- Cole [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi

Re: lingo-l inverting 4bit bitmap w/IL

2003-03-14 Thread Cole Tierney
At 15:53 + 3/14/03, James Newton wrote: snip perfect solution for cole's problem This is not a generic solution: it failed with an image that uses the Metallic palette. I hope it is enough to solve your current issue. That's awsome! I'm only inverting greyscale masks with a MIAW tool I

Re: lingo-l inverting 4bit bitmap w/IL

2003-03-12 Thread Cole Tierney
Are you setting the palette of the new image to your custom palette? Could you send me your image and its custom palette so that I can test it? Hi James, I'm actually using the built in greyscale palette. (On my first try, I forgot this, and what a mess it made struggling with the system mac

Re: lingo-l 'open file with app' broken?

2003-03-12 Thread Cole Tierney
At 16:44 +0100 3/12/03, Brennan wrote: Trying to get Director to open a path in BBEdit - or anything for that matter. The app is getting activated, but the file openeth not. Have you tried rebuilding your desktop? -- Cole [To remove yourself from this list, or to change to digest mode, go to

lingo-l inverting 4bit bitmap w/IL

2003-03-11 Thread Cole Tierney
I'm trying to invert a 16 color indexed greyscale bitmap with imaging lingo. I thought this would be a no brainer. I first tried copyPixels with #notcopy ink. This appears to work, but there seem to be subtle rounding errors. Also tried #reverse ink against black, with similar rounding errors.

Re: lingo-l sprite().member

2003-03-11 Thread Cole Tierney
sprite(59).member = myCastMemberName That's close. You should be able to do something like: sprite(59).member.name = myCastMemberName -- Cole [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

Re: lingo-l OK to go from 8.0 to MX?

2003-03-11 Thread Cole Tierney
I'm getting ready to go prime time with a Director app written in 8.0 - does anyone see a reason why I shouldn't create the projector using MX? Would your answer hold true for both Mac and PC? Depends on your audience. The biggest benefit for the mac side is native support for MacOSX, which is

Re: lingo-l inverting 4bit bitmap w/IL

2003-03-11 Thread Cole Tierney
At 2:57 PM -0600 3/11/03, Howdy-Tzi wrote: I'm trying to invert a 16 color indexed greyscale bitmap with imaging lingo. I thought this would be a no brainer. I first tried copyPixels with #notcopy ink. This appears to work, but there seem to be subtle rounding errors. Also tried #reverse ink

Re: lingo-l inverting 4bit bitmap w/IL

2003-03-11 Thread Cole Tierney
At 13:05 -0800 3/11/03, Buzz Kettles wrote: When you made the blank image to process into, did you set it's bit depth to 16 color ? Yes. If you did, then you might try upsampling the copy of the source image to 8 bit grayscale (with dither OFF) then doing the copyPixels onto black

Re: lingo-l comparing 2 images

2003-03-10 Thread Cole Tierney
There's a way to compare two images and retieve the diferences from it other? You might find something usefull in this script. Uses reverse ink with IL to see if 2 images are identicle: http://putnamhill.net/codeshop/isDuplicate.htm -- Cole [To remove yourself from this list, or to change to

Re: lingo-l FileIO on DMX mac - setFilterMask not working?

2003-03-05 Thread Cole Tierney
I must be thinking of FileXtra4 -- that seems to filter much more accurately. But yeah, when I poke out into other folders with FIO, I can open anyolddamnthing. Thanks for confirming that. And especially thanks for the workaround! -- Cole [To remove yourself from this list, or to change to

Re: lingo-l FileIO on DMX mac - setFilterMask not working?

2003-03-04 Thread Cole Tierney
At 1:10 PM -0600 3/4/03, Howdy-Tzi wrote: On Monday, Mar 3, 2003, at 16:12 America/Chicago, Cole Tierney wrote: I can't seem to get setFilterMask to work in Director MX. Authoring on MacOSX 10.2.3 (haven't tried a projector yet). Anyone else seeing this? I don't *think* I am -- what are you

Re: lingo-l FileIO on DMX mac - setFilterMask not working?

2003-03-04 Thread Cole Tierney
At 14:29 -0600 3/4/03, Howdy-Tzi wrote: On Tuesday, Mar 4, 2003, at 13:23 America/Chicago, Cole Tierney wrote: I can't seem to get setFilterMask to work in Director MX. Authoring on MacOSX 10.2.3 (haven't tried a projector yet). Anyone else seeing this? I don't *think* I am -- what are you

Re: lingo-l FileIO on DMX mac - setFilterMask not working?

2003-03-04 Thread Cole Tierney
At 3:23 PM -0600 3/4/03, Howdy-Tzi wrote: Here're some msg window tests: set f = new( xtra fileio ) setFilterMask( f, MV85 ) set p = displayOpen( f ) That works for me. Even on files I haven't touched with DMX. Just to clarify, are you seeing _only_ director 8.5 files? Is it possible that you

Re: lingo-l FileIO on DMX mac - setFilterMask not working?

2003-03-04 Thread Cole Tierney
At 3:31 PM -0600 3/4/03, Howdy-Tzi wrote: I don't think you can specify R*ch. Also the setFilterMask on the Mac accepts only one string paramiter. Should look like this: You're right. But the creator code was just being ignored, and the problem is still reproducable using just the file type. If

lingo-l FileIO on DMX mac - setFilterMask not working?

2003-03-03 Thread Cole Tierney
I can't seem to get setFilterMask to work in Director MX. Authoring on MacOSX 10.2.3 (haven't tried a projector yet). Anyone else seeing this? Thanks for any feedback. -- Cole [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post

Re: lingo-l Re: Binary files

2003-02-21 Thread Cole Tierney
If anyone is curious I am concatenating binary files, and FileIO works just fine, except for the numToChar(0) or end-of-string character which truncates the file I'm appending to the base file. If anyone has any other work arounds for this I'd love to hear them. The most staight foward

Re: lingo-l barcode reader and other devices

2003-02-07 Thread Cole Tierney
crumbs! thats pretty cool. Can you connect a GPS unit to the USB port? I think the USB device would need to be designed to behave as a keyboard. -- Cole [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,

Re: lingo-l barcode reader and other devices

2003-02-06 Thread Cole Tierney
You can get USB barcode and credit card readers, they plug into a USB port (on any platform that supports USB) and work right away, without any Xtras. How do you address the USB device? -- Cole [To remove yourself from this list, or to change to digest mode, go to

Re: AW: lingo-l create a mask of an image

2003-01-21 Thread Cole Tierney
At 2:49 PM +0100 1/21/03, Michael von Aichberger wrote: 'Massage' the 24-bit image first, thinking out loud: Make another image object the same size that is some appropriate shade of grey Copy the second image onto the first using an appropriate ink (probably blend, lighten or darken)

Re: lingo-l Write a Text File to a Folder on the Web

2003-01-15 Thread Cole Tierney
I'm trying to figure out how to write a text file to a folder on our web site. (from a projector, not Shockwave) You might take a look the shockfiler xtra at updatestage.com (uses ftp) or use net lingo to post the text to a cgi on the server (uses http). -- Cole [To remove yourself from this

Re: lingo-l Basic ?

2003-01-14 Thread Cole Tierney
repeat loop, and want to give the system a chance to take care of business without leaving the loop, can I just insert periodic updateStage commands? Are there other, maybe better, commands that will do that? -Phil Cole Tierney wrote: I could be wrong, but I seem to recall that inserting

Re: lingo-l Basic ?

2003-01-13 Thread Cole Tierney
From: Meiky - [EMAIL PROTECTED] if my script looping forever, if there any shortcut to stop it? If you mean in the code, that depends on the loop. If you mean to stop the movie when the stop button doesn't work - press ESC. Won't work if the exitLock is set to true, so don't set this during

Re: lingo-l Irregular shape of rollover

2002-12-09 Thread Cole Tierney
It's been a long time since I played with Lingo. It is possible to create irregular hotspots (for mouserollover)? You might check out the matte ink. If that doesn't work with your image, you could put a 1 bitdepth member under your background and attach scripts to that. -- Cole [To remove

Re: lingo-l Irregular shape of rollover 2

2002-12-09 Thread Cole Tierney
I want to create a sprite which will response (more or less like html image map). You might also want to experiment with: (the stage.image).getPixel(the mouseH,the mouseV) -- Cole [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post

Re: lingo-l Cast member not found

2002-11-27 Thread Cole Tierney
The problem is when a definition isn't in the cast. How do I write the error checking to compensate? You can check the number of member without throwing a script error: -- Welcome to Director -- put the number of member not found -- -1 put the number of member some existing member -- 18 --

Re: lingo-l Editing binary files?

2002-11-06 Thread Cole Tierney
You can use FileIO xtra if you write your data one byte at a time. Slow, but it works. director-online has two very good articles on this. Reading Binary Files with FileIO http://www.director-online.com/accessArticle.cfm?id=1087 Writing Binary Files with FileIO

RE: lingo-l Editing binary files?

2002-11-05 Thread Cole Tierney
At 4:19 PM -0800 11/5/02, Jeremy wrote: Well, the idea is for a small utility for a game, and if I can pull it off I would like to release it(for free of course). I assume I would have to register to release it? You can use FileIO xtra if you write your data one byte at a time. Slow, but it

Re: lingo-l ANN: LingoFish available at last!

2002-11-04 Thread Cole Tierney
I also got quite a few errors. MacOS10.1.5 IE 5.2. If I could copy the text, I could email the results to you. Same thing with me. A lot failed, but then it said I was good to go. Don't really understand what's going on anyway. I mean in general. On Wed, 30 Oct 2002, Robert Tweed wrote:

lingo-l hiding layer in flash from lingo

2002-10-24 Thread Cole Tierney
I'm exploring techniques for hiding a layer in flash using lingo. I've been reading the good articles at DOUG and combing the archives. As my other brain cell begins to warm up, I was wondering if anyone would like to share a simple hello world type example of something like this. Thanks as

Re: lingo-l is there a short cut to move the play head inauthoring one frame at a time?

2002-10-04 Thread Cole Tierney
In authoring Ctrl moves the play head ten frames along and if Ctrl and Shift are pressed it moves the play head fifty frame along. Is the a way to move the play head along just one frame at a time? 3 on the keypad should advance the playback head one frame at a time. -- Cole [To remove

lingo-l removing behaviors from sprites

2002-09-24 Thread Cole Tierney
Hello all, Anyone know off hand, if it is possible to use scoreRecording to remove behaviors from sprites while authoring? -- Cole [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

Re: lingo-l removing behaviors from sprites

2002-09-24 Thread Cole Tierney
At 11:52 AM -0500 9/24/02, Howdy-Tzi wrote: On Tuesday, Sep 24, 2002, at 11:34 US/Central, Cole Tierney wrote: Oh yes yes, pretty please? (I'll bet you tease your cat with tuna juice, too!) Actually they're not allowed tuna -- too much mercury. ;) It's a simple call to setScriptList

Re: lingo-l trigger event via system clock

2002-09-24 Thread Cole Tierney
At 1:48 PM -0400 9/24/02, [EMAIL PROTECTED] wrote: I don't need to launch Director. The projector is going to already be open and I want to trigger a movie to play at a specified time in seconds- I found a script that converts the time and uses an IfElseThen statement to play two movies, but I

Re: lingo-l speed control (puppettempo questions)

2002-09-04 Thread Cole Tierney
At 2:56 PM -0700 9/3/02, krista wrote: on startmovie global speed set speed = 30 puppetTempo speed end If you use puppetTempo, make sure you don't have any entries in the tempo channel. Otherwise you will need to reset your new tempo every frame cycle. -- Cole [To remove yourself

Re: lingo-l getting list of files in remote folder...

2002-08-22 Thread Cole Tierney
This sounds familiar to me. I wonder if the server is switching on netlingo's http headers. I remmber somebody having this trouble with amazon.com. At 3:09 AM +0200 8/22/02, Andreas Gaunitz P11 wrote: Yes, for some reason I have trouble getting it to work too - now! I must open the filemaker

lingo-l mirroring with copyPixels

2002-06-26 Thread Cole Tierney
I'm trying to horizontally mirror an image using copypixels. Might this be possible using a reversed destination quad? I imagine so, but I'm having some trouble deriving the quad given the rect of the image. Thanks for any tips, Cole [To remove yourself from this list, or to change to digest

RE: lingo-l mirroring with copyPixels

2002-06-26 Thread Cole Tierney
Hey - I'm trying to horizontally mirror an image using copypixels. Might this be possible using a reversed destination quad? I imagine so, but I'm having some trouble deriving the quad given the rect of the image. This should do what you want.. Thanks, seb and Kendal! Just what I was

lingo-l test (please ignore)

2002-06-21 Thread Cole Tierney
(Just moved my mail server.) [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 [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo.

Re: lingo-l Xtranet limits

2002-06-07 Thread Cole Tierney
Does anyone know the character limits of quires done with Xtranet? We're seeing a crash if the quiry string is long. The crash goes away when using GetNetText(). I think it's 1024 bytes. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi

Re: lingo-l 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

lingo-l scriptInstanceList mouseDown problem

2002-05-14 Thread Cole Tierney
Anybody ever have trouble with mouse events when adding behaviours dynamicallly? 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

Re: lingo-l Re: purging memory

2002-04-15 Thread Cole Tierney
Micheal, if pSprite.membernum pEndMember then pSprite.membernum = pSprite.membernum + 1 unloadMember member pSprite.membernum - 1 end if I would suggest adding the following after the unload statement: set the purePriority of member pSprite.membernum - 1 = 2 I still think next

Re: lingo-l animation slows down as progresses!!

2002-04-10 Thread Cole Tierney
You might try setting the purgePriority of these members to 2 (next). Should cause director to let go of them sooner. Cole At 5:22 PM +0200 4/10/02, Michael Nadel wrote: Hey guys, I really need help, and I'm sure there's a simple way to do this, I just don't know how! I am running animations

RE: lingo-l Re : Ram film loops

2002-03-15 Thread Cole Tierney
At 10:47 AM +1300 3/15/02, Sean Wilson wrote: Does Director automatically pre-load the cast members used in a film loop when it is called in the score. Provided there is enough free RAM, yes. To do so manually, rather than resorting to creating a filmloop, look up preLoadMember() in the

RE: lingo-l Cole's 32 to 16 bit dither question

2002-03-13 Thread Cole Tierney
Robert Walch wrote: Cole wrote: I'm about to whip up a little MIAW util to convert a bunch of bitmap members from 32 to 16 bit. If possible, I'd like to avoid off white being rounded to pure. Howdy-Tzi wrote: However he also points out that there is no RGB ( 255, 255, 255 ) in

  1   2   >