Re: pls. test text display glitch

2001-01-18 Thread Fumio Nonaka
Your explanation makes sense to me, Mark. But this problem occurs only with a text sprite but not with field sprite of which the scroll bar should also be set direct-to-stage. So, I guess more reasons exit for a text sprite. _ "Mark A. Boyd" wrote: > > At 22:56 1/17/01, Slava Paperno wrote:

SV: Value Question

2001-01-18 Thread Magnus Ewald
thanx everyone for the help(where would i be without my trusty list) -Ursprungligt meddelande- Från: Ryan Adams [mailto:[EMAIL PROTECTED]] Skickat: den 18 januari 2001 17:35 Till: [EMAIL PROTECTED] Ämne: Re: Value Question hiya, why not have another list contaning what to add each

job posting--in Los Angeles for 3 months

2001-01-18 Thread PamRecruit
Please reply to the job posting at [EMAIL PROTECTED] off this list. Thanks! A job in West Los Angeles CA: A Lingo developer is needed for a developer of commercial animation software. Duration: 3 months. You must have the right to work in the U.S. Looking for an animation software developer

Re: Re: SV: Value Question

2001-01-18 Thread Kurt Griffin
>> NOW...i CAN keep track of when these ovens reaches 150 but i cant get the >> value to decrese once it does so...(or increse when it reaches 1) > > Don't add or subtract 1, instead add a variable that you change when > it gets to the end: > > if you use lists, one of them could be to hold the

Locale property for the Environment

2001-01-18 Thread Kerry Thompson
I would like to see a "Locale" property in the environment. We already have the uiLanguage and osLanguage properties--that's a big help for people like me who do a lot of localization. Localization is a bigger issue than language, though--there is also the locale. The Spanish spoken in Mexico

Re: Re: Opening your PDF from Director.

2001-01-18 Thread Pranav Negandhi
I would suggest you stay clear away from ActiveX controls in Director. Microsoft didnt exactly plan them to be used in this environemt. The PDF Xtra(whatever it may be...I dont know, but it sounds good) is definately a much safer and reliable bet. Regards, Pranav __

Re: Sending an email doesnt open default email

2001-01-18 Thread Kevin Lesniewicz
>No matter what it should do, on a Mac it opens Netscape regardless of >your default browser. Not sure if this is it but, at least in D7, the files... Director 7.0 Resources Director 7.0 SW Rsrc Director 7.0 Compressed Rsrc seem to have some data in them like this (use Resedit/Resorcerer/etc):

Re: Opening your PDF from Director.

2001-01-18 Thread Suzee
Hi.. I've been trying this out for days, but still could get the pdf file out. It generates error when I click on the button. Said "variable used before assigning a value" and it point to pPressed. Could someone help me with this. Have some project to do that incorporates PDF. Thanks. Suzee Mul

