Re: lingo-l Red Dot

2000-12-26 Thread Slava Paperno
You must have clicked on the left side of the Script window and created a break point in your script. Breakpoints are useful for debugging (see debugging in Help). You can click the dot, and it will go away. S. At 01:50 PM 12/26/2000 -0600, you wrote: X-mas to all, I was wrighting some code in

lingo-l Red Dot

2000-12-26 Thread Fred Westermeyer
X-mas to all, I was wrighting some code in my global and I clicked on the right side of the screen and red dot came up. What is the red dot? and What is it for? Fred Westermeyer Slot Graphics [EMAIL PROTECTED] Grand Casino Biloxi 265 Beach Boulevard Biloxi, MS 39530 1-800-WIN-2-WIN ext.1507

Re: lingo-l Red Dot

2000-12-26 Thread Nelson Rodríguez-Peña
Red-dot means Break Point, it works with the Debbugger and helps tracing your code. Try runing your movie or calling the script where the red-dot appeared and when Director tries to run it, the Debbugger window will pop up. Nelson - Original Message - From: "Fred Westermeyer" [EMAIL

No Subject

2000-12-26 Thread ratmin attar
do you guys know if i make my projector in Mac whould it work in Pc too? thanks _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. [To remove yourself from this list, or to change to digest mode, go

RE: lingo-l Double click tell stage ...

2000-12-26 Thread Steven Sacks
Heh, I was being a little sarcastic there, though I appreciate your testing tips. As far as markers being read as numbers, I did some tests and looked up the command in the Dictionary... put marker("this") -- 15 x = "this" put marker(x) -- 15 From the lingo dictionary: Function; returns the

lingo-l Code for pacman

2000-12-26 Thread Thomas Szewc
Happy Holidays, Short of reinventing the wheel, does anybody know where there may be posted the lingo code for a PacMan game. Thanks in advance. tom [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,

lingo-l opening a browser popup window

2000-12-26 Thread Quixadá
hi, lingoists how can i open a popup browser window from within a shockwave movie? it contains a 320x240 video file, so that has to be the size of the window. i've tried externalEvent but with no success. something like: on mouseUp me externalEvent "javascript:minhafuncao()" end and in the

lingo-l i got the reason for my problem with the avi files

2000-12-26 Thread JUNAID ALAM
hi friends, i finally got the reason for my problem with my avi files not playing on every machines. the reason was that i had compressed my avi files using adobe premeire application using microsofts mpeg 4 codec . when i recompressed the avi files using cinepak codec it now works fine

lingo-l Re:

2000-12-26 Thread Nelson Rodríguez-Peña
It won't work. You need the Win version of Director to distribute in Windows. Nelson - Original Message - From: "ratmin attar" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 26, 2000 5:29 PM do you guys know if i make my projector in Mac whould it work in Pc too?

lingo-l Re:

2000-12-26 Thread Tab Julius
No, it would not. You need a projector made from the Mac version to run on Macs, and a projector made from the PC version to run on PCs. You could build each projector with a stub movie that just says: go to movie "main" and then have external files like main.dxr that it transfers

RE: lingo-l Code for pacman

2000-12-26 Thread Steven Sacks
Not the answer to your problem, but a related funny quote: "Computer games don't affect kids. I mean, if pac man affected us as kids we'd all be running around in darkened rooms, munching pills and listening to repetitive music." Uh...huh... :-) -Original Message- From:

Re: lingo-l Red Dot

2000-12-26 Thread Fred Westermeyer
Thanks for the information. All this time working in D7 and I still fine something new. Fred Westermeyer Slot Graphics [EMAIL PROTECTED] Grand Casino Biloxi 265 Beach Boulevard Biloxi, MS 39530 1-800-WIN-2-WIN ext.1507 [EMAIL PROTECTED] 12/26/00 02:19PM Red-dot means Break Point, it works

RE: lingo-l opening a browser popup window

2000-12-26 Thread Mark R. Jonkman
Hi Use goToNetPage("Javascript:minHafuncau()") Hope that helps. PS. email lingo so I might be off a bit Sincerely Mark Mark R. Jonkman Mark R. Jonkman Consulting ADDRESS: 20 Windermere Crt., Guelph, ON, CANADA N1E 3L4 PHONE: 519-837-8509 EMAIL:

lingo-l voidP()

2000-12-26 Thread Jason [JZway.com]
Hi Is there a way to test if a frame exists via lingo? I tried : if voidP("frameName") then put "non existant frame!!" end if with no luck. [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,

Re: lingo-l voidP()

2000-12-26 Thread Irv Kalb
At 11:55 PM + 12/26/00, Jason [JZway.com] wrote: Hi Is there a way to test if a frame exists via lingo? I tried : if voidP("frameName") then put "non existant frame!!" end if Try the label function: if label("SomeLabelThatMightBeHereOrNot") = 0 then put "non existant

Re: lingo-l voidP()

2000-12-26 Thread Daniel Plaenitz
At 23:55 26.12.2000 +, Jason [JZway.com] wrote: Hi Is there a way to test if a frame exists via lingo? I tried : if voidP("frameName") then put "non existant frame!!" end if which will never do anything since "frameName" is a string variable with a discret value and therefore

RE: lingo-l voidP()

2000-12-26 Thread Jason Merav \(BTinternet\)
Thanks Irv. That works :) Happy New Year. Jason. [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

Re: lingo-l voidP()

2000-12-26 Thread Fumio Nonaka
Hi, The 'markerlist' in Director 8 returns a property list of markers and its frames. _ Daniel Plaenitz wrote: There is an archaic element in lingo called labelList which really is not a list at all but rather a string with all the labels of a score separated by RETURN. Good luck, Fumio

lingo-l Re: PC Projector (was: no subject)

2000-12-26 Thread Kerry Thompson
do you guys know if i make my projector in Mac whould it work in Pc too? Nope. You need to use Director on Windows to make a PC projector. Cordially, Kerry Thompson Learning Network [To remove yourself from this list, or to change to digest mode, go to

Fwd: lingo-l Re: PC Projector (was: no subject)thanks

2000-12-26 Thread ratmin attar
Thanks for response, From: Kerry Thompson [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: lingo-l Re: PC Projector (was: no subject) Date: Tue, 26 Dec 2000 16:52:27 -0800 do you guys know if i make my projector in Mac whould it work in Pc too? Nope. You need to

Re: lingo-l Red Dot

2000-12-26 Thread Jakob Hede Madsen
At 13:50 -0600 2000_12_26, Fred Westermeyer wrote: X-mas to all, I was wrighting some code in my global and I clicked on the right side of the screen and red dot came up. What is the red dot? and What is it for? Oh, the red dot is for recompiling the current script only. When you have written

Re: lingo-l Re: PC Projector (was: no subject)thanks

2000-12-26 Thread REGNA CHANG
There are no way you can create the Mac projector and use that in PC. You have to create two seperate projector, one in PC format, and the other in Mac format. This is what my instructor told me. - Original Message - From: "ratmin attar" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: Fwd: Re: lingo-l Re: PC Projector (was: no subject)thanks

2000-12-26 Thread Tab Julius
They should all be in there, unless you used something specific to the Mac. Generally just open in pc and create the new one. If you had any custom or third-party Xtras for the Mac, you'd need to get the same ones for the PC. If you just used a basic graphics and such, you should be fine.

lingo-l Thanks Tab

2000-12-26 Thread ratmin attar
_ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. [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,

lingo-l Re:

2000-12-26 Thread gopinath
no body knew that till they asked like now u did. for projector to work on PC u need to create the projector on PC with director PC version. but director files will work on PC [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To

RE: Re: lingo-l Re: PC Projector (was: no subject)thanks

2000-12-26 Thread Mark R. Jonkman
Hi The dir file itself is crossplatform, its the executable that is OS specific. For instance, you will see requests from time to time from people looking for OS specific stubs (stub projectors) that can be used to theoretically launch the project. By using Stubs on both a PC and a Mac and

Re: lingo-l opening a browser popup window

2000-12-26 Thread gopinath
on 26/12/00 9:31 PM, Quixadá at [EMAIL PROTECTED] wrote: hi, lingoists how can i open a popup browser window from within a shockwave movie? instead of externalEvent try gotoNetpage regards [To remove yourself from this list, or to change to digest mode, go to

No Subject

2000-12-26 Thread Vishesh
HELLO ALL WISH U ALL A VERY HAPPY XMAS AND A GREAT NEW YEAR , MAY ALL UR WISH COME TRUE [EMAIL PROTECTED] (yes I was shouting is caps) __ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/ [To