lingo-l Re: thanx rob(sounddevice problem)

2000-11-19 Thread sundeep bhatia
thanx rob ur explanation was more than sufficient and timely. wish u good luck in every thing u do. sundeep Date: Fri, 17 Nov 2000 12:34:31 -0500 From: "Robert Wingate" [EMAIL PROTECTED] Subject: RE: lingo-l from macromix to qt3mix suppose after completion of a project if i just

Re: lingo-l timeout(Wish).enabled = TRUE

2000-11-19 Thread Franco Chierchini
Thank to Roy Pardy and Andreas Gaunitz for their suggestions on how to mute a timer. Here's some further notes about this. Roy Pardy wrote: I turn off but retain a timer object just by setting its period to 0: myTimeoutObject.period = 0 For want of a .enabled prop, imo this is the best

Re: lingo-l timeout(Wish).enabled = TRUE

2000-11-19 Thread Andreas Gaunitz
b) Or you want the timer to reset on exitFrame. In this case you would not get a timer - you'd get something that stutters every exitFrame. I'm not sure of having well understood this second case you posed as a distinction. By 'resetting' I meant something like (Alpha): 'Make the timeOutObject

No Subject

2000-11-19 Thread AHMAD TAUFIK
UNSUBCRIBE Get free email and a permanent address at http://www.netaddress.com/?N=1 [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:I'm trying to remember who Yossarian is

2000-11-19 Thread gopinath
on 19/11/00 11:43 AM, Kerry Thompson at [EMAIL PROTECTED] wrote: So who (what?) is Yossarian? correction (who?) is Yossarian? cath22 by "Joseph Heller" (spelling correction requested!) next good work of his was "Something Happened" Quite an old book. I think that shows how young you are

lingo-l flipH a bitmap

2000-11-19 Thread Yariv Rosenstein
Hi, Is there a way to flipH a bitmap that isn't connected to a sprite? the flipH command is only applied to sprite. thanks Yariv Rosenstein [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

lingo-l RE: Lingo-L Digest V1 #1713

2000-11-19 Thread Yo Gomi
Hello lingo-Ls I have a sprite that image randomly changes while the movie is played. Is there any way I can slow down the flicking image? I hope to show then half a second per image. Any help, gratefully appreciated. On exitFrame sprite(12).memberNum=random(4)+85 end exitFrame [To remove

Re: lingo-l RE: Lingo-L Digest V1 #1713

2000-11-19 Thread Colin Holgate
On exitFrame sprite(12).memberNum=random(4)+85 end exitFrame property lastchangetime on exitframe if the milliseconds lastchangetime then set lastchangetime = the milliseconds + 500 sprite(12).memberNum=random(4)+85 end if end You should also look into using

lingo-l RollOver Buttons?

2000-11-19 Thread Bob Solomon
Hi, I've created some rollover buttons. Here's an example of the scripts I used. It seems to work fine the first time I open Director and test the movie. But after I've jumped around several movies the Over State stops working. The Down and Up states work consistently. property bNormal,

Re: lingo-l RE: Lingo-L Digest V1 #1713

2000-11-19 Thread Neil Madsen
You don't say what version of Director you are using. The following will only work if you are using D8. If you are using 7 then you should use what Colin provided. You can d/l a quick demo movie with this behavior from http://www.brouhahapost.com/dl/to_ImageSwap.zip The behavior below uses a

lingo-l RE: Lingo-L Digest V1 #1715

2000-11-19 Thread Yo Gomi
Hello, I am trying to use a list but haven't really cracked it yet. Does anyone know how to create a sprite that click-changes the images within a list? on clickImage global myList,i repeat with i=1 to 11 sprite(1).memberNum=myList[i] if i12 then i=i+1 else if i=13 then

lingo-l Dirty great big downloads

2000-11-19 Thread Richard Walley
Dear Hilda, I know everyone else has said this, but I just had to write - a 3 meg download? You're having a laugh. In capitals. Personally I only use a 56k modem, which is pretty standard for the majority of UK internet users (brief query - what is it in a America?) , and I get irritated with

Re: lingo-l flipH a bitmap

2000-11-19 Thread Fumio Nonaka
Hi Yariv, The following movie script creates new member horizontally flipped the member defined as a parameter to and returns the reference of new member. [Test inf the message window] put xFlipMemberH(member("Bitmap")) -- (member 5 of castLib 1) on xFlipMemberH memberRef sourceImage =

Re: lingo-l flipH a bitmap

2000-11-19 Thread Roy Pardi
At 9:37 AM +0900 11/20/2000, Fumio Nonaka wrote: Hi Yariv, The following movie script creates new member horizontally flipped the member defined as a parameter to and returns the reference of new member. [Test inf the message window] put xFlipMemberH(member("Bitmap")) -- (member 5 of castLib 1)

RE: lingo-l RE: Lingo-L Digest V1 #1715

2000-11-19 Thread Steven Sacks
OOPS! change this line if imgCount = (imgList.count() + 1) then imgCount = 1 sorry steven -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Steven Sacks Sent: Sunday, November 19, 2000 7:28 PM To: [EMAIL PROTECTED] Subject: RE: lingo-l RE:

Re: lingo-l flipH a bitmap

2000-11-19 Thread Fumio Nonaka
Hi Roy, Thank you very much for your nice suggestion. I did not think of using quad to a image. Because the Lingo Dictionary says that it is a sprite property. Does this usage is supported officially or undocumented lingo? _ Roy Pardi wrote: You're working too hard, man- use a quad: on

Re: lingo-l flipH a bitmap

2000-11-19 Thread Roy Pardi
At 10:18 AM +0900 11/20/2000, Fumio Nonaka wrote: Hi Roy, Thank you very much for your nice suggestion. I did not think of using quad to a image. Because the Lingo Dictionary says that it is a sprite property. Does this usage is supported officially or undocumented lingo? Hi- It is

lingo-l Random Ripple

2000-11-19 Thread michael gilmour
dear all I am having fun (?) trying to get a random element to work on a project. I had better explain. Currently I have a mouseDown event that triggers at the same time 1. A random change in the foreColor of a series of squares on the stage 2. A random sound out of 64 small sound

lingo-l Making a file Hide again Visible on Macintosh.

2000-11-19 Thread Mahmood Akhtar
Hi Lingo Master Minds! If it is possible to make a file hide on Macintosh and again make it visible. If there is any utility to do so or we can do it internally. Any information will be appreciated about it. Thanks best regards. Mahmood. [To remove yourself from this list, or to change to