Re: Lingo-L Digest V1 #1857

2001-03-06 Thread ashanet
on 5/3/01 6:38 PM, Lingo-L Digest at [EMAIL PROTECTED] wrote: > On mouseup me > Gotonetpage "http://www.dj-hurricane.com" > End check the case [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 [EM

vanishing sound

2001-02-10 Thread ashanet
Hello! Here is a strange problem >hybrid< I had an old presentation ( with several movies)which was running perfectly well on both platforms PC and Mac recently I updated the presentation. only removed one of the movies. but changed all the images to flash. the first movie which was fired by a

javascript to Applet

2001-01-07 Thread ashanet
Can messages be passed from browser to an applet made with Director? if yes how do I read the params with lingo? Thanx in Advance Gopinath [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 Digest V1 #1730

2000-12-01 Thread ashanet
on 2/12/00 3:20 AM, Lingo-L Digest at [EMAIL PROTECTED] wrote: > I just hope I didn't confuse you even more with all this :) > > > Regards, > Karina Steffens, > Lead Programmer Hi Karina! I really benefited from your reply to Mahmood You are a very good teacher too :) thanx Gopinath Menon

Re: alpha in quicktime?

2000-11-21 Thread ashanet
Does D7 recognize alpha channel of a QT Movie if yes how to use my QT is made from InfiniD ( A globe rotating[ i want only the globe visible in D7]) Thanx Gopinath [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 Digest V1 #1702

2000-11-08 Thread ashanet
hi Martin! it's simple in flash if you have a button give it an action get URL in the URL field enter the following lingo:go to frame 1 then import the flash movie into director this lingo will be executed in director bye Gopinath Menon > From: [EMAIL PROTECTED] (Lingo-L Digest) > Reply-To:

Re: Lingo-L Digest V1 #1683

2000-10-24 Thread ashanet
I am Sorry that works not for esc key. I should have tried first :\ Gopinath > From: [EMAIL PROTECTED] (Lingo-L Digest) > Reply-To: [EMAIL PROTECTED] > Date: Tue, 24 Oct 2000 12:21:44 -0400 (EDT) > To: [EMAIL PROTECTED] > Subject: Lingo-L Digest V1 #1683 > > Hi List, > > How can I detect when t

Re: Lingo-L Digest V1 #1683

2000-10-24 Thread ashanet
> Hi List, > > How can I detect when the "ESCAPE" Key is pressed? what is the key code > number? > > Thanks in advance. > > Ken HAPPY DIWALI to all who knows diwali!:) Hi! Ken with this script u can find any key code on exitFrame on keyDown set the text of member "theKeyCode" to string

Re: Lingo-L Digest V1 #1674

2000-10-19 Thread ashanet
> From: [EMAIL PROTECTED] (Lingo-L Digest) > Reply-To: [EMAIL PROTECTED] > Date: Wed, 18 Oct 2000 01:13:29 -0400 (EDT) > To: [EMAIL PROTECTED] > Subject: Lingo-L Digest V1 #1674 > > > Nice job, Gopinath, especially for your first project. > > Now that I've seen it, I agree with Mark--I think

Re: Lingo-L Digest V1 #1674

2000-10-18 Thread ashanet
> > The only thing that didn't seem to work right was the "Skip intro" button. > It came and went so quickly I didn't have a chance to click it--in fact, it > actually seemed to avoid my mouse cursor. > > Good job, though. Keep plugging away! Kerry, Thanx a lot for that encouragement! :) that's wh

Re: Lingo-L Digest V1 #1674

2000-10-18 Thread ashanet
> From: [EMAIL PROTECTED] (Lingo-L Digest) > Reply-To: [EMAIL PROTECTED] > Date: Wed, 18 Oct 2000 01:13:29 -0400 (EDT) > To: [EMAIL PROTECTED] > Subject: Lingo-L Digest V1 #1674 > > The only thing that didn't seem to work right was the "Skip intro" button. > It came and went so quickly I didn't

Re: Lingo-L Digest V1 #1664

2000-10-11 Thread ashanet
> From: [EMAIL PROTECTED] (Lingo-L Digest) > Reply-To: [EMAIL PROTECTED] > Date: Tue, 10 Oct 2000 11:59:33 -0400 (EDT) > To: [EMAIL PROTECTED] > Subject: Lingo-L Digest V1 #1664 > > Subject: keyPresses > > Ok guys... > I have a car race game where the arrow keys control the position of the car

Re: Lingo-L Digest V1 #1664

2000-10-11 Thread ashanet
> From: [EMAIL PROTECTED] (Lingo-L Digest) > Reply-To: [EMAIL PROTECTED] > Date: Tue, 10 Oct 2000 11:59:33 -0400 (EDT) > To: [EMAIL PROTECTED] > Subject: Lingo-L Digest V1 #1664 > > Subject: keyPresses > > Ok guys... > I have a car race game where the arrow keys control the position of the car

Re: Lingo-L Digest V1 #1662

2000-10-10 Thread ashanet
>> how do I pass the name of the current movie to the called movie > > > > Global variables persist, so just put the name of the current movie > into a variable before going to the called one. the following doesn't work:- in the first movie : on prepareMovie global mName set mName to

Re: "cast to time" equivalent in lingo?

2000-09-30 Thread ashanet
simple select all the cast members you want as a sprite and drag them into the score window. I discovered this accidentally though I wanted them to be separate good that my mistake was helpful to someone I am sorry select all the casts and from modify select cast to time gopinath regards gopi

Re: "cast to time" equivalent in lingo?

2000-09-30 Thread ashanet
simple select all the cast members you want as a sprite and drag them into the score window. I discovered this accidentally though I wanted them to be separate good that my mistake was helpful to someone regards gopinath menon > From: Paul Shrubsole <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTEC

externalEvent.

2000-09-29 Thread ashanet
Dear Kerry, > Try: > gotoNetPage("JavaScript: history.back()") Thanx a lot it saved my life it worked on the first shot I had earlier sent this message but for some strange reason it was sent back to me. please try http://akgc.hm when you get time [To remove yourself from this list, or to

Re: externalEvent.

2000-09-28 Thread ashanet
Dear Kerry, Thank you very much it worked at first shot!!! :) these pseudo codes are sometimes very useful! after a few days please try http://www.ajitkhimjigroup.com that's what I am working on gopinath menon > From: Kerry Thompson <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date:

externalEvent.

2000-09-27 Thread ashanet
hi! this is my first question. I hope it stays that way. story: I designed a presentation, in D7 ( internet studio) then to put it on the web I saved each Dir. files into shockwave now, some links (" play x frame of y movie"} wouldn't work on the web and since I used fla

Transparency with 3 layers?????

2000-09-27 Thread ashanet
the image with transparent center should be a PhotoShop file with transparent back ground and the image as a layer import it directly into d7 it will cost you some extra memory gopinath > From: Nikaj Wiggers <[EMAIL PROTECTED]> > Organization: Araneum > Reply-To: [EMAIL PROTECTED] > Date: Wed, 2

externalEvent(" goBack")

2000-09-26 Thread ashanet
hi! this is my first question. I hope it stays that way. story: I designed a presentation, in D7 ( internet studio) then to put it on the web I saved each Dir. files into shockwave now, some links (" play x frame of y movie"} wouldn't work on the web and since I used fla