Re: How do I lock a Director file

2000-11-23 Thread Ramesh CT
ovie 'one' inside the message window and press ENTER 8. type saveMovie "C:\windows\desktop\one.dir" Check in the desktop for the Director file. You cannot get any scripts, you get all the media. -- Ramesh CT http://www.geocities.com/ramesh_ct/ manisha sinha wrote: > &g

Re: in search of web site

2000-11-23 Thread Ramesh CT
Hi Manisha, Check out this link, may be helpful to you http://www.macromedia.com/support/director/how/expert/manage/managemm.html -- Ramesh CT http://www.geocities.com/ramesh_ct/ manisha sinha wrote: > > Hi List, > > Does anyone know a good website from where i can get

Re: minimize full-screen projector?

2000-11-23 Thread Ramesh CT
Hi Check appMinimize command in Director's help. This command minimizes the the projector. -- Ramesh CT http://www.geocities.com/ramesh_ct/ Clars Danvold wrote: > > hello All > > Does anyone know of lingo or an Xtra that can minimize a project running > full screen? That

Re: fade out sound and then jump to ...

2000-11-21 Thread Ramesh CT
d mouseUp on exitFrame me if pFadeStart then if the milliseconds < pFadeEnd then -- go the frame else pFadeStart = VOID go next end if end if end exitFrame -- Let me know

Re: FileIO overwrite ?

2000-11-16 Thread Ramesh CT
file(fileObj) end -- from message window try overWriteFile "C:\windows\desktop\new.txt", "newtext" Ramesh CT http://www.geocities.com/ramesh_ct/ _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

Comparision between two sounds?

2000-11-16 Thread Ramesh CT
compare the two sounds, are there any xtras? -- some thing like this if sound "A" = sound "user" then -- do something end if Is there a Speech to Text kind of xtra for Director?. -- Ramesh CT http://www.geocities.com/ramesh_ct/

white pixels arround the images

2000-11-13 Thread Ramesh CT
ixels arround the puzzle pieces at http://www.geocities.com/ramesh_ct/jigsaw.htm Thanks Ramesh CT __ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com [To remove yourself from this list, or to change to digest mode,

Re: sprites appearing and disappearing

2000-11-08 Thread Ramesh CT
= pOrigLoc -- place it original location end on disappear me pSprite.loc = point(-999,-999) -- place offstage end Ramesh CT http://www.geocities.com/ramesh_ct/ -Original Message- From: JUAN COLON <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, Novem

Re: Please help - time computation based on frame

2000-11-07 Thread Ramesh CT
= framesPerSecond * currentFrame -- float value of remainingTime -- remainingTime = (totalTime - elapsedTime)/60 -- integer value of remaining time remainingTime = integer((totalTime - elapsedTime)/60) return remainingTime end Ramesh CT http://www.geocities.com/ramesh_ct/ -Original

Re: Please help - time computation based on frame

2000-11-07 Thread Ramesh CT
= framesPerSecond * currentFrame -- float value of remainingTime -- remainingTime = (totalTime - elapsedTime)/60 -- integer value of remaining time remainingTime = integer((totalTime - elapsedTime)/60) return remainingTime end Ramesh CT http://www.geocities.com/ramesh_ct/ -Original

Re: Flash animation in director 7 ?

2000-11-07 Thread Ramesh CT
or you can pass frame number from flash itself like this frameNumber = 10 getURL("lingo:goFrame " add frameNumber ) and in director movie script on goFrame number go number end Ramesh CT http://www.geocities.com/ramesh_ct/ -Original Message- From: Colin Holga

Re: Flash animation in director 7 ?

2000-11-07 Thread Ramesh CT
Hi Use getURL function in flash to execute a hander in director getURL("lingo:goMarker()"); and in director have a handler in movie script on goMarker go "marker name" end Ramesh CT http://www.geocities.com/ramesh_ct/ -Original Message- From: Martin Bedard &l

Re: working with sound

2000-11-07 Thread Ramesh CT
Hi Sreedhar, Check out Multimedia Hadyman's article on Slider control behavior at http://www.director-online.com/accessArticle.cfm?id=922 regards Ramesh CT http://www.geocities.com/ramesh_ct/ -Original Message- From: sreedhar reddy <[EMAIL PROTECTED]> To: [EMAIL PROTECT

Re: case?

2000-11-07 Thread Ramesh CT
-- shockwave movie script on EvalScript aParam passedVariable = aParam end Hope this helps Ramesh CT http://www.geocities.com/ramesh_ct/ -Original Message- From: gunjang <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Tuesday, November 07, 2000 2:48 P

Re: opening file from Cd

2000-11-06 Thread Ramesh CT
he cdrom drive Are you using gotoNetPage command to open the html files?. I will able to understand what you are trying to do if you can send me your script. Ramesh CT http://www.geocities.com/ramesh_ct/ -Original Message- From: manisha sinha <[EMAIL PROTECTED]> To: [EMAIL PROTECTE

Re: opening file from Cd

2000-11-03 Thread Ramesh CT
rrent director movie file is located. on mouseUp gotoNetPage the moviepath & "mypage.htm", "_new" end Sorry if this not the right one you are looking for regards Ramesh CT http://www.geocities.com/ramesh_ct/ -Original Message- From: manisha sinha <[EMAIL

Re: Changing Projector.exe Icon -- Icon Editor Name

2000-10-31 Thread Ramesh CT
c32.skl to Director's folder. regards Ramesh CT -Original Message- From: Raru <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, November 01, 2000 2:32 PM Subject: Changing Projector.exe Icon -- Icon Editor Name |Dear List, | Could anybo