RE: lingo-l thanx jonathon but

2000-11-30 Thread Jon Paul Alongi
thnax for the help...but hw do i get the sprite to move along incrementally like super mario moves along the page. thanx jon -Original Message- From: Rees, Jonathan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 29, 2000 7:56 PM To: [EMAIL PROTECTED] Subject: RE: lingo-l

Re: lingo-l HELP HELP !!!

2000-11-30 Thread gopinath
on 27/11/00 7:02 AM, Rees, Jonathan at [EMAIL PROTECTED] wrote: Can somebody look at the diagram and tell me what is going on with this. I need to get the man to touch the line then stop but the box around the sprite seen to intersect before the line... Cheers

lingo-l re-framerate

2000-11-30 Thread jean-louis valero
Hello John Trentini, I'm sorry, I had missed your last message With Brennan you had the same feeling: to use a little application (like RealBasic) to access that info. I think it's a very good idea.( if I can do the job !) Thanks a lot jl you wrote: Hi Jean-Louis, I was afraid you would

lingo-l Moving a sprite with arrow keys.....HOw do i do a variable

2000-11-30 Thread Jon Paul Alongi
thanx for the help, but im a real NOVICE how can i move a simpel graphic dynamicly down the stage like mario moves acrross the tv could some one write me a simple piece of code... i know its only about 4 lines long...but i just cant get it right thanx 4 all help jon

RES: lingo-l Re: launching email

2000-11-30 Thread Bruno Pimentel
Hello Marcus, I solved this problem with a weird "trick": I create a flash projector, with the same score as the director score and put the mail to comand in a button. Then, in director, I put a open "flash projector name" comand in a contact button. this is the only way i found to send a mail

lingo-l file size

2000-11-30 Thread vitchu mury
iam creating games, and the file size worries me, when ever i import the files of 24 bit png after importing into director, the size increases, and the quality gets affected.So when made 8 bit the quality is lost, is there any where where the file size is reduced and the quality is maintained for

Re: lingo-l Moving a sprite with arrow keys.....HOw do i do a variable

2000-11-30 Thread Mark A. Boyd
At 03:38 AM 11/30/00, Jon Paul Alongi wrote: how can i move a simpel graphic dynamicly down the stage like mario moves acrross the tv could some one write me a simple piece of code... i know its only about 4 lines long...but i just cant get it right Here's one way. Let's say you've set the

Re: lingo-l My last point

2000-11-30 Thread Carl West
"Rees, Jonathan" wrote: ... Does anybody know how I can record the point in a list so when the on detcetcollision handler is called I can set him to the say a point of 3 locations before. or is there a way of recording the position one or three places or pixels or points or whatever

lingo-l Restart Projector, after install

2000-11-30 Thread blank
Hello all, I'm and trying to find a way to relaunch a Projector after it has finished installing Acrobat. I quit the projector before begining the install to be safe but would like to be able to relaunch the projector without the user having to do anything. Thanks in advance! - pete

lingo-l RGB2HSV

2000-11-30 Thread Yariv Alter Fin
Hi all, does anybody know any functions for translating RGB to HSV/HLS value, and back...? thanx in advance Yariv Alter /alterFIn www.alterFin.com [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 fatal errors

2000-11-30 Thread Conrad Ayala
Does anyone know why Director causes a fatal errors sometimes? Sometimes when a fatal error does happen, all I have to do is move a sprite down a level or two. Why is that? What causes it? And Ho wcan I have it stop causing a fatal error? Conrad Ayala Interface Architect The Spin Group,

lingo-l no response timer

2000-11-30 Thread ALVIN GO
Hi everybody! I have this project that when left alone with no mouse movement or any key pressed in a period of time should go back to the intro(or somewhere). Where should I put the script? Any links/suggestions to a similar situation? Thanks in advance! Yours, Alvin

Re: lingo-l no response timer

2000-11-30 Thread John Erazo
Alvin, Check out the on timeOut and timeOutLength in the Director dictionary. The default timeOutLength is 10800 ticks or 3 mins but you can always set it to the length you want. It should be placed in a movie script. on timeOut go to "intro" end Hope this helps. John Erazo -

lingo-lzooming in/scaling sprites

2000-11-30 Thread Stephen Ingrum
I have a flash sprite that I'm trying to zoom in on a user defined area (mouse click)- there's something I'm not getting (probably oxygen), but could somebody please help? added to the mix- I want the clicked-on (and scaled up) point to be at 208,279 (the center of the zoom window). bg... the