Re: lingo-l Confusion with intersect, rects, points

2000-10-04 Thread Ramesh C T
Hello Christine, I didn't get the clear picture of what you are trying to do from your script. The script below moves the pChip sprite at 45 degrees and when this sprite intersects with the tree sprite, it repells and move in an opposite direction. --Movie script global gTreeSprite on

lingo-l urgent help required

2000-10-04 Thread sreedhar reddy
hello all im doing a project in which i want to open an .exe file by creating a button and just cliing on the button should open the .exe file done in VB or Authorware. my doubts are 1)is it possible for us to open a standalone player done by using VB or Authorware 2)whats the sytax that is

lingo-l detect acrobat

2000-10-04 Thread pua jeand
Dear all list, how do i detect user computer got the acrobat reader 4.0, when start the projector.. thank jeand _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself,

RE: lingo-l urgent help required

2000-10-04 Thread sreedhar reddy
hello mark thanks for the reply but i dont know how to use the open command in director as im a newbie to director please try to help me with syntax thanks once agian for the reply sreedhar --- "Mark R. Jonkman" [EMAIL PROTECTED] wrote: Hi Sreedhar You can use the lingo Open command to open a

Re: lingo-l detect acrobat

2000-10-04 Thread Luke Wigley
Hi, there are a few different ways: 1. You can use BuddyApi Xtra from http://www.mods.com.au/ For example: on getPathToAcrobat -- returns EMPTY string if cannot find the application -- to open PDF files if the platform contains "macintosh" then PathToAcrobat = baFindApp("CARO")

Re: lingo-l urgent help required

2000-10-04 Thread Ramesh C T
Hi Sridhar, try using open command open "thePath theEXEName" e.g open "C:\Sreedhar\VB.exe" I dont think it is possible to control a standalone exe from lingo except opening and may be possible using 3rd party xtras like MasterApp and BuddyAPI etc., regards Ramesh CT -Original

Re: lingo-l urgent help required

2000-10-04 Thread sreedhar reddy
hello ramesh thanks for the reply but when i open a notepad.exe by using the open command that application is opening but the problems is i want to save that file after creating text by choosing a close button is it possible for me to do that thanks once again for ur reply sreedhar --- Ramesh

RE: lingo-l urgent help required

2000-10-04 Thread sreedhar reddy
hello andreas thanks for the reply but i dont have the buddy.api xtra sreedhar --- Andreas Gaunitz [EMAIL PROTECTED] wrote: Shreedar, Check out the Director Online help. It spells out quite nicely there. BuddyAPI would maybe be better in your case though, as you can control the

Re: lingo-l urgent help required

2000-10-04 Thread Ramesh C T
Hi You can download the demo version and use 2 functions(free). http://www.mods.com.au/budapi regards Ramesh C T -Original Message- From: sreedhar reddy [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Wednesday, October 04, 2000 3:47 PM Subject: RE: lingo-l urgent help

Re: lingo-l Shockwave, how to store?

2000-10-04 Thread Ramesh C T
Hi Jorn, User can not save the movie to the server. You can store all the modifications user does with the movie to a text file using setPref command and when the movie is loaded again you can read the text file using getPref() command and set your movie according to the modifications in that

Re: lingo-l Shockwave, how to store?

2000-10-04 Thread Steven Ophalvens
Hi Jørn, saving to a server and maintaining the amount of created shockwave's will be difficult (don't even know if it is possible, my hunch says it isn't, becous of safety). An other alternative would be to have all the changes saved to the users machine, as text, using setpref. When your

Re: lingo-l Shockwave, how to store?

2000-10-04 Thread Jørn Madsen
I looked at the site and it looks like this is what I want to do. What actually happens behind the scenes? I received a link to an HTM-file. I also found the movie on my disk. When I "go" to the url the shockwave on my computer is "activated" with the text file from the server? Do you know if

lingo-l continuous play/animate in background

2000-10-04 Thread Mike Warner
Thanks, Neil. Such an easy answer. I just didn't think that'd work w/MIAW. Of course, I guess it's always the easy answers that we don't see. Thanks again, Mike BTW, someone suggested that I use audioXtra, but audioXtra doesn't work w/mp3s. Thanks anyway. Too bad, tho. It would have

Re : lingo-l Creating a customised game to send as attachment

2000-10-04 Thread Jonathan Primeau
Hi Paul, I think that the best solution for you is to use a database engine (V12DBE Xtra fom Integration New Media). That way, you can easily save your game data in a file (V12 DB file) so the player can send it to other player via email. You can also use a more advanced solution with V12