Re: wacky new(#bitmap) error...

2001-01-18 Thread grimmwerks
That's exactly what it is...I've a parent script goingthanks for the headsup. [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

Re: actorlist

2001-01-18 Thread Jakob Hede Madsen
At 15:40 -0500 01_01_18, Ian Jempson wrote: May I suggest, if you are in D8, that you look at timeOutObjects rather than the actorlist. Let your object create its own timeOutObject and give itself as the callBack reference, then besides the method you specify, it will also receive exitFrame and

Re: wacky new(#bitmap) error...

2001-01-18 Thread Jakob Hede Madsen
At 14:37 -0500 01_01_18, grimmwerks wrote: > >temp=new(#bitmap, castLib "whatever") >> > >Jakob >Well, I just tried this in the message window: >temp=new(#bitmap, Castlib "Scripts") >put temp >-- #bitmap >...it didn't return the member number at all ?You have a movieScript with a new handle

Static Variables

2001-01-18 Thread Watson, Christopher
The properties within a parent script are equivalent to instance variables. But I want to implement the equivalent of a class variable in my parent script, so that all child objects created from that parent script can take into account the value held within that class variable when performing task

Re: actorlist -- communication script

2001-01-18 Thread grimmwerks
Maybe I'm being too nice a guy, but here's a script I'm using to communicate to a server asynchly, queuing up 4 things to track as well as flagging an important 'call' and waiting for that one too. On the whole you can use most of it, but I'm calling it up by the global 'gcomlink', and sending

can a sprite's rect be void or unassuming?

2001-01-18 Thread Slava Paperno
I have a one-frame movie, where I change bitmaps on the stage by assigning different bitmap cast members to the one sprite. Even though the bitmaps are all different size, I've never had to change the sprite's dimensions: the sprite always adopted the dimensions of the bitmap cast member. The

actorlist

2001-01-18 Thread Ian Jempson
I have a parent script for the connection to my back end application server. Up till now I have been creating a new instance of that object and storing it in a global variable. I have just read about the actorlist (I'm new to Director so I keep discovering these things) and now my current thinkin

RE: Flash question urgent

2001-01-18 Thread Tim Symons
Tom, Try the FlashPro mailing list. http://muinar.com/flashpro/ They can help with pretty much anything you need to do in Flash. Timothy R. Symons Multimedia Programming Specialist Curtis, Inc. > -Original Message- > From: Tom [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 18,

Re: wacky new(#bitmap) error...

2001-01-18 Thread grimmwerks
>temp=new(#bitmap, castLib "whatever") > >Jakob Well, I just tried this in the message window: temp=new(#bitmap, Castlib "Scripts") put temp -- #bitmap ...it didn't return the member number at all [http://www.grimmWERKS.com ]-- [ graphic desi

Re: Re: Cross platform trouble

2001-01-18 Thread Bjarne Nyquist
> Perhaps I don't understand the problem here, but I don't see why > there is a need to go through this process. First, why would you need > to move a Mac executable (ie. a Projector) to a Windows machine? Well, maybe I didn´t mention that I have had the problem with non-executables as well. Es

Sorry, help on external cast

2001-01-18 Thread Brian Farmer
Hello list! I need some guidance on setting up a Shockwave piece. I want to have an external cast devoted to each Shockwave Movie. (Thinking shorter download times.) Anyway,Is it as easy as making an external cast member in my movie and having it link to that movie? Do I have to do anything el

Re: A single case of intersection

2001-01-18 Thread Lists
On 1/31/01 12:36 AM, Fabricio G. Bissoli ([EMAIL PROTECTED]) sent: >spriteAna= spriteNum >set listaSpritesMovidos2=[:] >repeat with i=160 to 264 >if (sprite(i).intersects(spriteAna)) and findPos(listaSpritesMovidos2,i)=void) then > listaSpritesMovidos2.addProp(i,(sprite(i).loc)) >

Re: imaging lingo works with quictime?

2001-01-18 Thread grimmwerks
Thanks, I know that, but I meant creating on in Director on the fly. > >open movie in QT /export/ image /(setting) > >>From: grimmwerks <[EMAIL PROTECTED]> >>Reply-To: [EMAIL PROTECTED] >>To: "Lingo" <[EMAIL PROTECTED]> >>Subject: imaging lingo works with quictime? >>Date: Wed, 17 Jan 2001 17:20

Re: best xtra for mpeg1 on pc?

2001-01-18 Thread Tom Jacobs
On 1/17/01 at 4:28 PM, grimmwerks shared the following: >Hey all > >Since I usually use QT, I'm not sure what the answer is here, but can >anyone point me out to the best xtra to display mpeg1 in a director app >without QT? Also would it be able to display full screen? > As others have said, Dire

Re: movie opacity

2001-01-18 Thread Mark A. Boyd
At 13:05 1/17/2001, Colby Dodson wrote: >Does anyone know if on an event you can set the entire movie to a different >opacity. If you play your movie within a MIAW, you can set the windowType to a 1-bit bitmap member. Then change that member reference as needed to a different 1-bit bitmap. More

linked jpegs

2001-01-18 Thread adam
Hello list, I was wondering... I have a large image that I have sliced up into 100x100 squares. When the user scrolls around the image I want to dynamically pull the images off a server so I only need to need to pull the parts of the image the user wants to look at rather than the whole image wh

Re: best xtra for mpeg1 on pc?

2001-01-18 Thread Mark A. Boyd
At 13:28 1/17/2001, grimmwerks wrote: >Hey all > >Since I usually use QT, I'm not sure what the answer is here, but can >anyone point me out to the best xtra to display mpeg1 in a director app >without QT? Also would it be able to display full screen? IMO, that would have to be the DirectMedia Xt

Flash question urgent

2001-01-18 Thread Tom
Hi list I'm normally a director user but for now I ha ve to make a flash project with QT. I know you have to convert a QT in flash to a JPEG sequence or something like that. And import those JPEG again in a new fla file. All that works and they all play fine. The problem now is that those fla fil

Flash question

2001-01-18 Thread Rich Taylor
Hi there, I am authoring using Flash 4 assets in a D7.02 movie. I need to control the frame that the flash asset is currently displaying as well as the visibles of some movieclips within the Flash asset. The way I have done this is to have each frame of the flash asset call a fram

Re: Licensed Shockwave

2001-01-18 Thread Colin Holgate
>Okay, folks. Having this new jewel is only part of the dream. My quest >is to actually use it. How might I provide on my CD (just *one* for me >!!) that from my CD - shockwave be installed automatically *only* on my >machine. I am not taken to MM to get it --- I have no dialog boxes. Start her

Re: pls. test text display glitch

2001-01-18 Thread Mark A. Boyd
At 22:56 1/17/01, Slava Paperno wrote: >sprite(X).locV = sprite(X).locV + 3000 > >What I see is that the text field itself disappears, but its scrollbar >stays behind, where it was. Setting sprite(X).visible to false makes it go >away, and resetting visible to true does NOT bring the scrollbar b

Licensed Shockwave

2001-01-18 Thread Arthur Moers
Okay, folks. Having this new jewel is only part of the dream. My quest is to actually use it. How might I provide on my CD (just *one* for me !!) that from my CD - shockwave be installed automatically *only* on my machine. I am not taken to MM to get it --- I have no dialog boxes. Thanks, Arthu

Re: Value Question

2001-01-18 Thread Ryan Adams
hiya, why not have another list contaning what to add each time a value needs to be changed for a particular oven. when you reach 1 or 150, just change the sign somehting along the lines of oven_list_temperatures = [48,23,25 ] oven_list_modifying_values = [1,-1,-1] repeat wi

Lingo expert in Russia needed!

2001-01-18 Thread ICG
Hey, if there are any Lingo experts from Russia (especially Moscow), contact me. Our company is looking for one. Araik [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] (Proble

Re: SV: Value Question

2001-01-18 Thread Colin Holgate
>NOW...i CAN keep track of when these ovens reaches 150 but i cant get the >value to decrese once it does so...(or increse when it reaches 1) Don't add or subtract 1, instead add a variable that you change when it gets to the end: if you use lists, one of them could be to hold the change value

SV: Value Question

2001-01-18 Thread Magnus Ewald
say there are 35 ovens...they all ahve different temperature between 1 and 150. the tempeatures are constanyly increasing or decreasing in a random order. When a temperature reaches 150 it will start to decrese until it reaches 1 when it will start ti increase again. NOW...i CAN keep track of when

Re: MU users getting kicked out...

2001-01-18 Thread Ryan Smith
I just tested it (Win 98, D7.0.2, MUServer 2.1) and a second user with the same user name from a different IP address will generate the error -2147216221 (Invalid User ID) for the second user. If you log in from the same IP address, with the same user name you won't get any response. The server a

Re: imaging lingo works with quictime?

2001-01-18 Thread Kurt Griffin
> Just a quick question before I start playing with it, but can I create a > bitmap cast member with one frame of a quicktime movie? QTs don't have an image property AFAIK. I think you'd have to drop it on the stage, grab the stage image, and go from there. -Kurt [To remove yourself from this

Re: imaging lingo works with quictime?

2001-01-18 Thread BD fortin
open movie in QT /export/ image /(setting) >From: grimmwerks <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "Lingo" <[EMAIL PROTECTED]> >Subject: imaging lingo works with quictime? >Date: Wed, 17 Jan 2001 17:20:04 -0500 > > >Just a quick question before I start playing with it, but can I

Re: SV: Value Question

2001-01-18 Thread Kurt Griffin
> i am trying to keep trck of 25 different "values" which are at first > randomized between 1 and 150. As soon as the movie starts they will all > increase its own values until they reach 150 and then they will start do > decrease until they reach the value of 1 where they will increase back > aga

RE: MU users getting kicked out...

2001-01-18 Thread Jon Paul Alongi
i just tested it out...and ive found that it wont log u in at all or give u and error reportjon -Original Message- From: Ryan Smith [mailto:[EMAIL PROTECTED]] Sent: 18 January 2001 13:42 To: [EMAIL PROTECTED] Subject: Re: MU users getting kicked out... Hi Pranav. For testing purp

Re: MU users getting kicked out...

2001-01-18 Thread Ryan Smith
Hi Pranav. For testing purposes the MU server will kick instances of the same user name, but only from the same IP. If two users try to use the same user name from different IP addresses then I believe that the second user gets an "Invalid User ID" error. Ryan -Original Message- From: Pr

MU users getting kicked out...

2001-01-18 Thread Pranav Negandhi
I log into a Multiuser movie under one user name. Fine so far. But if I try to log in again with the same name from another instance of the projector, my previous user with the same name gets kicked out. Any guesses anyone? Or a light in the right direction? Regards, Pranav ___

Re: Sending Contents of Editable text to external file

2001-01-18 Thread Clars
Try searching the articles at www.director-online.com. I seem to remember an article called "Fun with file IO" by Fred Bals, that got me started solving the same kind of problem. Regards, Clars Kimberly Nyles-Roque wrote: > > Hi > > I am something of a beginner to Lingo and could really use s

Re: Text Feilds

2001-01-18 Thread Clars
My guess is that there are three problems: 1. Director parses strings slowly, so any repeated string wrangling and putting will tend to slow things down a great deal. This leads to 2. This script reveals no reason to update those fields THAT often. A good rule of thumb is to update info only w

gamecharecters for jonathon...

2001-01-18 Thread Jon Paul Alongi
ive not done anything else on it yet j, ive had probs with my pc...its got a virus and wont let m log in... im gonna reinstall it tonight... how u doin.. -Original Message- From: Jonathan [mailto:[EMAIL PROTECTED]] Sent: 18 January 2001 20:12 To: [EMAIL PROTECTED] Subject: RE: Midi xtra?

Re: Sending Contents of Editable text to external file

2001-01-18 Thread Pranav Negandhi
Hi Kim, Macromedia has put up FileIO technotes on http://www.macromedia.com/support/director/how/show/fileio.html. Its got a demo too that you can download. A little modification of those scripts should do the trick for you. I need to be able to pass the contents of several user editable text

Re: creating a #shape on the fly - no show onstage

2001-01-18 Thread Clars
Thanks for the speedy reply. It works! (which is always a heartening first step) Brennan Young wrote: > Confirmed here, and it should always be remembered that shape members > are strange beasts. John Dowdell talks about first class and second > class citizens in Director. -Strange beasts indeed

Re: Sending Contents of Editable text to external file

2001-01-18 Thread Chris A.
Greets, Check the technotes under director support on the macromedia website. There's one in there that explains how to... Hope i've helped Bye. - Original Message - From: Kimberly Nyles-Roque <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 18, 2001 1:33 PM Subject:

Sending Contents of Editable text to external file

2001-01-18 Thread Kimberly Nyles-Roque
Hi I am something of a beginner to Lingo and could really use some direction. I am working on a piece of Physics simulation software that I will test with students for my dissertation. I need to be able to pass the contents of several user editable text areas (Kids answers to questions) and score

RE: Midi xtra?

2001-01-18 Thread Andreas Gaunitz
Pardon? -A. >Hows the game Charecters? > >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On >Behalf Of Jon Paul Alongi >Sent: 18 January 2001 03:59 >To: '[EMAIL PROTECTED]' >Subject: RE: Midi xtra? > > >i could be wrong, but i think direct xtras does one.. >www.d

RE: Midi xtra?

2001-01-18 Thread Andreas Gaunitz
No they don't. I checked pretty thoroughly. -A. >i could be wrong, but i think direct xtras does one.. >www.directxtras.com > > >jon > >-Original Message- >From: Andreas Gaunitz [mailto:[EMAIL PROTECTED]] >Sent: 18 January 2001 11:35 >To: [EMAIL PROTECTED] >Subject: Midi xtra? > > >Hi

RE: Midi xtra?

2001-01-18 Thread Jonathan
Hows the game Charecters? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jon Paul Alongi Sent: 18 January 2001 03:59 To: '[EMAIL PROTECTED]' Subject: RE: Midi xtra? i could be wrong, but i think direct xtras does one.. www.directxtras.com jon -

Text Feilds

2001-01-18 Thread Jonathan
I have a game with a point scoring system and a timer. The problem is the frame where the two feild display these values'. It seems to slow the whole production down, to a point where it is jerky. This is an example of a a scoring system, attatched to a object with a score of 1. Global pPoint on

RE: Midi xtra?

2001-01-18 Thread Jon Paul Alongi
i could be wrong, but i think direct xtras does one.. www.directxtras.com jon -Original Message- From: Andreas Gaunitz [mailto:[EMAIL PROTECTED]] Sent: 18 January 2001 11:35 To: [EMAIL PROTECTED] Subject: Midi xtra? Hi there, Anyone tried (the discontinued) Yamaha MidXtra with Dire

Midi xtra?

2001-01-18 Thread Andreas Gaunitz
Hi there, Anyone tried (the discontinued) Yamaha MidXtra with Director 8? Did it work? I am still (after 1/2 year) sort of looking for an Xtra that handles Midi SysEx communication with hardware synthesizers. Any suggestions? Thanks -Andreas [To remove yourself from this list, or to change

Re: creating a #shape on the fly - no show onstage

2001-01-18 Thread Brennan Young
Clars <[EMAIL PROTECTED]> wrote > I'm trying to create a shape on the fly from a behavior, and slap it on > stage. The first part works fine - the member is created and the puts > come out the same whether "popup1" is in the cast or not- but then: > > We enter the twilight zone. > > Two things

Re: MAX

2001-01-18 Thread Brennan Young
Guillaume Gautier <[EMAIL PROTECTED]> wrote > > > Where can I find out more about this MAX software? > > Go and see the products page on http://www.ircam.fr/index-e.html ...or for the commercial version (which runs on MacOS, unlike the ircam one) get on your 'chopper' and ride over to http://

Planet simulator

2001-01-18 Thread Pranav Negandhi
I'm trying to create a planet motion simulator like the one on http://www.nd.edu/~hahn/orbital/. I even got the script from the same place. But somehow, the motion of my planets is not proper. It works right on the demo that they have on their site. But since a lot of values have been hard code

creating a #shape on the fly - no show onstage

2001-01-18 Thread Clars
Hello All- I'm trying to create a shape on the fly from a behavior, and slap it on stage. The first part works fine - the member is created and the puts come out the same whether "popup1" is in the cast or not- but then: We enter the twilight zone. Two things don't work: 1. The sprite never sho

AW: Value Question

2001-01-18 Thread Tim Fohrer
Do you need to know, wether a value increases or decreases or do you need to know wether one of the 25 values hits the 150 or the 1?? Could you tell me for what you need those 25 values?? GReetz Tim -Ursprüngliche Nachricht- Von: Magnus [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag,

SV: Value Question

2001-01-18 Thread Magnus
HI list i am trying to keep trck of 25 different "values" which are at first randomized between 1 and 150. As soon as the movie starts they will all increase its own values until they reach 150 and then they will start do decrease until they reach the value of 1 where they will increase back ag

R: best xtra for mpeg1 on pc?

2001-01-18 Thread Andrea Giustozzi
I,m using since two years "directmedia xtra" of Tabuleiro da Baiana http:\\xtras.tabuleiro.com I think it is one of the best, it's very good Andrea Giustozzi -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Per conto di grimmwerks Inviato: mercoledì 17 gennaio 2001