Re: lingo-l interesting sendallsprites and frame script stuff

2002-08-09 Thread Jakob Hede Madsen
At 12:32 +0900 02_08_09, Fumio Nonaka wrote: on mouseDown(me, who) if (who #myself) then -- sendAllSprites(#mouseDown) sendAllSprites(#mouseDown, #myself) end if end There is already a unique identifier for 'myself': on mouseDown(me, who) if who me then

lingo-l activeX

2002-08-09 Thread Pia Larsen
Dear You! Ì just completed a three month course in different 3D-animation programs and director. My problem is that the created projector does not show an inserted vrml file, even though it works in director 8. I inserted the vrlm as an activeX with the help of a cortvrml browser

Re: lingo-l interesting sendallsprites and frame script stuff

2002-08-09 Thread Fumio Nonaka
You are right, Jakob. But I tried to put the same behavior to two sprites. Your script would call the other sprite each other. And I modifies my behavior a little. _ At 12:32 +0900 02_08_09, Fumio Nonaka wrote: on mouseDown(me, who) if (who #myself) then

RE: lingo-l imaging lingo - to duplicate image or not to duplicate ate image!

2002-08-09 Thread Lewis Fleming
ok I got the image lingo to work without duplicating (below) -- on prepareFrame member(ship_logo_anim).image.copyPixels(ship_logo,ship_logo.rect,ship_logo .rect) member(ship_logo_anim).image.copyPixels(member(logo_mask).image,member(

Re: lingo-l interesting sendallsprites and frame script stuff

2002-08-09 Thread Jakob Hede Madsen
At 18:16 +0900 02_08_09, Fumio Nonaka wrote: You are right, Jakob. But I tried to put the same behavior to two sprites. Your script would call the other sprite each other. And I modifies my behavior a little. Aha, if I understand you correctly, then '#myself' is just somewhat misleading in

Re: lingo-l text member html question...

2002-08-09 Thread James Newton
g r i m m w e r k s [EMAIL PROTECTED] wrote: Ok so I'm trying to use a simple html table for text member layout, and all in all it's fine, but it seems to make the cell too high -- almost like adding a line under it. Any pointers? Hi grimmwerks, If you create a table and look at the

RE: lingo-l hyperlinks, handler and parameters

2002-08-09 Thread Quixadá
man, god lives on the details, and you are his prophet! god bless this list! exactly what i wanted, worked like a charm! :^) thanks, q p.s.: in spite of the religious words, i must say i´m atheist. thank god for that! :^) At 12:36 8/8/2002 -0700, you wrote: Quixada, it seems to work, but i´m

lingo-l cd name/listing from director

2002-08-09 Thread Fabrice Closier
Hi all, is there a way, to read from dir a cd name+content? i mean, if a cd volume is mounted on desktop, i need the cd name and content in order to save those 2 info's to build a local database. Get crazy looking hours for something, somewhere on one of my CD's... it's now time to do something

lingo-l Trouble importing W3D files on-the-fly

2002-08-09 Thread Andreas Gaunitz P11
I am experiencing severe trouble when attempting to import W3D files to a shockwave on-the-fly from a URL. This code works excellently: fresh3dMem = new(#shockwave3d) fresh3dMem.loadFile(the moviePath scene.W3D, FALSE, TRUE) But this does not: fresh3dMem = new(#shockwave3d)

Re: lingo-l interesting sendallsprites and frame script stuff

2002-08-09 Thread Fumio Nonaka
All right. I will do so. BTW, it reminds me of deprecated 'dontPassEvent'. _ Jakob Hede Madsen wrote: Aha, if I understand you correctly, then '#myself' is just somewhat misleading in this case, and should rather be more generically named to indicate that this message is sent by

Re: lingo-l cd name/listing from director

2002-08-09 Thread Andreas Gaunitz P11
Go download the Buddy API xtra, then type -- global buddy on startMovie buddy = xtra(budapi).new() put baDiskList() end -- You will get a list of the available drives. On Windows you can ask for the type of a drive using baDiskInfo(drivename, type). On the Mac I think you could use

Re: lingo-l cd name/listing from director

2002-08-09 Thread Andreas Gaunitz P11
BTW, it's not a simple task to make a file browser =) -A. Hi all, is there a way, to read from dir a cd name+content? i mean, if a cd volume is mounted on desktop, i need the cd name and content in order to save those 2 info's to build a local database. Get crazy looking hours for something,

lingo-l Where to decipher Buddy API error codes

2002-08-09 Thread Mendelsohn, Michael
Hi list... If anyone out there uses Buddy API, could you please let me know where I may find a chart to decipher the numeric error messages that its commands can return? My script: -- If gToggle = TRUE then OK = baSetDisplayEx(((the stage).rect.width), ((the

Re: lingo-l text member html question...

2002-08-09 Thread g r i m m w e r k s
Thanks James, maybe I'll try that. I opted for the fake using standard char/ref stuff. I did check out the 'source' html of the member, saw the break tags, but that doesn't bother me. It's within every table row -- the row itself seems to be 2 lines high although I'm definitely not putting any

Re: lingo-l activeX

2002-08-09 Thread Howdy-Tzi
On Friday, August 9, 2002, at 03:55 AM, Pia Larsen wrote: My problem is that the created projector does not show an inserted vrml file, even though it works in director 8. ActiveX components -- ouch. My first guess is that the control has not been properly told where its file is. If, for

Re: lingo-l imaging lingo - to duplicate image or not to duplic ate ate image!

2002-08-09 Thread Howdy-Tzi
On Friday, August 9, 2002, at 04:51 AM, Lewis Fleming wrote: ok I got the image lingo to work without duplicating (below) Since all you're doing is a quick copyPixels grab, no, using duplicate won't be faster. You only get decent speed gains if you're doing a lot of manipulation, per-pixel

Re: lingo-l find next and previous values in list***

2002-08-09 Thread Rodrigo Peres
Hi, I'm sorry but i didn't explain rigth. The problem is that I have all the castmembers filled but only a few of them has this parameter. So the user could be in an member that don't have your number in list and this is the problem. example the user is seeing the image from member 20, but this

lingo-l credits like text field

2002-08-09 Thread Rodrigo Peres
Hi list, Does anyone have an idea where I begin to make an field scroll like the final credits in the movies?? I've tried to use scroolbyline and scrolltop, but in both I couldn't set up the speed neither the end point in order to begin again (loop forever). Thks Rodrigo [To remove yourself

Re: lingo-l credits like text field

2002-08-09 Thread Charlie Fiskeaux II
keep incrementing the scrollTop of the member, and when the scrolltop equals the (member.height)-(sprite.height) then start over. Charlie Fiskeaux II Media Designer The Creative Group www.cre8tivegroup.com 859/858-9054x29 - Original Message - From: Rodrigo Peres [EMAIL PROTECTED] To:

Re: lingo-l credits like text field

2002-08-09 Thread Colin Holgate
keep incrementing the scrollTop of the member, and when the scrolltop equals the (member.height)-(sprite.height) then start over. If the goal is to have it scroll forever without seeing the join, you want to have a second copy of the last text at the top of the field. Then you would start the

Re: lingo-l credits like text field

2002-08-09 Thread Colin Holgate
http://staging.funnygarbage.com/staff/colin/infinitescroll.dir Because the scroll bar is DTS, you'll see what's going on, even though it's outside of the shockwave area. BTW, here's the entire movie script: on exitframe set the scrolltop of member 1 to (the scrolltop of member 1 + 8) mod

lingo-l osx classic authoring question..

2002-08-09 Thread g r i m m w e r k s
hey all - thinking of making the switch to total osx bootup, and wondering who is authoring in Classic mode rather than booting into 9? Macromedians take note: Director and a good midi app are the only things that are keeping me from going completely over. It really is discouraging when the

Re: lingo-l cd name/listing from director

2002-08-09 Thread Penworks Corporation
You can use the CD Pro Xtra to do this - it'll give you a list of CDs, including volume name. http://www.penworks.com/xtras/cdpro At 11:02 AM 8/9/02, Andreas Gaunitz P11 wrote: Hi all, is there a way, to read from dir a cd name+content? i mean, if a cd volume is mounted on desktop, i need

lingo-l A major disaster

2002-08-09 Thread Beertje
Greetings, A week or so ago I got some major help from this list and last week I had a major disaster. I lost virtually every director movie I had after a hard drive crash. I am now starting all over again and I am trying to find the script that allows me to click on a button and place a dollar

Re: lingo-l osx classic authoring question..

2002-08-09 Thread 2702NET
I tried both and found I got better results booting into 9. I'm in the same boat...Director and a few good MIDI/music apps holding me up from the big move. *sigh* Josey On Friday, August 9, 2002, at 05:24 PM, g r i m m w e r k s wrote: hey all - thinking of making the switch to total osx

Re: lingo-l osx classic authoring question..

2002-08-09 Thread 2702NET
Oh...and I also found I got better results booting directly into the Classic 0S9 system folder rather han running in Classic directly from within OSX...'specially if I was having to talk to any devices (this might apply to the MIDI stuff too...dunno...haven't tried that). Anyway, this would

Re: lingo-l A major disaster

2002-08-09 Thread Buzz Kettles
put this script on a button, setup the destination member field's member number setup the amount you want t o display property theField, amount on beginSprite me theField = member(1) -- set the destination field member theField.text = 0