RE: lingo-l Confusion with intersect, rects, points

2000-10-04 Thread Robert Wingate
this doesn't really do the trick of repelling pChip from all directions, so I have been looking into the intersect, the rect, and the point Keep another variable within pChip's behavior that keeps track of which 'direction' he's moving at any time. So when pChip hits the tree, you can check

RE: Re : lingo-l Creating a customised game to send as attachment

2000-10-04 Thread Paul Steven
Hi there Thanks for the reply Jonathan, but it seems a bit over the top to need this powerful xtra just to store one string value. Basically all the customised game is, is a game that instead of the computer randomly setting the contents of 4 garages, the sender can set these 4 values and email

RE: lingo-l urgent help required

2000-10-04 Thread naga raj
Hai Sreedhar, Been long time, busy working on a flash project. As far as i know, the exe file which you are trying to open and your projector file should be on the same level.(if CD-Rom).For reading and writing text files go through DOUG good examples there are.I think i have an example file

lingo-l Shockwave - Director 8

2000-10-04 Thread Brian Coy
Does Shockwave on the web (director 8) support quicktime video assets? [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 for

Re: lingo-l Shockwave - Director 8

2000-10-04 Thread Colin Holgate
Does Shockwave on the web (director 8) support quicktime video assets? Not as a standard install, but you can set the QT3 Xtra to be downloaded when needed. [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 Editing Vector shapes in Flash

2000-10-04 Thread Ana Almeida
Just in case anyone was interested, I found an answer to my own question and thought I would share it with everyone on this list. Lingo offers programmatic control over individual curves, rendered through the Flash Asset Xtra, but individual curves in a SWF aren't addressable, there's no

RE: lingo-l importing images with alpha, please urgent

2000-10-04 Thread grimmwerks
...on a different note, one o the things I've been using lately are png files, which keep the alpha but need no xtras -- pro is shockwave, con is you can't import photoshop layers in one go... [http://www.grimmWERKS.com ]-- [ graphic design -|- sound

lingo-l ways to find shockwave version?

2000-10-04 Thread grimmwerks
I'm having problems with a shockwave working in shockwave 8 previous to last week's update. I'm doing a D7 version as well, and was thinking of using a preloader movie to check the version of the shockwave plugin working, and splitting to either a d7 or d8 version. I'm looking at the

Re: lingo-l Making a rollover button?

2000-10-04 Thread Irv Kalb
At 5:12 PM -0400 10/4/00, Bill Numerick wrote: Hi everyone, I'm trying to make a rollover button in director and i really have no idea where to even start. I've looked online and they seem to all have a ton of code. I tried the multistate button that's in the library that comes with Dir but it

lingo-l throwing behavior

2000-10-04 Thread grimmwerks
Can anyone point out any info on a behavior that, when the user holds the mouse down, builds up energy for a throw on mouseup? Just not sure the best way to implement this; adding a timer on a mousedown that every second the mouse is held down adds 5 to a property called 'energy'...? Hmm.

Re: lingo-l Making a rollover button?

2000-10-04 Thread Kerry Thompson
I'm trying to make a rollover button in director and i really have no idea where to even start. Get yourself two graphics--the button in the normal and rollover states. Put them in consecutive cast members (they don't have to be consecutive, but it's easier). Put the up-state graphic on-stage

Re: lingo-l ways to find shockwave version?

2000-10-04 Thread Mark A. Boyd
At 04:04 PM 10/4/00, grimmwerks wrote: Will, in the plugin runmode 'version' return the version of shockwave? Yes. I'm still using D7.02 and have never installed D8. This is what I get in the message window while viewing a shocked page: put version -- "8.0 net" put the environment --

RE: lingo-l importing images with alpha, please urgent

2000-10-04 Thread Neil Madsen
grimm... snip con is you can't import photoshop layers in one go... /snip In Fireworks, with the help of the export to Director xtra, you CAN export all of the layers of a PS file. Then in Director you Insert Fireworks Images from Fireworks HTML... Granted the file is now a PNG and not a

RE: lingo-l importing images with alpha, please urgent

2000-10-04 Thread grimmwerks
Ah! Forgot about that, and just read about it on DO.com. In Fireworks, with the help of the export to Director xtra, you CAN export all of the layers of a PS file. Then in Director you Insert Fireworks Images from Fireworks HTML... Granted the file is now a PNG and not a PSD. So I guess

lingo-l Set the desktop wallpaper

2000-10-04 Thread Ken Chin
Hi List, May I know any Xtra providing sets the desktop wallpaper function for both platform (PCMAC). Thanks in advance. Ken [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]