lingo-l Flash in Director

2001-02-16 Thread chris . couldridge
Hi all, can someone put me out of my misery and confirm that Flash4 files when in director will not load other flash movies into higher levels. A colleague insists that it will still work if the Flash files are linked. I have to make a Dir based CD-ROM using elements from a Flash site, where

Re: lingo-l Quick Start Projectors (sort of)

2001-02-16 Thread Jakob Hede Madsen
At 1:16 + 01_02_16, LYNN L. wrote: Greetings fellow lingoists, I have a question about fast start projectors. I have a projector that is 2.2 M, and it can take up to 60 secs (depending on the machine) to see my loading screen, I have seen before, where it takes merely seconds to show a

Re: lingo-l Vibration of Stage

2001-02-16 Thread Mahmood Akhtar
on 2/16/01 12:24 PM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: Hi Mahmood, Apply this script to the Ball and execute vibrateStage(me) handler whenever you want to vibrate the stage. -- Stage vibrate behavior property pStageRect property pVibrateAmmount property

Re: lingo-l image with alpha channel and glow effect

2001-02-16 Thread Fabricio G. Bissoli
I am using D8 and 32 bits images images works fine in SW. The problem is the Glow effect. Any suggestion? Thanks Fabricio At 16:27 15/02/01 -0500, you wrote: At 3:59 PM -0500 2/15/2001, Charlie Fiskeaux II wrote: The problem is that Shockwave doesn't support alpha channels. You have to use 24

Re: lingo-l Vibration of Stage

2001-02-16 Thread Matthias Amberg
if you are talking shockwave: check out www.luckylack.ch -- flash version... the popup a new browserwindow and make the WHOLE window vibrate with javascript (I guess) looks very nice if this goes in the direction you wanna go cheers matthias How the stage can vibrate? Suppose there is ball

lingo-l WHOLE window vibrate with javascript

