RE: lingo-lcolorObject

2001-08-21 Thread john
here's the address: http://www.mail-archive.com/lingo-l@penworks.com/ John Erazo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Darryl Cousins I searched the subject in the Direct-L archives and I'd dearly like to know where to find the Lingo-L

lingo-l concerning QT and Flash problem

2001-08-21 Thread John Sproul
I am wondering can you convert the QT movie to Flash. I know that Flash movies can overlap themselves. Either convert the QT to frames in Quicktime Pro and import it into Flash or use the conversion program from javakitty.com that converts video to Flash. [To remove yourself from this list,

lingo-l SingleInstance woes in D8.5

2001-08-19 Thread john
, Windows98SE Thanks in advance. John Erazo [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

Re: lingo-l Digital video control buttons

2001-08-15 Thread John Trentini
. As the the setting the flag stuff, I have included the *if..then* example, try it and it should work but you may want to have a look in the help pages for : global variables, and the case statement. Cheers JohnT mirianam wrote: Hi John Thanks for your help. The changing sprite position works well

Re: lingo-l Digital video control buttons

2001-08-14 Thread John Trentini
Hi Mirianam I am not sure that I understend what you want to do with your contrl button but here are some suggestions. mirianam wrote: Thank you for your response. Yes I had figured out that the script had to be attached to the sprites and not the casts. This is what I did: on

Re: lingo-l Digital video control buttons

2001-08-12 Thread John Trentini
Attach your scripts to the sprite (not the cast members) and your problems will, most likely, disappear. As you change the *cast member* with your rollover script, only part of your script will execute . You could hard code use a script like this: (untested) on exitFrame if rollover (6) then

Re: lingo-l flash 5 / director 8.5

2001-08-08 Thread John Dowdell
was added, which is why it's not all in the same spot.) jd John Dowdell, Macromedia Tech Support, San Francisco CA US Search technotes: http://www.macromedia.com/support/search/ Offlist email risks capture by the spam filters. I may not see your email if it's not on the list. Private one-on-one

Re: lingo-l removing a behavior with setScriptList?

2001-08-08 Thread John Dowdell
. jd John Dowdell, Macromedia Tech Support, San Francisco CA US Search technotes: http://www.macromedia.com/support/search/ Offlist email risks capture by the spam filters. I may not see your email if it's not on the list. Private one-on-one email options are available via Priority Access: http

RE: lingo-l mouse over which sprite?

2001-08-03 Thread john
, John Erazo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Date: Thu, 2 Aug 2001 21:03:05 +0200 From: Natalia Tjelum [EMAIL PROTECTED] Subject: lingo-l mouse over which sprite? Ok, this is plain silly, but I can't remember the function that returns

lingo-l closing MIAW - fatal error

2001-08-01 Thread John Sproul
Thanks to all who responded to my problem with closing MIAW's. using a bolean value to close the window from the stage was successful. John Sproul Vision Technologies Group [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post

lingo-l closing MIAWs = a fatal error

2001-07-31 Thread John Sproul
--- on mouseDown forget window myMIAW end and none of these have worked. Has anybody had a similar problem and been able to solve it? Thanks. John Sproul Vision Technologies Group [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ

Re: lingo-l playing multiple movies in a predefined order.

2001-07-31 Thread John Trentini
All you need is to make a stub projector (documentation at macromedia.com) Place all of your movies in the same folder as your projector. For the navigation between movies, one way is to hard code the buttons in each movie to take you to the previous or next movie. A more elegant way would be

No Subject

2001-07-11 Thread John Sproul
instead of the link reading c//my documents/myproject/theMovie.mov it just read @theMovie.mov. That seemed to do the trick. Good luck. John Sproul Vision Technologies Group [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post

lingo-l Trouble with ImportFileInto redux

2001-07-11 Thread John Hart
or not? If not, what mistake am I making? When I close the projector and reopen it, the member is empty and the name I gave it is gone. TIA, to all... John John Hart, Editor 123FYI - The Best of the Web http://www.123fyi.net NetZero Platinum No Banner Ads and Unlimited Access Sign Up Today

lingo-l Trouble with ImportFileInto

2001-07-10 Thread John Hart
that ImportFileInto doesn't work at runtime. Yes? It's a beautiful thing in authormode, but then so is the earth and all its inhabitants. It's that nutsy projector mode that makes the gods angry. John Hart, Editor 123FYI - The Best of the Web http://www.123fyi.net NetZero Platinum No Banner Ads

lingo-l LDM communicating with other sprite(s)?

2001-07-09 Thread John Erazo
Hello everyone. Is there a way for an LDM to communicate with other sprite(s) on the stage? something like -- script from an LDM -- tell the stage to tell sprite X to #handlerToCall, {args} Thanks in advance. John Erazo [To remove yourself from this list, or to change to digest

RE: lingo-l LDM communicating with other sprite(s)?

2001-07-09 Thread John Erazo
to #testMsg(pString) end script attached to sprite 5 of the main movie. -- sprite 5 behavior --- on testMsg me, theMsg alert string(theMsg) end BTW, Im using D8, Win98. Your help is very much appreciated. John Erazo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: lingo-l LDM communicating with other sprite(s)?

2001-07-09 Thread John Erazo
Thanks Bhakti for your reply. It has been very, very helpful. works like a charm. ;) cheers, John Erazo -Original Message- Behalf Of R. Bhakti Klein Sent: Tuesday, July 10, 2001 12:06 PM yes, you can do that. tell the stage sendSprite(x, #handlerToCall) end tell might work

lingo-l Lingo syntax for simulating END key?

2001-07-03 Thread John Hart
) Insert, Home, Page Up; (bottom row:) Delete, End, and Page Down. AFter scanning the Lingo dictionary, I can't find any keyword that fits the bill, so maybe there is a workaround. What I'm after is something like this: SendThisKey(END) to field MyNotes Thanks to all! John Hart, Editor 123FYI

lingo-l Let me try again (was emulate END key)

2001-07-03 Thread John Hart
cursor says...ask Al or Tab, or other pro on lingo list. Back to you... John Hart, Editor 123FYI - The Best of the Web http://www.123fyi.net t NetZero Platinum No Banner Ads and Unlimited Access Sign Up Today - Only $9.95 per month! http://www.netzero.net [To remove yourself from this list

Re: lingo-l Can I program a MIAW to control the cursor?

2001-06-28 Thread John Trentini
A possible alternative is to use Snapz Pro 2.0.1 to capture excatly what you describe and save it as QT. You talking head MIAW could then just 'open' this QT when required to show the user how it is done. JohnT Gene Fritzinger wrote: Hi Folks, I've created a simulated version of a complex

lingo-l FileIO help...

2001-06-27 Thread John Horn
Anyone know where I can get more information/help on fileio, I want to look into exporting a cast member during runtime - John Horn Interactive/Web Developer [EMAIL PROTECTED] Graphica www.graphicadesign.com 937-866-4013 x.150 - [To remove

lingo-l Export to flash file...

2001-06-27 Thread John Horn
Anyone know of a way to export a cast memeber to a .swf file during runtime??? thanks - John Horn Interactive/Web Developer [EMAIL PROTECTED] Graphica www.graphicadesign.com 937-866-4013 x.150 - [To remove yourself from this list, or to change

lingo-l Flash and Director

2001-06-25 Thread John Horn
I need to pass about 10 different variables from Flash into Director any suggestions as to how to accomplish this without having to send each one seperately? - John Horn Interactive/Web Developer [EMAIL PROTECTED] Graphica www.graphicadesign.com 937-866-4013 x.150

lingo-l Closing MIAW... from LDM or from the main movie?

2001-06-20 Thread John Erazo
or from within the LDM? Im just not sure if it really matters at all. What other issues that has to be considered in using this kind of approach? TIA, John Erazo [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

Re: lingo-l Sound control slider

2001-06-08 Thread John Trentini
I have worked it out! thanks to Carl for putting me on the right track. here's how I did it; not very elegant but it works lika a charm: (D7) on exitFrame sprite(the currentSpriteNum).moveableSprite = True sprite(the currentSpriteNum).constraint = the currentSpriteNum +1 set the

RE: lingo-l OT. Other groups

2001-06-07 Thread John Horn
Thanks Bruce, and about the book... I ordered it a few days ago - John Horn Interactive/Web Developer [EMAIL PROTECTED] Graphica www.graphicadesign.com 937-866-4013 x.150 - -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: lingo-l drawing like in a drawing prgramme

2001-06-06 Thread John Horn (Home)
email me directly and I will see what I can do to help you out. John Horn [EMAIL PROTECTED] Graphica www.graphicadesign.com 937-866-4013 x.150 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of jp Sent: Wednesday, June 06, 2001 7:03 AM To: [EMAIL PROTECTED

RE: lingo-l drawing like in a drawing prgramme

2001-06-06 Thread John Horn (Home)
yes I realize this, as stated I created a paint program for a project last year, but you do still run into jagged lines if the mouse is moved to fast, even with in the program you linked. - John Horn Interactive/Web Developer [EMAIL PROTECTED] Graphica

lingo-l OT. Other groups

2001-06-06 Thread John Horn (Home)
I know other email lists like Lingo-L exist for Flash, and I know there is Director-L, anyone point me to where I can sign up for these. I saw them a while ago, but now I can't find them and I have Flash question I am trying to solve. Thanks - John Horn Interactive/Web

RE: lingo-l drawing like in a drawing prgramme

2001-06-06 Thread John Horn (Home)
Thank you, my point exactly - John Horn Interactive/Web Developer [EMAIL PROTECTED] Graphica www.graphicadesign.com 937-866-4013 x.150 - -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mennenoh, David

lingo-l Sound control slider

2001-06-06 Thread John Trentini
Hi guys, My project needs a sound control Vertical slider constrained by the locV of a moveable graphic; no problem here but.. Setting the volume of sound(1) to the locV of a sprite makes the volume increase as the locV increases. I need the slider to work in reverse; that is I need the volume

RE: lingo-l drawing like in a drawing prgramme

2001-06-06 Thread John Horn
program, but I appoligize if thats the way you took it, but I also think that you miss interperted what I was stating. - John Horn Interactive/Web Developer [EMAIL PROTECTED] Graphica www.graphicadesign.com 937-866-4013 x.150 - -Original Message

lingo-l D8.5 Flash 5 Printing

2001-05-31 Thread John Horn (Home)
Anyone know what the trick is to get D8.5 to print a Flash frame as vector. When I try printing it as vector it zooms in and only gives me the top left portion of the frame, but when I change it to print as bitmap, it prints the entire frame the way it is suppose to. Thanks, John [To remove

Sv: lingo-l finger cursor over flash buttons?

2001-05-24 Thread John Kanding
I always set cursors on beginsprite handlers like: on beginSprite me sprite(me.spriteNum).cursor = 280 end Then I don't have to reset it on mousleave or worry 'bout some global setting of the cursor. This sprite always have this cursor John You are going the complicated route. Just use

Re: lingo-l Sound control driving me crazy!

2001-05-24 Thread John Trentini
From your last post it would appears that you are using just the one button; you cannot have a multistate button that plays a sounds on each state and, at the same time, perform as the master toggle button. If you post your code and an explanation of how you are implementing your code, we may be

Re: lingo-l sound problems

2001-05-24 Thread John Erazo
that checks if the sound channel is not busy then play that file. Something like: if sound(1).busy = 0 then sound(1).play() try this movie script... on startMovie if not sound(1).isBusy() then puppetSound 1, member(SoundMember) end if end Hope this helps. John Erazo [To remove yourself

Re: lingo-l Sound off help

2001-05-22 Thread John Trentini
Now I think I've got it! Your post was a bit confusing. May I suggest , next time, you start with explaining what you want to acheive and then what you need help with. If you just want to play certain sounds on mouse events (mouseUp/ Down, etc.) then you don't need a toggle button but a

lingo-l resizing a browser window from shockwave

2001-05-21 Thread John Sproul
gotoNetPage myMovie.dcr,_new. Now I have another question. Is it possible (from lingo) to specify the size of the secondary browser window? TIA John Sproul Multimedia Developer Vision Technologies Group [EMAIL PROTECTED] [To remove yourself from this list, or to change to digest mode, go to http

RE: lingo-l MIAW first appearing in the lower right cornerof stage

2001-05-21 Thread John Erazo
line to the latter part of your script, just after setting the rect of the window. hope this helps. John Erazo [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

Re: lingo-l Sound toggle button

2001-05-20 Thread John Trentini
on mouseUp set the soundEnabled to not (the soundEnabled) end HTH JohnT William Miller wrote: does anyone know or cant enlighten me on how to creat a toggle button for a project I am almost done with..I have two images for the different stated and I need the code to make it work!!...I

lingo-l opening a new browser window with shockwave

2001-05-18 Thread John Sproul
Hello, I have a question. This may be very basic, but I am trying to open a shockwave movie in a new browser window from another shockwave movie, is this possible? if so, how do I go about doing that? TIA John Sproul Multimedia Developer Vision Technologies Group [EMAIL PROTECTED] PS. sorry

Re: lingo-l spritenum reference

2001-05-15 Thread John Trentini
The clickOn function could be the answer but you could you not use a case statement? Something on these lines? ---suggestion only on mouseEnter me case (the rollover) of -- you must know in which channels you sprites are 1 : sprite (the currentspriteNum).keyboardFocusSprite = 1 -- 1 set

Re: lingo-l Attaching Cursors

2001-05-08 Thread John Trentini
Jon, I sent you a suggestion before; did you get it? Anyhow here it a revised version. The way I do it is as follows: Select the open rectangle Tool with the line set to none and draw a small shape directly onto the stage and set its ink to transparent. Place this shape off stage and then

lingo-l Machine perfomance check

2001-05-04 Thread John Erazo
the amount of pixels to be added depending on the machine performance. And ideas and suggestions are appreciated. Thanks a lot in advance. John Erazo PS. Thanks to Jakob for his insights on stepFrame. it helped a lot. :-) [To remove yourself from this list, or to change to digest mode, go

lingo-l Repost:text/field line locations

2001-05-03 Thread John Horn (Home)
within that space. Oh, and the whole thing has to scroll (which is no big deal if I can get the images placed). onething I've tried: linePosToLocV() - problem word wrap is turned on, so it counts a line differently than the member does Thanks for any help John [To remove yourself from this list

RE: lingo-l Repost:text/field line locations

2001-05-03 Thread John Horn (Home)
I've come with a way to do this now, If anyone would like to know just let me know and I will post the code as soon as I finish it... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of John Horn (Home) Sent: Thursday, May 03, 2001 1:28 PM To: Lingo Group

Sv: lingo-l Sequence XTRA

2001-05-02 Thread John Kanding
to the main movie and continue. I feel like Paul Mccartney when he wrote Yesterday, he also thought that someone must have done this before. I just haven't heard about it or seen it. Have a look and download at: http://www.kanding.dk/protect/ John [To remove yourself from this list, or to change

lingo-l Protected code

2001-05-02 Thread John Kanding
at: http://www.kanding.dk/protect/ John [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-l text/field line locations

2001-05-02 Thread John Horn (Home)
I've tried: linePosToLocV() - problem word wrap is turned on, so it counts a line differently than the member does Thanks for any help John [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

Re: lingo-l Attaching Cursors

2001-04-28 Thread John Trentini
The way I do it is as follows: Select the open rectangle Tool with the line set to none and draw a small shape directly onto the stage and set its ink to transparent. Place this shape off stage and then name the corresponding cast member (ex: Pointer). The following can be a frame script or a

lingo-l QTVR problems

2001-04-28 Thread John Kouvarakis
Hi, I am using a QTVR movie in a director project that I have for Uni. It is a panorama of the school. My problem is, when you finish with the QTVR and move on the QTVR still plays in the background and slows up my projector. Does anyone know how I can unload it from memory? Thanx in advance

Re: lingo-l macromix to directsound trouble avi

2001-04-26 Thread John Erazo
Hi, sundeep. I suggest that you read more about how Director handle sound mixes. Its on the Chapter 15 of Bruce Epstein's Director in a Nutshell. This is how generous Bruce is... http://www.zeusprod.com/nutshell/downloads/index.html John Erazo - Original Message - From: sundeep

Re: lingo-l FileIO and Networks

2001-04-26 Thread John Erazo
are using in retrieving this list. John Erazo [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

lingo-l stepFrame and enterFrame... whats the real score?

2001-04-26 Thread John Erazo
Greetings! What is the significance of using an object using the stepFrame handler than a behavior using an enterFrame handler performing relatively the same thing? BTW, Thanks to Irv Kalb for your E-book on OOP programming in Director. cheers, John Erazo [To remove yourself from this list

lingo-l D8.5 and Flash

2001-04-26 Thread John Horn (Home)
Ok, I know that D8.5 is suppose to have better Flash support, but has anyone had a chance to run any tests with it yet? I am wondering if they have just added more commands, or if they have been able to increase the performance of flash and flash interactions within director 8.5? Thanks, John

lingo-l Dynamic jigsaw puzzle builder, but a ink problem on somemachines, solved...?

2001-04-25 Thread John Kanding
it would really be cool ;-) John We are using 16 bit jpgs on a 32 bit resolution screen and that's a problem. I don't know why. I haven't seen it in a browser ever, but then again I never work in 32 bit resolution. So we might redo the jpg's in 32 bit and try again. Thanks to every one who tested

lingo-l Dynamic jigsaw puzzle builder, but a ink problem on some machines

2001-04-24 Thread John Kanding
or if theres a white retangle around every piece. Has anyone experienced anything like this before? cheers John BTW, been a while since I've been here, but it's nice to write here again. Bad circumstances on the other hand ;-) [To remove yourself from this list, or to change to digest mode

lingo-l Dynamic jigsaw puzzle builder, but a ink problem on somemachines, solved...?

2001-04-24 Thread John Kanding
We are using 16 bit jpgs on a 32 bit resolution screen and that's a problem. I don't know why. I haven't seen it in a browser ever, but then again I never work in 32 bit resolution. So we might redo the jpg's in 32 bit and try again. Thanks to every one who tested it cheers John [To remove

SV: lingo-l Dynamic jigsaw puzzle builder, but a ink problem on some machines

2001-04-24 Thread John Kanding
My guess is that you are in 32 bit screen resolution that's seems to be the problem. Our 16 bit jpgs on a 32 bit resolution screen. I don't know why this happens here, might be som alpha thing. We will s new jpg later. Just for fun try to change to 16 bit and do the puzzle gain. Thanks John

RE: lingo-l OH no not again... Printing

2001-04-24 Thread John Horn (Home)
Nick, I did some tests with buddyapi xtra a few months ago and the printfile command. My question with that is does the end user need to have acrobat to be able to print the pdf, or is buddyapi smart enough to print without acrobat being installed? Thanks, John -Original Message

Sv: SV: lingo-l Dynamic jigsaw puzzle builder, but a inkproblem on some machines

2001-04-24 Thread John Kanding
to thew list. Thanks again. John I've seen this happen with 32 bit bitmaps imported using photocaster. If you set the ink to matte, you'll get unremovable white around the edges. If this is the cause take the pieces and edit them in Fireworks: set Fireworks as your bitmap editor and open

Fwd: lingo-l Fireworks Animation

2001-04-24 Thread john
animations in Flash and the animations will work faster.. good luck john I have my students working on a portfolio project using Director 8. One of the pieces that they are trying to add is a simple fireworks animation that they created. Several students are having a hard time

Re: lingo-l new(#type) madness!

2001-04-23 Thread John Trentini
[EMAIL PROTECTED] Dierdre Dixon wrote: SNIP btw, is there a searchable archive version of this list, along the lines of Direct-L? [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

Re: lingo-l Testing

2001-04-21 Thread John Trentini
Hi Fred, This happened to me recently. Just re-subscribe and everything will be fine HTH JohnT Fred Westermeyer wrote: I have not received any messages in four days can someone e-mail me back so I can check out my e-mail. Thanks, [To remove yourself from this list, or to change to

Re: lingo-l Another weirdness

2001-04-21 Thread John Trentini
Your problem were the brackets () Ramesh just removed them. Your script should have read: on mouseEnter me cursor 280 end on mouseLeave me cursor -1 end HTH JohnT Victor Iwan wrote: Am I doing something wrong again... I create behaviors such us On mouseenter

lingo-l OH no not again... Printing

2001-04-20 Thread John Horn (Home)
2,-38,680,684) -- why is it that the rect has negative numbers? Shouldn't the top left be (0,0)? I dunno... Sorry for the outburst, and the spelling, but thank you for any help John [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi

Re: lingo-l Object VR

2001-04-15 Thread John Trentini
Very quickly as an intro.. 35mm cameras are just fine but hand holding them is not the best technology to use. In creating an ObjectVR you have to *rotate* the object on its axis and take a number of exposures at equal increments from the same angle and position. For small object this is not

Re: lingo-l stubborn hilite in editable text

2001-04-02 Thread John Trentini
(Sheepishly and on tiptoe) Could it be a case of a missing 'updateStage' somewhere, by any chance? JohnT clars danvold wrote: hello all- I'm sure this must be a repeat post: I have an editable text member. At different times its editable property gets set TRUE and FALSE, depending on

Re: lingo-l sorry only in italian language

2001-03-31 Thread John Trentini
Go Tab, I actually thought I was replaying directly to Roberto but you are just great! (sheeesh!) JohnT PS. It would seem that re-subscribing fixed my problem of not receiving mail from the list; now everything is working just fine. (happy little 'vegemite' again!) Obviously Netspace bounced

Re: lingo-l sorry only in italian language

2001-03-30 Thread John Trentini
Non proprio un programmatore ma interessato, mettimi in lista Roberto Molari wrote: salve sono un programmatore Director di milano volevo fare una lista per italiani o comunque creare una comunita di programmatori italiani con informazioni non solo sulla programmazione ma anche sul

lingo-l Was Please don't look I am testing

2001-03-17 Thread John Trentini
know one way or the other, off list, of course. Or perhaps someone could offer suggestions? It is like a nightmare, you scream and scream but no-one can hear you! shsss. JohnT John Trentini wrote: Still having problems receiving mail from the list. Ok, ok, it's a joke..no? You are just

Re: lingo-l print screen

2001-03-14 Thread Jeevan Mathew John
Dear Greg, Try PrintoMatic Xtra, Using it, you can print the current screen. With warm regards, Jeevan Mathew John. - Original Message - From: "Greg Lewis" [EMAIL PROTECTED] To: "Lingo-L Digest" [EMAIL PROTECTED] Sent: Thursday, March 15, 2001 11:20 AM Subject:

lingo-l I am not getting mail from the list

2001-03-12 Thread John Trentini
Haven't got any mail in the last two days. Something is wrong (Suffering from withdrawal symptoms, I guess!) JohnT [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,

lingo-l Please Ignore this: No Mail From List?

2001-03-12 Thread John Trentini
HulloAnybody? Haven't got any mail in the last two days from the list. Was it anything I didn't say? JohnT [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,

Re: lingo-l hilite again

2001-03-12 Thread Jeevan Mathew John
Dear Rodrigo, You could try adding blank spaces after your text ends. Add blank spaces till the end of the line (or till where ever you want the line to be hilited), This will help solve your problem. With warm regards, Jeevan Mathew John. - Original Message - From: "Rodrigo

Re: lingo-l mapping out the ESCAPE key

2001-03-08 Thread Jeevan Mathew John
Dear Tom, You could also try one thing more, On your system, you will be having a file called Director.ini in your Director's folder, in that file, just uncomment the line, EscapeOk=1, and save it again. Maybe this will help. With warm regards, Jeevan Mathew John. - Original Message

Re: lingo-l Desktop Capture

2001-03-07 Thread John Trentini
Sorry I am a PC man but Tab suggested Lotus ScreenCam grimmwerks CameraMan Good Luck JohnT Brad Hintze wrote: What about Windows? Brad [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: lingo-l What is this error ?

2001-03-07 Thread Jeevan Mathew John
of it not running on some machines. With warm regards, Jeevan Mathew John. - Original Message - From: "Manish Buttan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 08, 2001 11:49 AM Subject: lingo-l What is this error ? Hi all, Director 8.0 windows 98. I

Re: lingo-l OT Desktop Video Capture

2001-03-06 Thread John Trentini
Or use Snapz Pro on the Mac, you can get it at: http://www.AmbrosiaSW.com/utilities/ JohnT PS. When posting a new query, please start a new thread, don't just piggyback on a different topic. Tab Julius wrote: That's outside the scope of this list (which is dedicated to Lingo programming

lingo-l OT: Comm+Shift+3

2001-03-04 Thread John Trentini
Sorry guys for the OT, Command+Shift+3 (4), is there an equivalent on the PC? Thanks. JohnT [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

Re: lingo-l Save dialog (WAS : File Dialog?)

2001-02-28 Thread Jeevan Mathew John
van Mathew John. - Original Message - From: "Jason Ross [JZway Interactive]" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 28, 2001 4:08 PM Subject: lingo-l Save dialog (WAS : File Dialog?) Sorry sorry sorry (grovel!!) I forgot to rename the subject of my l

lingo-l Re:

2001-02-28 Thread John Trentini
Putting a *Subject* on your postings is not only the polite protocol for any list, it will also increase your chances for a reply as many will not even read postings like yours (with no subject) nik max wrote: hi all, another shcockwave question: i am playing back shockwave audio files

lingo-l Shockwave Movies and externalEvent() !!!

2001-02-27 Thread Jeevan Mathew John
on to the same window. Any help would be appreciated. Thanks, With warm regards, Jeevan Mathew John. Jeevan Mathew John Asst. Sr. Programmer - Multimedia Creative Concepts India Pvt. Ltd. E-mail: [EMAIL PROTECTED] Phone # : +91-20

Re: lingo-l commandLine, what is the right syntax?

2001-02-27 Thread John Erazo
Thanks to Mark A. Boyd and Robert Wingate for the response. I really haven't tried using open with . New-Lesson-Learned. ;-) thanks again for the tip Mark. And most of all thanks to Tab for keeping this *lively* list. Congratulations Penworks and God bless. HTH, John Erazo [To remove

Re: lingo-l We've topped 3000

2001-02-26 Thread John Trentini
My sentiments entirely. Go Tab!! JohnT Lists wrote: And thanks to you for hosting us, Tab! [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

lingo-l commandLine, what is the right syntax?

2001-02-26 Thread John Erazo
to a variable? Any assistance is highly appreciated. TIA. John Erazo [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

Re: lingo-l X Music Loop X

2001-02-25 Thread John Trentini
Hi, 1) You must place your sound into an external castLibrary, Make sure that all your movies are linked to this cast library. 2) Don't put the sound file into the sound channels but use lingo; put the following into a movie script in your stub dir on startMovie puppetsound 3,

Re: lingo-l animated gifs in shockwave player

2001-02-23 Thread Jeevan Mathew John
Dear Jasper, Copy the required Xtra in the \Windows\system\macromed\shockwave\xtras folder after copying, publish it again. that should do the trick. Regards, Jeevan Mathew John. --Original Message - From: "Jasper Verhulst" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

lingo-l Ramesh Reply: Linked Cast Members and DXR's

2001-02-23 Thread John Stutz
ges to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!] = -- John Stutz LSDesign [EMAIL PROTECTED] http://expert.cc.purdue.edu/~stutz ___

lingo-l Linked Cast Members and DXR's

2001-02-22 Thread John Stutz
)? If so, what is up with the scripting. Thanks. --- John Stutz LSDesign [EMAIL PROTECTED] __ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/ [To remove yourself from thi

lingo-l help with hilite() command

2001-02-18 Thread John Erazo
if end on mouseLeave me Mbr.line[lastLine + 1].hilite() end --/end of script Using D8, Win98SE. Thanks in advance. John Erazo [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

Re: lingo-l message window

2001-02-15 Thread Jeevan Mathew John
s for the dialog box, and for the "yes" and the "no" buttons, and code accordingly. Because there is no inbuilt facility in director for making dialog boxes without using any Xtra. With Warm Regards, Jeevan Mathew John. - Original Message - From: "ancy anto" [E

Re: lingo-l Playing SWA with LOOP

2001-02-14 Thread John Erazo
my mistake. hope it did no harm to whatever you are doing.:) John Erazo [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 fo

Re: lingo-l a problem with projector

2001-02-14 Thread Jeevan Mathew John
Dear Vlado, Could you be more specific about the problem that you are facing? What exactly is the problem with your projector? With Warm Regards, Jeevan Mathew John. - Original Message - From: "Vladimir Vencharsky" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, F

Re: lingo-l Playing SWA with LOOP

2001-02-13 Thread John Erazo
your sound member to true. member("yourSoundMember").loop = TRUE or set the loop of member "yourSoundMember" to TRUE hope this helps. John Erazo [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post mess

Re: lingo-l urgent............printscreen

2001-02-09 Thread John Trentini
For God's sake, man! Don't start a new thread everytime you post a follow up. and Stop repeating your posts. Urgent is not really a title...is it?!! (I should have used all caps for this!) JohnT rama krishna wrote: Hello everyone please ignore my mail with name Urgent printxtra As

Re: lingo-l Flash sending Lingo to Director

2001-02-08 Thread John Trentini
Off the (very) top of my head! Could something like this work? Make a 'blend' from 0 to 100 of the background and put it in a loop. Using a dummy sprite in front of your animation you can then toggle the visibility of your fade. Just a crazy idea. Totally untested andperhaps even

Re: lingo-l Keyboard Questions

2001-02-08 Thread John Trentini
ie. your first Q. in a movie script put this: on prepareMovie set the exilLock = True end Then on a keyDown script you can process the events (key pressed) by issueing a stopEvent command Example follows: on KeyDown if charToNum (the key) = 27 ---line continues or (the platform

Re: lingo-l Urgent..........

2001-02-08 Thread John Erazo
enImage" hope this helps. John Erazo [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!]

  1   2   >