Re: lingo-l Ipix problem.....

2001-08-20 Thread faisal moro
That Xtra has been discontinued. Anyway, there' the possibility to use the QT one, after a lil' chain of export ipix/import QT/saveAsCubic etc. I worked to a project containing ipix source (don't remember if it was modified in some way, i hve to ask for details), and we solved it in this way,

Re: lingo-l dragging a non-moveable sprite

2001-08-20 Thread David MacDougall
have you tried updateStage during the stilldown section. - Original Message - From: Slava Paperno [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 20, 2001 1:18 AM Subject: lingo-l dragging a non-moveable sprite For a couple of reasons, I don't want to make my sprite

lingo-l Automatically updating the drop down menu

2001-08-20 Thread Pandey
Hi guys, I'm developing cd-player with the help of cdpro extra, I need some help. Thru cdpro xtra i can get the value of number of tracks in the audio cd if the number of songs are ten, it give me the value 10. What i would like to do is this number 10 should automatically come into the drop

lingo-l mouseLoc or?

2001-08-20 Thread mark verhoef
Hello,I got the following question. I've got A Qt movie on stage.But I don't want the mouse to enter it I want the mouse to stay just outside of the movie. How do I do this. thanks... [EMAIL PROTECTED] kloosterleuter str.31-19 3961 AX Wijk bij Duurstede tel:06-51922532

lingo-l tight situationPLEASE HELP

2001-08-20 Thread Alex Macleod
Firstly, Hi, this is my first posting and hope that you are fine and the weekend hangovers are'nt too bad. I have a BIG problem, I have a flash interface and have been building it for a couple of weeks now and have putting a lot of time and effort into making it. I have used director a few times

Re: lingo-l tight situationPLEASE HELP

2001-08-20 Thread Chris Aernoudt
try turning off direct to stage in the prop. inspector for yer QT flashies - Original Message - From: Alex Macleod [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 20, 2001 2:34 PM Subject: lingo-l tight situationPLEASE HELP Firstly, Hi, this is my first posting and hope

Re: lingo-l mouseLoc or?

2001-08-20 Thread Chris Aernoudt
I don't think you can do that, unless if you use a fake cursor that you move around. - Original Message - From: mark verhoef [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 20, 2001 11:32 AM Subject: lingo-l mouseLoc or? Hello,I got the following question. I've got A Qt

lingo-l Convert cbt to html for web

2001-08-20 Thread mitesh
Hi Friends, I had created one cbt in director 7.0.2 now i want to create that on web so how can i create that. In cbt some database is also there. I have created one shockwave file create html file also but it gave script error. I think some function is not working. so which is best easy way

Re: lingo-l tight situationPLEASE HELP

2001-08-20 Thread Alex Macleod
thanks chris, I have tried this to no avail :( I'm desperately trying to salvage my work is there anything else i could try?? Thanks Alex MacLeod _ Qd (London) Ltd TV/Radio, Music Video, New Media, Design http://www.qotd.co.uk [EMAIL

Re: lingo-l Ipix problem.....

2001-08-20 Thread Terry R. Schussler
At 9:45 AM +0200 8/20/01, faisal moro wrote: That Xtra has been discontinued. Anyway, there' the possibility to use the QT one, after a lil' chain of export ipix/import QT/saveAsCubic etc. I worked to a project containing ipix source (don't remember if it was modified in some way, i hve to ask

Re: lingo-l Ipix problem.....

2001-08-20 Thread Roy Crisman
FYI, from the documentation: the files you would need would be: Authoring License (Not to be distributed) • Ipixtra.lic -- the IPIX Xtra Authoring license The IPIX Xtra (Distributable) • Ipixtra.x32 -- the actual distributable IPIX Xtra file • Ipx32_56.dll -- shared library

lingo-l dragging a non-moveable sprite

2001-08-20 Thread Slava Paperno
Yes, sure. Adding an updateStage after every location update makes no difference--it is still possible to break the mouse pointer away from the sprite with a quick motion, and then the hander stops working. I also tried putting the sequence in the exitFrame script. In that case, the handler

RE: lingo-l tight situationPLEASE HELP

2001-08-20 Thread Jorge Pena
Try setting the Static property of the flash member to true -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alex Macleod Sent: Monday, August 20, 2001 9:35 AM To: [EMAIL PROTECTED] Subject: Re: lingo-l tight situationPLEASE HELP thanks chris, I have

Re: lingo-l dragging a non-moveable sprite

2001-08-20 Thread pranavn
You're right Slava. Repeat loops suspend _all_ other animation in Director. Frame scripts won't work well either when the frame rate drops down too much. However, courtesy of timeOut objects, you can have smooth motion without the lockout of repeat loops. Here's some code over the top of my

Re: lingo-l tight situationPLEASE HELP

2001-08-20 Thread Christian Wach
Jorge Pena wrote: I'm desperately trying to salvage my work is there anything else i could try?? it may be a bit late for this, but you could split up your Flash stuff into several movies which sit *around* the QT. I had to do this with an interface built in Flash for a SW3D project... it's a

Re: lingo-l tight situationPLEASE HELP

2001-08-20 Thread Chris Aernoudt
Static flash navigation would suck, no?? Try not to put the QT over the flash thingie... Maybe you can solve it in another manner - is the QT really necessary??? If it is a small number of frames, you should consider breaking up the movie. - Original Message - From: Jorge Pena [EMAIL

lingo-l Re: QTs not playing on net

2001-08-20 Thread Kurt
But my new and far more serious problem is now getting the sounds to play over the internet. When I publish my project, everything works great locally on my computer and in my browser. However, when I copy the files to the internet and try from http://... everything works except for the

Re: lingo-l tight situationPLEASE HELP

2001-08-20 Thread Alex Macleod
thanks very much guys, I'm going to try two things, 1) breaking up the flash to fit around the mpgs 2)convert the mpgs to swf and just use flash this time? Thanks for your help I hope i can help you out soon. Later, Alex MacLeod _ Qd

RE: lingo-l xml parser links/questions

2001-08-20 Thread Watson, Christopher
So, it looks like you're able to produce what you need, for now. Correct? DOM-Lingo will be going public soon, and I will have a URL to share with the list as soon as I can get the host admin off his butt and link the directory up. Christopher Watson Sr. Software Engineer Lightspan, Inc.

RE: lingo-l tight situationPLEASE HELP

2001-08-20 Thread Leon McComish
Or how about using a background transparent Flash movie? If the QT sits in the middle of some kind of Flash border, try making the middle part of the movie transparent and sitting the QT in that -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chris

lingo-l Re: Lingo-L Digest V1 #2118

2001-08-20 Thread LipNorth
Alex, I recently did a project with lots of Flash graphics and QT movies. I experienced a similar problem. What you have to do is keep the two away from each other. I found that when they touched or overlapped everything went to crap. Maybe its because they are both moving and probably at

lingo-l dragging a non-moveable sprite

2001-08-20 Thread Slava Paperno
Thanks, Roy--but no, not really. The movement is still laggy, just as it was when I had the stillDown in my exitFrame handler. You're right--when I adjust location in the sprite's handlers, I lose the stillDown, but not when I do that in exitFrame: the result is the same whether I use a flag

Re: RE: lingo-l mouseLoc or?

2001-08-20 Thread Kurt Griffin
You can use BuddyAPI to restrict the movement of the cursor... RestrictCursor Description:baRestrictCursor restricts the cursor to a specified part of the screen. Usage:baRestrictCursor( Left, Top, Right, Bottom ) That raises an interesting question, though - how do you

Re: lingo-l dragging a non-moveable sprite

2001-08-20 Thread Roy Crisman
Well, the other suggestion with the timeOut object would be the other part which is related to the frameRate. What rate are you setting it to? What rate are you actually getting out of the performance? If it's just a small member following the mouse, you must be doing something that causes

RE: lingo-l dragging a non-moveable sprite

2001-08-20 Thread Al Hospers
The sprite moves way behind the mouse pointer (comical, almost). This is under Windows 2000, 450 MHz, D8. And the sprite's member is a small text member with Background Transparent ink. Any other ways to achieve that? 80% (my gestimate) of your problem here is perception. if you turn off

RE: lingo-l OOP and ancestor access

2001-08-20 Thread Irv Kalb
Al Hospers (and others) wrote: OK, A bunch of different messages on this topic Sorry, I've been working on other stuff, and finally have a chance to jump in here. A couple of things ... I think the article that was originally cited here is very good. However, it is slanted toward the Java

RE: lingo-l OOP and ancestor access

2001-08-20 Thread Al Hospers
Irv, glad to hear ya... There are a lot of messages on this thread and I've just skimmed most of them. I've been trying to understand where Al is going when he is talking about a global QuickTIme object and a global Slider object. Maybe I'm missing something, but wouldn't this make more

lingo-l list populating in authoring but not run-time mode

2001-08-20 Thread Kelly Fischbach
I have a piece of software that scores (using a parent script) a series of question screens, and keeps the scores in a property list. the very last screen (the last property in the list) is not being scored at runtime (the list is not being populated). However, during runtime(stepping through in

lingo-l RE: lingo-l Re: Help to QTVR for PC from México

2001-08-20 Thread Thomas Higgins
Mudo, Lo siento, no sabia que quieres una programma para Windows. No tengo experiencia con creando los ficheros de QTVR y no se cual es lo mejor, espero que alguien en este groupo puede ayudar con esta pregunta. No le importa a Director cual programma usas para crear los QTVRs, si los ficheros

Re: lingo-l shortcut on desktop

2001-08-20 Thread Mark A. Boyd
At 12:24 17/08/2001, Mark wrote: Hello All, Without having to write a text file to the target machine is there a way from a button in director to put a web page shortcut on a persons desktop(pc and mac)? I can't speak for the Mac, but web page shortcuts on Windows ARE just plain text files

Re: lingo-l SingleInstance woes in D8.5

2001-08-20 Thread Mark A. Boyd
At 20:44 19/08/2001, john wrote: I've made a projector and an .ini file. Under [Settings] I have the line SingleInstance=1 But how come its not working? I mean I was still able to run my projector a second time. Using DSS8.5, Windows98SE The most reliable Windows-only solution I know of is

RE: lingo-l OOP and ancestor access

2001-08-20 Thread Irv Kalb
At 4:03 PM -0400 8/20/01, Al Hospers wrote: Irv, snip yes. in my last post I said that both should be behaviors in this example. at first I was trying to talk about this as an object just for the sake of argument. then I realized that this was getting confusing so I just stripped it down to

RE: lingo-l shortcut on desktop

2001-08-20 Thread Al Hospers
I can't speak for the Mac, but web page shortcuts on Windows ARE just plain text files with the .url extension. For instance, use Notepad or an equivalent text editor and save the following as test.url oops, right. sorry. I was looking at regular shortcuts, which are binary. wry grin Al

RE: lingo-l OOP and ancestor access

2001-08-20 Thread Al Hospers
The basic idea of an accessor is that it is a specialized method which just gets or sets a property variable within an object, like this: SNIP yes, I write things like this all the time. The author of the article was basically saying that methods like these above should never be written

RE: lingo-l OOP and ancestor access

2001-08-20 Thread Al Hospers
hi Mark, There is no need for a get/set situation, your passing a useable parameter and allow the other object class to deal with it as it sees fit. What happens within the other object is non of the message senders business. In this manner, you still communicate but you pass simple values

RE: lingo-l Cue Points and Shockwave

2001-08-20 Thread Buzz Kettles
One could also put a list of cuepoints into the comment tag of an ID3 tag within a mp3, then use Director 8.5 to extract that and use Timeout objects to trigger events whenever the 'cue points' occur. But using cue points in SWA is a LOT easier ... btw - What kind of audio files (aif, wav,

RE: lingo-l OOP and ancestor access

2001-08-20 Thread Irv Kalb
I think Mark did a great job of explaining it here. The key is that QT behavior just broadcasts a message about the percentage completion of the QT movie, and the receiver (the slider behavior) does whatever it needs to do to represent that amount of completion. The slider behavior could be

Re: lingo-l QT/Flash flicker (was: tight situation)

2001-08-20 Thread ifmp
RE: -- From: Nick Youmans [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: lingo-l QT/Flash flicker (was: tight situation) Date: Mon, Aug 20, 2001, 11:03 AM I do not think that will work. Director does not like ANY over-lapping between non-static flash sprites and quickTime

lingo-l calling xtra / having script object

2001-08-20 Thread grimmwerks
Ok, so I'm trying to create an instance of the audio xtra with ye old temp = new(xtra audio) I get back 'put bob': -21474836547 I'm assuming that my parent script is interferring - is there any way 'round this? What's the old syntax? [To remove yourself from this list, or to change to digest