2001-02-16 Thread Giles
on 16/2/01 11:19 am, Matthias Amberg at [EMAIL PROTECTED] wrote: WHOLE window vibrate with javascript I have the script for that -- do people want me to post it ? Giles [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 lingo code

2001-02-16 Thread Bora Salkim
How can we keep the soundvolume of the lingo at 0? Our problem is that when we diminue the volume after 0 it becomes 7 but we want to keep it at 0. [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 Vibration of Stage

2001-02-16 Thread Mahmood Akhtar
on 2/16/01 4:19 PM, Matthias Amberg at [EMAIL PROTECTED] wrote: if you are talking shockwave: check out www.luckylack.ch -- flash version... the popup a new browserwindow and make the WHOLE window vibrate with javascript (I guess) looks very nice if this goes in the direction you wanna

Re: lingo-l lingo code

2001-02-16 Thread ramesct
Hi on decreaseVolume curVol = the soundLevel curVal = curVal - 1 if curVal 0 then curVal = 0 end if the soundLevel = curVal end on increaseVolume curVol = the soundLevel curVal = curVal + 1 if curVal 7 then curVal = 7 end if the

Re: lingo-l WHOLE window vibrate with javascript

2001-02-16 Thread Tim Forster
WHOLE window vibrate with javascript I have the script for that -- do people want me to post it ? yes please _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. [To remove yourself from this

lingo-l Alpha channel...

2001-02-16 Thread Johannes Hansen
How do I extract the value(color) of the alpha channel in a 32bit picture with lingo? Thanks in advance Johannes Hansen [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]

lingo-l help needed

2001-02-16 Thread kirangurujane
hi all can some body tell me the math to place a image in the plane at an angle to the XY plane and adjust its quads so that it gives a perspective look waiting for reply kiran Vaseline Lipguard Keep Smiling - This mail is sent through

lingo-l RE: re: fast start movies sort of

2001-02-16 Thread LYNN L.
re: 1) Have the projector only made from a stub movie. It has a script that just says "go movie whatever" and that movie resides in an EXTERNAL file (not bundled in with the projector, which would defeat the purpose). .. from Tab. I have a projector made from a movie which has one script in

Re: lingo-l image with alpha channel and glow effect

2001-02-16 Thread Charlie Fiskeaux II
How do your alpha channels stay intact in SW? When I export my director movie to SW, it can't see the alpha channels and blacks them out. Charlie Fiskeaux II The Creative Group www.cre8tivegroup.com 859/858-9054 x29 cell: 859/312-3883 - Original Message - From: "Fabricio G. Bissoli"

Re: lingo-l RE: re: fast start movies sort of

2001-02-16 Thread Mark A. Boyd
At 05:57 2/16/2001, LYNN L. wrote: I set it in the root of the CD. and set all my other movies and folders in the "movies" folder. that's it. nothing else, the movie I use to create the projector is something like 12K. So, Is this what you are referring to? if so, then It still takes minimum

Re: lingo-l image with alpha channel and glow effect

2001-02-16 Thread Roy Pardi
At 9:46 AM -0500 2/16/2001, Charlie Fiskeaux II wrote: How do your alpha channels stay intact in SW? When I export my director movie to SW, it can't see the alpha channels and blacks them out. It may depend on the compression you have set for the member - are you using jpeg compression? try

Re: lingo-l FuseLight?

2001-02-16 Thread Mark A. Boyd
At 04:06 2/16/2001, [EMAIL PROTECTED] wrote: Hi all, Does anyone know What is FuseLight? I came across someone mentioning about this in another mailing list, which I couldn't understand. It seems to be an alternate choice for a Multi User Server. http://www.sulake.com/fuselight/ -- Mark A.

Re: lingo-l image with alpha channel and glow effect

2001-02-16 Thread Fabricio G. Bissoli
don't know how, but stay perfect. Same what I use the compress format the transparence is ok. I use this from D7 without problems... Ah, maybe your problem is in the type of bitmap what you are using... I use TIFF 32 bits. Ok? Regards, Fabricio At 09:46 16/02/01 -0500, you wrote: How do your

Re: lingo-l Alpha channel...

2001-02-16 Thread Fabricio G. Bissoli
The default of Director is not show the alpha channel. If your picture is a 32 bits and your alpha channel is really correct, you need only import how a 32 bits image. At 14:09 16/02/01 +0100, you wrote: How do I extract the value(color) of the alpha channel in a 32bit picture with lingo?

lingo-l Sprite channel / behavior weirdness

2001-02-16 Thread g r i m m w e r k s
Just curious if this is happening to others, nothing's busted as yet: I have a quicktime movie whose behavior was added when it was in sprite channel 25. Since then, I've moved it to sprite channel 26 -- but when I open the behavior the title of the window says sprite 25? [To remove

lingo-l Web pages in Director

2001-02-16 Thread Charlie Fiskeaux II
This is an excessively long script: on mouseUp me vFilename = member("Filename").text member("Foo").html = vFilename end mouseUp me just shorten it and use this: on mouseUp member("Foo").html=member("Filename").text end Charlie Fiskeaux II The Creative Group www.cre8tivegroup.com

RE: lingo-l RE: re: fast start movies sort of

2001-02-16 Thread Richard Tribe
It's good idea to catch this double running of Projectors (unless you are lucky enough to have only patient IT-knowledgeable users).. ..but seriously if you have BuddyAPI it has couple of methods that you can combine to check every time your projector starts whether another copy is already

Re: lingo-l Sprite channel / behavior weirdness

2001-02-16 Thread Charlie Fiskeaux II
If the title of the window says "script 25" then you probably have your behavior named "script 25". Charlie Fiskeaux II The Creative Group www.cre8tivegroup.com 859/858-9054 x29 cell: 859/312-3883 - Original Message - From: "g r i m m w e r k s" [EMAIL PROTECTED] To: "Lingo" [EMAIL

Re: lingo-l RE: re: fast start movies sort of

2001-02-16 Thread R. Bhakti Klein
you can also prevent multiple launches using the lingo.ini file... Richard Tribe wrote: It's good idea to catch this double running of Projectors (unless you are lucky enough to have only patient IT-knowledgeable users).. ..but seriously if you have BuddyAPI it has couple of methods that

Re: lingo-l Sprite channel / behavior weirdness

2001-02-16 Thread g r i m m w e r k s
On 2/16/01 3:17 PM, "Charlie Fiskeaux II" [EMAIL PROTECTED] wrote: If the title of the window says "script 25" then you probably have your behavior named "script 25". Nope. That wouldn't be weirdness, that would be stupidity! Checked it already. I'm thinking it gets inited upon drop of the

lingo-l 3d scenary

2001-02-16 Thread JUAN COLON
hi everyone, im making a game in director. everything is done except the background. does any one know were to find a Pre-made library for backgrounds or some software that will do this.like Quake backgrounds, unrealtournament etc. thanks JUAN-NYC

lingo-l Math question: reverse the value

2001-02-16 Thread Changhsu P. Liu
Is there a formula that would change a bigger value to small value, smaller value becomes bigger. In a game I'm working on, I have the player's mouseDow and mouseUp distance as force. My script for the action is based on steps. So if I have bigger force, than my steps would be smaller so it

Re: lingo-l Web pages in Director

2001-02-16 Thread Steffanie Grindle
OkI'm trying to get a grasp of this. If "Foo" is the url or html document, then what exactly is the "filename" text. I'm just alittle confused. Now will this script allow the web document to open in the current director window. Thanks steffanie -Original Message- From: Charlie

Re: lingo-l Web pages in Director

2001-02-16 Thread g r i m m w e r k s
Yeah, this is incorrect. What you want to do is: Member("the member name").filename = externalfilepath htmlpage.html So, if the html is sitting next to the movie the externalfilepath would be the moviepath "page.html" On 2/16/01 6:03 PM, "Steffanie Grindle" [EMAIL PROTECTED] wrote:

Re: lingo-l Math question: reverse the value

2001-02-16 Thread Roy Pardi
At 5:55 PM -0500 2/16/2001, Changhsu P. Liu wrote: Is there a formula that would change a bigger value to small value, smaller value becomes bigger. In a game I'm working on, I have the player's mouseDow and mouseUp distance as force. My script for the action is based on steps. So if I have

lingo-l realtime sound input to director

2001-02-16 Thread Praveen Vajpeyi
hi: i am trying to get some realtime sound into director to affect the transparency of a sprite on the stage. i have downloaded the asFFT Xtra but i cannot figure out how to make it give me a range of readings that could affect a sprite. if anybody has resolved a similar problem, i would

Re: lingo-l Math question: reverse the value

2001-02-16 Thread Matthias Amberg
Hi At 23:55 Friday16.02.2001, you wrote: Is there a formula that would change a bigger value to small value, smaller value becomes bigger. Basically dividing 1 by your value inverts the small to big ration. (1/x) In a game I'm working on, I have the player's mouseDow and mouseUp

lingo-l Specific ColorPalette for Specific Cast Member

2001-02-16 Thread Mahmood Akhtar
Hi Lingo fellows? How another specific color pallette which is also a cast member can be applied on a specific cast member through lingo. I have tried much but could not succeeded. Thanx in advance. Mahmood. [To remove yourself from this list, or to change to digest mode, go to

RE: lingo-l Specific ColorPalette for Specific Cast Member

2001-02-16 Thread Mark R. Jonkman
Hi Mahmood There is a method by which you can do this using director 8 and imaging lingo. This is all email lingo and not intended to be optimized but it should give you a rough idea as to where to start. I'm sure someone can clean it up and optimize it a bit better on mConvertImage

Re: lingo-l FuseLight?

2001-02-16 Thread pranavn
Hi Ramesh Fuselight is a server similar to the Shockwave Multiuser Server. The advantage of this app over the MUS is that it is cross platform(read Unix, Linux AND NT and MacOS). Read up more on it at http://www.sulake.com/fuselight/ snip Does anyone know What is FuseLight? snip Regards,

Re: lingo-l Math question: reverse the value

2001-02-16 Thread gopinath
on 17/2/01 4:20 AM, Matthias Amberg at [EMAIL PROTECTED] wrote: 1/yourpixelshere*3 = stepsorsomething u mean stepsorsomething = 1/yourpixelshere*3 [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

Re: lingo-l Math question: reverse the value

2001-02-16 Thread Changhsu Liu
1/yourpixelshere*3 = stepsorsomething u mean stepsorsomething = 1/yourpixelshere*3 That solves it. Thank you all for the help. Changhsu Liu [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