Re: Text question

2002-06-12 Thread Buzz Kettles
on keyDown me if the key <> RETURN then pass end At 10:23 PM -0400 6/12/02, you wrote: >I need to know how I can set up a text field or member so that when the >user types something in it (editable), it wont go to a new line when >they hit enter, but just stay there at the end of the current l

Shockwave 3D

2002-06-12 Thread hitesh
Dear All , HI!. I have a problem in director 8.5 3D ,wherein, I want to rotate a model (aircraft) so that it's head always points in the direction of the cursor using the mousewithin event. I do not want to use the orbit camera Action. I have tried modifying the orbit camera code to suit my

Re: Font problem

2002-06-12 Thread John Aquilina (JMW)
If you are not changing the text members at runtime, then you can pre-render the text members using 'Other Ink' and check 'Save Bitmap' in the member properties. This will save the rendered bitmaps of the text in the .dir It will increase the file size a little but means that the members don't n

Text question

2002-06-12 Thread DrEvil
I need to know how I can set up a text field or member so that when the user types something in it (editable), it wont go to a new line when they hit enter, but just stay there at the end of the current line.. Basically locking it into a single line while being editable. Thx [To remove yourself

Re: Setting a sprite start and end frame

2002-06-12 Thread Colin Holgate
> > >But you can always check the frame and make it visible/invisible. Visibility has many problems. Moving the sprite off the stage, or setting its member to 0 would be safer bets. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To p

Re: Setting a sprite start and end frame

2002-06-12 Thread grimmwerks
But you can always check the frame and make it visible/invisible. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning an

Re: Setting a sprite start and end frame

2002-06-12 Thread Colin Holgate
>How do I set the sprites start and end frame in >the score by Lingo. It's actually less obvious than maybe it should be. You would think that you could set the startframe and endframe, but they can't be set (as Buzz just said too). You can get the effect you might want with this: on spriter

Re: win xp probs

2002-06-12 Thread Buzz Kettles
freshest drivers? At 2:22 PM -0500 6/12/02, you wrote: >Ok, it doesn't seem to just be the OS Control xtra... > >almost EVERYTHING with Director needs to be moved until it's redrawn -- >what's the deal? I've upgraded to 8.5.1 -- > >WinXP and Radeon 8500 > >[To remove yourself from this list, or t

Re: Setting a sprite start and end frame

2002-06-12 Thread Buzz Kettles
you can't - it's an authoring system preference However with score recording, you could certainly record any specified number of frames. hth -Buzz At 7:00 PM -0700 6/12/02, you wrote: >How do I set the sprites start and end frame in >the score by Lingo. > > >__

RE: Editable fields

2002-06-12 Thread Buzz Kettles
I've got a drag-selector posted at http://kettles.best.vwh.net/dualList.proto.html Is this what you want? It doesn't perform any action(s) when the drag happens except move the strings (but I have used it to trigger armloads of stuff) -Buzz At 6:03 PM -0400 6/12/02, you wrote: >Is there a wa

Setting a sprite start and end frame

2002-06-12 Thread Garman Herigstad
How do I set the sprites start and end frame in the score by Lingo. _ Garman [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, em

Re: changing a property of a list...?

2002-06-12 Thread Buzz Kettles
At 11:06 AM -0500 6/12/02, you wrote: >At 10:39 -0500 06/12/2002, [EMAIL PROTECTED] wrote: > >>Ok so I've got a few nested proplists where the property is spelled wrong. >>I can get the property via gAreas[1].getPropAt(1), but there's no >>setPropat? > >That's correct. It's a lack that I've felt a

Re: changing a property of a list...?

2002-06-12 Thread Buzz Kettles
At 12:42 AM +0100 6/13/02, you wrote: >- Original Message - >From: "Buzz Kettles" <[EMAIL PROTECTED]> > > >> add the new prop >> copy the values from the old misspelled prop (use duplicate()) >> delete the original prop & original copy of the values > >Actually, you should *not* use dup

Re: changing a property of a list...?

2002-06-12 Thread Robert Tweed
- Original Message - From: "Buzz Kettles" <[EMAIL PROTECTED]> > add the new prop > copy the values from the old misspelled prop (use duplicate()) > delete the original prop & original copy of the values Actually, you should *not* use duplicate. Firstly, it will choke on anything that is

Re: changing a property of a list...?

2002-06-12 Thread Robert Tweed
- Original Message - From: "Howdy-Tzi" <[EMAIL PROTECTED]> > At 10:39 -0500 06/12/2002, [EMAIL PROTECTED] wrote: > > >Ok so I've got a few nested proplists where the property is spelled wrong. > >I can get the property via gAreas[1].getPropAt(1), but there's no > >setPropat? > > That's c

RE: Editable fields

2002-06-12 Thread DrEvil
Is there a way to allow a user to drag-select text within a text box to highlight it so it can be copied and stuff? Thanks for the clipboard commands but is there a way to drag select whatever you want from a large text box? Thx [To remove yourself from this list, or to change to digest mode, go

script error -- deleted objects?

2002-06-12 Thread Nmuta Jones
My project has 5 3d worlds, all of them are about 5 frames each, lined up one after another, all on sprite 1. I have several parent/child scripts and a few timeout objects running that basically control the navigation through the worlds, creation of primitives, etc. which is basically the same

Re: Error with Names sprites by James Newton...

2002-06-12 Thread James Newton
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Has anybody used the named sprites behavior by James Newton? (you can find > it in http://perso.planetb.fr/newton/) > > It works very well in authoring mode, and solves the problem of referencing > sprites by channel number wonderfully. However, whe

RE: importing html files

2002-06-12 Thread Carol Mahaffy
more info -- I did a put on the html file and it is setting a between my and tags that is NOT coded within my html file.. help this is just plain confusing now.. > -- > From: Carol Mahaffy > Reply To: [EMAIL PROTECTED] > Sent: Wednesday, June 12, 2002 3:18 PM > To:

Re: importing html files

2002-06-12 Thread Howdy-Tzi
At 15:18 -0400 06/12/2002, Carol Mahaffy wrote: >I am trying to import a html file in a text cast member on begin sprite. It >imports just fine. But after adding formatting I noticed that the file does >not start at the very top most of the text box. I took all of the formatting >off and it still

Re: director and flash

2002-06-12 Thread Colin Holgate
>Ah, now that's a possibility -- but consider how big a shockfile >gets; if I understand what you're suggesting you'd be passing >Shockwave data through a Flash plugin. Would you want some >pud-yanking geek trying to send that to your 'kia? No, that's not it. A new feature of Flash MX, I'm gu

Re: director and flash

2002-06-12 Thread Howdy-Tzi
At 14:51 -0400 06/12/2002, Colin Holgate wrote: >>>the flash remoting, compatability with nokia phones and for palm pilots. >> >>Ah. Plugins for portables -- I'd suspect not, strictly because of >>package size and bandwidth issues. There was some noise made about >>the "possibility" of a Shockw

importing html files

2002-06-12 Thread Carol Mahaffy
hey list -- I am trying to import a html file in a text cast member on begin sprite. It imports just fine. But after adding formatting I noticed that the file does not start at the very top most of the text box. I took all of the formatting off and it still brings it in as if there is a character

win xp probs

2002-06-12 Thread grimmwerks
Ok, it doesn't seem to just be the OS Control xtra... almost EVERYTHING with Director needs to be moved until it's redrawn -- what's the deal? I've upgraded to 8.5.1 -- WinXP and Radeon 8500 [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo

pretend you're my parents and ignore me

2002-06-12 Thread grimmwerks
I'm a dope. I just realized I had timbuktu'd to this machine and left the connection open - screen wasn't redrawing. Duh. I hang my head in shame. And will now update my addressbook. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi T

OS Control Xtra

2002-06-12 Thread grimmwerks
Hey Pimz, if you be around... I've been authoring with the OS Control xtra on the mac (and, if anyone's even curious about getting this DO! It really does kick things up a notch for director...and it's so cheap for a cross platform tool). I just moved the file to WinXP to do some authoring, a

Re: Editable fields

2002-06-12 Thread roy crisman
copyToClipboard and pasteClipboardInto may be helpful, too. roymeo At 08:24 AM 6/11/2002 -0500, you wrote: >At 21:37 -0400 06/10/2002, DrEvil wrote: > >>How can I enable a user to "paste" text data that has been copied >>elsewhere into an editable field in a movie? Thanks! > >Believe it or not

Re: director and flash

2002-06-12 Thread Colin Holgate
>>the flash remoting, compatability with nokia phones and for palm pilots. > >Ah. Plugins for portables -- I'd suspect not, strictly because of >package size and bandwidth issues. There was some noise made about >the "possibility" of a Shockwave for Palm back in 1999 or so and I >doubted it the

Re: Fake QTVR in Shockwave

2002-06-12 Thread Charlie Fiskeaux II
I know Flash does, and I think Shockwave does now, too, but I'm not sure. Charlie Fiskeaux II Media Designer The Creative Group www.cre8tivegroup.com 859/858-9054x29 - Original Message - From: "Randal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 12, 2002 1:57 PM Su

Re: Backspacing or empty a text line

2002-06-12 Thread Howdy-Tzi
At 12:22 -0500 06/12/2002, Fred Westermeyer wrote: >This is a job that you have to love to do it. > >Here is the code that I think is having the problem. > >property pMem, pText > >on beginSprite me > pText = " " > pMem = sprite(me.SpriteNum).member > pMem.text = pText > >end beginSprite >

Re: changing a property of a list...?

2002-06-12 Thread grimmwerks
Ah yeah, that would be a good way to flip it...thanks1 On Wed, 12 Jun 2002, Buzz Kettles wrote: > add the new prop > copy the values from the old misspelled prop (use duplicate()) > delete the original prop & original copy of the values > > -Buzz > > At 10:39 AM -0500 6/12/02, you wrote: > >O

Re: director and flash

2002-06-12 Thread Howdy-Tzi
At 13:39 -0400 06/12/2002, [EMAIL PROTECTED] wrote: >I just want to know if director has or will have the same features as flash >mx. You mean the slow script execution, lack of 3D, no imaging capabilities, extremely limited media and file handling, and zero access to OS hooks? I'd hope not.

Re: director and flash

2002-06-12 Thread Kerry Thompson
On Wed, 12 Jun 2002 11:03:47 -0700 Buzz Kettles wrote: > Yes, somebody does know. Wow--a first in software development. Somebody knows when a product will actually be released! :P Kerry Thompson appreciated you're worked [To remove yourself from this list, or to change to digest mode, go to

Re: Font problem

2002-06-12 Thread Buzz Kettles
Using Arial font on mac & moving that to Windows sucks - The win baseline doesn't match & the size seems off too. I seem to remember that you don't actually get Arial on Win Adding Arial to Arial to your fontmap.txt may help Alternatively, using Times (on mac) should map to Times Roman (win) &

Re: changing a property of a list...?

2002-06-12 Thread Buzz Kettles
add the new prop copy the values from the old misspelled prop (use duplicate()) delete the original prop & original copy of the values -Buzz At 10:39 AM -0500 6/12/02, you wrote: >Ok so I've got a few nested proplists where the property is spelled wrong. >I can get the property via gAreas[1].get

Re: Fake QTVR in Shockwave

2002-06-12 Thread Randal
At 1:05 PM -0400 6/12/02, Charlie Fiskeaux II wrote: >The Shockwave plugin handles Shockwave and Flash, but there is still a >separate Flash plugin that doesn't include Shockwave support. And one further stupid question... which one of these comes with default installations of IE? --Randal [To

Re: director and flash

2002-06-12 Thread Buzz Kettles
At 1:39 PM -0400 6/12/02, you wrote: >I just want to know if director has or will have the same features as flash >mx. the flash remoting, compatability with nokia phones and for palm pilots. >is this going to happen with director. also does anybody know when the next >version of Director will com

director and flash

2002-06-12 Thread Directorshock
I just want to know if director has or will have the same features as flash mx. the flash remoting, compatability with nokia phones and for palm pilots. is this going to happen with director. also does anybody know when the next version of Director will come out and what new features will it ha

Re: Re: Authoring from Lingo import to Cast andPosition in Score

2002-06-12 Thread Howdy-Tzi
At 12:22 -0400 06/12/2002, Garman 222 Herigstad wrote: >Needing to rebuild the movie over and over (for whatever client reasons) >seems to be the norm for this project as the content is being developed as >the director files are being worked on. As it looks now, this procedure >will repeat itsel

Re: Backspacing or empty a text line

2002-06-12 Thread Fred Westermeyer
This is a job that you have to love to do it. Here is the code that I think is having the problem. property pMem, pText on beginSprite me pText = " " pMem = sprite(me.SpriteNum).member pMem.text = pText end beginSprite on acceptInput me, newCharacter pText = pText & newCharcater pMe

Re: changing a property of a list...?

2002-06-12 Thread Howdy-Tzi
At 11:26 -0500 06/12/2002, [EMAIL PROTECTED] wrote: >On Wed, 12 Jun 2002, Howdy-Tzi wrote: > >> BTW could you update your address book for this list? Your note went >> to [EMAIL PROTECTED] ;) > >OH? When did it change? Near as I can tell several months ago, when the list went to a new listserv

Re: Fake QTVR in Shockwave

2002-06-12 Thread Charlie Fiskeaux II
The Shockwave plugin handles Shockwave and Flash, but there is still a separate Flash plugin that doesn't include Shockwave support. Charlie Fiskeaux II Media Designer The Creative Group www.cre8tivegroup.com 859/858-9054x29 - Original Message - From: "Randal" <[EMAIL PROTECTED]> To: <[

Re: Fake QTVR in Shockwave

2002-06-12 Thread Randal
At 10:46 AM -0500 6/12/02, Howdy-Tzi wrote: >I don't think you will be able to get that to happen no matter what you use. 95 >percent is an unrealistic number in a world populated by wildly-changing tech and >no-neuroned Microsoft drones. If you really want to ensure maximum compatibility I'd >

Re: Fake QTVR in Shockwave

2002-06-12 Thread Randal
At 10:46 AM -0500 6/12/02, Howdy-Tzi wrote: >1. A not inconsiderable number of users are not allowed to alter their systems by IT >wonks, and so can't or won't have Shockwave; and > >2. We don't know how *current* the sWave installs are in other locations. They could >be versions < 8.5, which wo

Re: Fake QTVR in Shockwave

2002-06-12 Thread Charlie Fiskeaux II
For the highest coverage, a Java powered solution would probably be your best bet (despite the XP deficiency). iPIX images are full 360 by 360 with realistic spherical distortion, and can be viewed in a webpage via a Java applet. (or via plugin, whichever you prefer.) The downside is that you ne

Re: Authoring from Lingo import to Cast and Position in Score

2002-06-12 Thread Garman 222 Herigstad
Thanks for the detailed answer. Actually, I've build the interface using the Director GUI method twice now, with 10 chapters, buttons working and able to load new movies, play sounds, etc. Needing to rebuild the movie over and over (for whatever client reasons) seems to be the norm for this pro

Re: Backspacing or empty a text line

2002-06-12 Thread Howdy-Tzi
At 10:49 -0500 06/12/2002, Fred Westermeyer wrote: >Corker is the word, some time I fill like starting all over with it, but >I do like a challenge. Well, you're working with the right engine then. ;) If you have not already done so, search your Lingo code to see if there is any script, any pl

Re: changing a property of a list...?

2002-06-12 Thread grimmwerks
On Wed, 12 Jun 2002, Howdy-Tzi wrote: > > BTW could you update your address book for this list? Your note went > to [EMAIL PROTECTED] ;) OH? When did it change? [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to th

Re: changing a property of a list...?

2002-06-12 Thread Howdy-Tzi
At 10:39 -0500 06/12/2002, [EMAIL PROTECTED] wrote: >Ok so I've got a few nested proplists where the property is spelled wrong. >I can get the property via gAreas[1].getPropAt(1), but there's no >setPropat? That's correct. It's a lack that I've felt a few times myself. To work around it you bas

Re: Backspacing or empty a text line

2002-06-12 Thread Fred Westermeyer
Corker is the word, some time I fill like starting all over with it, but I do like a challenge. Fred >>> [EMAIL PROTECTED] 06/12/02 10:18AM >>> At 16:45 -0500 06/11/2002, Fred Westermeyer wrote: >I tred both ways and still not working, I check all my coding and >deleted >all that was not neede

Re: Fake QTVR in Shockwave

2002-06-12 Thread Howdy-Tzi
At 16:16 -0400 06/11/2002, Randal wrote: >Here's a question I have been thinking about recently. I find your approach intriguing but I have to point out something that might be a major problem for you, if it's as fallacious as I think it might be. >Most machines these days, though, have Shock

changing a property of a list...?

2002-06-12 Thread grimmwerks
Ok so I've got a few nested proplists where the property is spelled wrong. I can get the property via gAreas[1].getPropAt(1), but there's no setPropat? [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, ema

Re: Authoring from Lingo import to Cast and Position inScore

2002-06-12 Thread Howdy-Tzi
At 09:31 -0400 06/12/2002, Garman 222 Herigstad wrote: >Thanks for the replies. >I'm just having trouble understanding the basic correct syntax for: > >1) importing a file to the cast In general you first create a member of the type you want, then import the file into that member, then set its

Re: Authoring from Lingo Questions.

2002-06-12 Thread Howdy-Tzi
At 17:58 -0400 06/11/2002, Tab Julius wrote: >I disagree - I've been writing Lingo-only interfaces for years now. >Since I come from a software engineering background, it's easier for >me to conceptualize and do than trying to intermix the score and >Lingo. If you were from a graphics arts ba

Re: Re: Fake QTVR in Shockwave

2002-06-12 Thread Colin Holgate
>look at "floor" or pan ALL the way up the look at "sky". It should >be at http://www.theburrow.co.uk > >This looks close to what I was thinking of, but his demo is a bit >slow. I also wonder why he uses a box instead of a sphere, and I >wonder if that would make this technique unusable for ph

Re: Backspacing or empty a text line

2002-06-12 Thread Howdy-Tzi
At 16:45 -0500 06/11/2002, Fred Westermeyer wrote: >I tred both ways and still not working, I check all my coding and >deleted >all that was not needed and all behavior not needed. I remake the >buttons and put new code in them on the empty I only have that on >behavior. Lost and I am going home

Re: Fake QTVR in Shockwave

2002-06-12 Thread Randal
At 1:31 PM + 6/12/02, Nmuta Jones wrote: >I have seen two viable alternatives in Shockwave: > >1. The skybox by Barry Swan. Looks even better than QTVR and you can even pan ALL the >way down to look at "floor" or pan ALL the way up the look at "sky". It should be at >http://www.theburrow.co

Re: htap error in win98?

2002-06-12 Thread Mark A. Boyd
At 08:38 11/06/2002, [EMAIL PROTECTED] wrote: >Hey I've got a client that got some work from another director guy >(that'll learn ya!) and he says he's getting htap errors in Win98. Now, I >don't know what version of Director this is yet, nor what's trying to be >done. Just putting out feelers if

Re: Authoring from Lingo import to Cast and Position inScore

2002-06-12 Thread Garman 222 Herigstad
Re: Authoring from Lingo import to Cast and Position in Score Thanks for the replies. I've been writing scripts in cshell and perl for years, and would really rather let lingo do the tedious work of importing the cast members and assigning their positions on the score. When I get this to work

Re: Fake QTVR in Shockwave

2002-06-12 Thread Nmuta Jones
I have seen two viable alternatives in Shockwave: 1. The skybox by Barry Swan. Looks even better than QTVR and you can even pan ALL the way down to look at "floor" or pan ALL the way up the look at "sky". It should be at http://www.theburrow.co.uk 2. GlomTime VR-- I cannot remember the autho

Re: opening a new browser window

2002-06-12 Thread Zuid zijde reclamebureau
using javascript:self.close(); instead of javascript:window.self.close() worked for me on that anoying alert even in IE5. but somehow, sometimes, note, really erratically, when using on mac with communicator i got the alert. why not all the time, i don't know... but, instead of calling a wind

Re: Fake QTVR in Shockwave

2002-06-12 Thread hitesh
Dear All , HI!. I have a problem in director 8.5 3D ,wherein, I want to rotate a model (aircraft) so that it's head always points in the direction of the cursor using the mousewithin event. I do not want to use the orbit camera Action. I have tried modifying the orbit camera code to suit my

opening a new browser window

2002-06-12 Thread nik crosina
Hi List, I am working on a project that requires a web page to be opened by a projector. I know the gotonetpage lingo, and have used it before, but maybe there is a way of doing what I need to do right from within Director: I need to open a browser window that appears at a particular position

Radium MP3 Codec

2002-06-12 Thread rdantas
Hello list, Has anybody had any experience with Radium's MP3 Codec? I can run the videos using Media Player, but not inside Director (8.5). Any help would be greatly appreciated. Thanks in advance, Rui Dantas [To remove yourself from this list, or to change to digest mode, go to htt

Re: Javascript to refresh Shockwave?

2002-06-12 Thread Tab Julius
Thanks for all the research on this. Yes, browser compatibility is quite annoying. I'll try to digest all this and see what I want to do ! Thanks again At 12:32 AM 6/12/02 -0400, Rob Romanek wrote: >There is a new version up. I've incorporated Robert's request for hiding >and moving. I hav

Re: Error with Names sprites by James Newton...

2002-06-12 Thread rdantas
Yes, I had written him, and he has just answered me with a corrected version of the script. I guess he'll update the site soon, but meanwhile if anybody is interested feel free to write me off list.

RE: mapping network drive

2002-06-12 Thread bernard tabalon
life saver!! >From: "Sean Wilson" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: RE: mapping network drive >Date: Mon, 10 Jun 2002 12:30:03 +1200 > > > how do i map a network drive > >Run a batch file using the open command that does this for you. > > > and a