Re: lingo-l Get a Director variable value from within a swf sprite

2004-07-07 Thread Agustín María Rodríguez
that´s what you´re trying to achive. Use the Lingo call from Flash and type exactly what you would write in Lingo. HTH, -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi

Re: lingo-l Seeking Shockwave math website

2004-06-24 Thread Agustín María Rodríguez
! -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [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 and helping

Re: lingo-l Stopping a Flash sprite

2004-06-16 Thread Agustín María Rodríguez
the posterFrame of the Flash member first) or have a bitmap ready for this. HTH, -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [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

Re: lingo-l Stopping a Flash sprite

2004-06-16 Thread Agustín María Rodríguez
also do the job. Regards, -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [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

Re: lingo-l Video Recommedations in Director

2004-06-09 Thread Agustín María Rodríguez
spec machines and CD ROMs, you´re usually fine with a 400x300 15FPS MPEG1 video played with MPEG Advance xtra. -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post

Re: lingo-l What happend to fps?

2004-03-18 Thread Agustín María Rodríguez
for navigation between frames. HTH, -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [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

Re: lingo-l Screenshot of 3D member

2004-03-17 Thread Agustín María Rodríguez
taking the image of the stage and turn in on again afterwards. Well this works fine on some machines, but not on all. Why don´t you try with copyPixels? It worked flawlessly for me for this task. HTH, -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [To remove yourself from

Re: lingo-l pull down lists (or whatever its called)

2004-03-03 Thread Agustín María Rodríguez
: http://www.mediamacros.com/item/item-929037887/ http://www.director-online.com/buildArticle.php?id=850 ;) -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages

Re: lingo-l Making an 3D-egg out of primitives

2004-02-16 Thread Agustín María Rodríguez
Michael von Aichberger wrote: does anybody know, if it is possible to create a model resource of a simple egg in Director itself (using primitives) and if so how? Raise the height of a #sphere modelResource. -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [To remove yourself

Re: lingo-l Re: Single instance of a projector with buddyAPI?

2003-10-23 Thread Agustín María Rodríguez
Jakob Hebe Madsen also posted something called soloist that kinda saved my life for a game installer I´ve done. His code gave me the idea of how to detect if the system was running an instance of the projector. Take a look at the archives. C´ya -- Agustín María Rodríguez | [EMAIL PROTECTED

Re: lingo-l Accessing global variables with sent parameters

2003-10-20 Thread Agustín María Rodríguez
put the globals.count -- 1 setAProp the globals, #x, hi put the globals.count -- 2 put x -- hi -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages

Re: lingo-l Accessing global variables with sent parameters

2003-10-20 Thread Agustín María Rodríguez
this: on setGlobal stdnum variableSymbol = symbol(gStandardstdnumDataRef) setAprop (the globals), variableSymbol, Hello World end on LoadDataSet stdnum variableSymbol = symbol(gStandardstdnumDataRef) globalValue = getProp ((the globals), variableSymbol) end Cheers! -- Agustín María Rodríguez | [EMAIL

Re: lingo-l Timeout object question

2003-10-19 Thread Agustín María Rodríguez
grimmwerks wrote: on test me, what put this is: this End I guess you meant: on test me, what put this is: WHAT End -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo

Re: lingo-l Director capability to determine pc perfomance

2003-10-15 Thread Agustín María Rodríguez
for the older machines. You can also use user´s specs for determining if you´re going to reproduce full screen videos or even the size of a 3D scene. My 2 cents, -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [To remove yourself from this list, or to change to digest mode, go

lingo-l xPost: Active Content Developer Center

2003-10-06 Thread Agustín María Rodríguez
Macromedia Coordinator [EMAIL PROTECTED] Referring URLs http://msdn.microsoft.com/ieupdate/ http://msdn.microsoft.com/ieupdate/ -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi

Re: lingo-l passing a Property list to a Flash array

2003-10-03 Thread Agustín María Rodríguez
. The Director team is looking forward to include this feature in the next version so let´s see what happends with D MX2004. -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi

Re: lingo-l Scrollwheel?

2003-10-03 Thread Agustín María Rodríguez
grimmwerks wrote: Is there any xtra that can get a scrollwheel? http://www.mods.com.au Xtras wheelMouse http://www.directxtras.com/ directInteraction Xtra The former is free. Enjoy, -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [To remove yourself from this list

Re: lingo-l MIAWs: close, forget....and VOID?

2003-09-19 Thread Agustín María Rodríguez
aTimer.forget() end /parent script miawCloserClass -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [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

Re: lingo-l scaling down image objects in real time

2003-08-26 Thread Agustín María Rodríguez
(BIG bitmap).image --Reduce the size of the image 2X member(thumbnail).image.copyPixels(img, img.rect/2, img.rect) HTH, -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi

Re: lingo-l Video frame grab

2003-08-14 Thread Agustín María Rodríguez
) Cheers! -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [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

Re: lingo-l Save as binary file

2003-08-14 Thread Agustín María Rodríguez
Kerry Thompson wrote: do I need an Xtra to save a bitmap to the hard drive? I have a big delay receiving the mails of this list.. so you´ll prolly got an answer to this. Anyway.. try this free xtra: Sharp Image Export Xtra http://www.sharp-software.com/ Bye -- Agustín María Rodríguez | [EMAIL

Re: lingo-l Seriously OT: Automatic shutdown of Windows XP

2003-08-14 Thread Agustín María Rodríguez
http://www.bigblackglasses.com/Article.aspx?Article=342 -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [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

Re: lingo-l keydownscript probs

2003-04-04 Thread Agustín María Rodríguez
= catchESC the exitLock = TRUE end I made sure the keydown handler is in a movie script in the shared cast. The keyDonwScript should be initialized in the new movie you´re navigating to. Not just in the first movie. HTH. Glad to be back after two month of bing unsuscribed... -- Agustín María

Re: lingo-l drag 3d model in shockwave

2003-02-02 Thread Agustín María Rodríguez
, -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [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

Re: lingo-l window.forget stops sound?

2003-01-30 Thread Agustín María Rodríguez
issue. You have to close() the window and not forgetting it. -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [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

Re: lingo-l window.forget stops sound?

2003-01-30 Thread Agustín María Rodríguez
[EMAIL PROTECTED] escribió: Rather odd for such a bug to remain so long, eh? Is it fixed yet on the newer versions (I'm on D8 yet). Nope... but it would be nice to. Didn´t tried with MX though... but I can guess this wasn´t fixed ;) -- Agustín María Rodríguez | [EMAIL PROTECTED

Re: lingo-l Can I use a xtra so I won't have to install Quicktime?

2003-01-30 Thread Agustín María Rodríguez
://xtras.tabuleiro.com/products/mpeg_advance/index.tdb C´ya -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [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

Re: lingo-l content of the TextMember

2003-01-22 Thread Agustín María Rodríguez
universal2001 escribió: What is the syntax to get the first word of a sentence in a textMember? HHmm... easy one: firstWord = member(text).text.word[1] HTH -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [To remove yourself from this list, or to change to digest mode, go

Re: lingo-l content of the TextMember2

2003-01-22 Thread Agustín María Rodríguez
-- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [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

Re: lingo-l content of the TextMember3

2003-01-22 Thread Agustín María Rodríguez
on mouseUp me firstWord = sprite(me.spriteNum).member.text.word[1] end -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [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

Re: lingo-l queue()-ing sounds

2003-01-11 Thread Agustín María Rodríguez
? I can venture a guess if we're talking about Shockwave. Actually, the annoying part is that occurs in authoring. Thanks, Buzz! -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo

Re: lingo-l queue()-ing sounds

2003-01-10 Thread Agustín María Rodríguez
...Intel P4 1.6, 384mb, SB Live!, Win XP). Does anyone know why the annoying clipping of some sounds? Thanks! -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post

Re: lingo-l 3d lingo

2002-12-23 Thread Agustín María Rodríguez
Shailendra Vijayvergia escribió: But i don't know to reverse play tha animation. Hi, Shailendra. You have to set a negative playRate. Look at that parameter in the Lingo dictionary. Good luck -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [To remove yourself from

Re: lingo-l A new Mothership?

2002-12-23 Thread Agustín María Rodríguez
Phil Gross escribió: If Microsoft takes over Director, do you think they will make them take out the Bill is Evil button-style feature? I´ve heard (always rumour of course) that´s exatly the reason why they´re taking over MM. -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar

Re: lingo-l Detecting a RETURN key ...

2002-12-14 Thread Agustín María Rodríguez
, john. I haven´t been following this thread but I think this part of the problem could be resolved with something like this: on keyDown me if the key = RETURN then --statements dontPassEvent else pass end if end HTH, -- Agustín María Rodríguez | [EMAIL PROTECTED

Re: lingo-l 4-arrow cursor

2002-12-06 Thread Agustín María Rodríguez
it accidentally ;) Here´s the TN: http://www.macromedia.com/support/director/ts/documents/setting_cursor.htm Regards. -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi

Re: lingo-l Framerate in lingo?

2002-12-05 Thread Agustín María Rodríguez
Jeremy escribió: Anyone know how to get the framerate the movie is playing at with lingo, specifically from a 3d cast member. Ji, Jeremy. You can find a script for this in the code section of www.directordev.com Bye -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar

Re: lingo-l QTVR alternative within Director

2002-12-05 Thread Agustín María Rodríguez
great source: http://www.theburrow.co.uk/d85/tuts/skybox01.htm Good luck -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [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

Re: lingo-l ??? The Future of MulitUserServer vs Flash MX CommServer

2002-12-05 Thread Agustín María Rodríguez
Hsieh, Tony escribió: 2) Will the old MultiUser Server still work with Director MX? Yes..MUS 3 will still work with MX. Although it will be no longer supported. My 2 cents -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [To remove yourself from this list, or to change

Re: lingo-l octree colision

2002-11-28 Thread Agustín María Rodríguez
be founf at www.directordev.com the island. HTH -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [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

Re: lingo-l 3D sprites and cursor [50, 51]

2002-11-11 Thread Agustín María Rodríguez
Clars Danvold escribió: Now, the cursor change is set out of function. If you`re using cursor 280, try using sprite(x).cursor = 280. My 2 cents -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [To remove yourself from this list, or to change to digest mode, go to http

Re: lingo-l wd3 file to director

2002-10-24 Thread Agustín María Rodríguez
= pDummie.transform.position pCamera.pointAt(*someNode*) end HTH -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [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

Re: lingo-l camera spline movement and pointAt() (was: wd3 fileto director)

2002-10-23 Thread Agustín María Rodríguez
take that algo for the position of the camera and use pointAt() at the same time. HTH -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [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

Re: lingo-l wd3 file to director

2002-10-22 Thread Agustín María Rodríguez
to use their names that they were given in the 3d package? put member(imported 3D).model[1].name -- door put member(imported 3D).model(door) -- door HTH -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [To remove yourself from this list, or to change to digest mode, go to http

lingo-l test

2002-10-14 Thread Agustín María Rodríguez
Sorry for this one. I´m not receiving mails from this list since the 8th of this month. I tried suscribing again but it says I´m already suscribed... -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [To remove yourself from this list, or to change to digest mode, go to http

Re: lingo-l 3d morphs?

2002-10-08 Thread Agustín María Rodríguez
it for a character deformation. There´s also another example called sine wave that performs mesh deformation. HTH, -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi

Re: lingo-l What is W3d?

2002-10-02 Thread Agustín María Rodríguez
always sponsored by a lot of companies except Macromedia. Even Intel is there but supporting another partner than MM I think. And I can´t believe how all this sites are still promoting VRML 2.0... -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [To remove yourself from

Re: lingo-l MP3 Player

2002-10-02 Thread Agustín María Rodríguez
. C´ya -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [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

Re: lingo-l What is W3d?

2002-10-01 Thread Agustín María Rodríguez
What is this file ex. w3d? It means World 3D. You´ll find many examples of this at www.directordev.com -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi

Re: lingo-l What is W3d?

2002-10-01 Thread Agustín María Rodríguez
Colin Holgate escribió: It means World 3D. You´ll find many examples of this at www.directordev.com I never took it to be world, I thought it was the wave part of shockwave. Oh, I see...something like 3D audio (when you put the speakers at 15 degrees). -- Agustín María

Re: lingo-l What is W3d?

2002-10-01 Thread Agustín María Rodríguez
meaning Wave (audio). Now I get it... The problem is: the funnier I try to be in english, the more stupid I look :P -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post

Re: lingo-l What is W3d?

2002-10-01 Thread Agustín María Rodríguez
for that use). - did they use the term World 3D in directordev? Not that I´m aware of. I was trying just to show W3D members in action. So we have -until now- three options for the meaning of W3D. I wonder which is the right one: 1) Web 3D 2) wave 3D 3) World 3D -- Agustín María

Re: lingo-l Opening an .exe file

2002-08-17 Thread Agustín María Rodríguez
-- + + * + _// *+ / \ *+ // +* / Agustín María Rodríguez / [EMAIL PROTECTED] http://www.OnWine.com.ar [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

Re: lingo-l OOP and Child Script

2002-08-08 Thread Agustín María Rodríguez
Bárbara Tâmisa Florentino da Silva wrote: Can somebody indicate where i can find resources about object oriented programming in Director? Don´t hesitate reading it all: http://www.furrypants.com/loope/ HTH -- Agustín María Rodríguez http://www.StudioCerebral.com Creative Roaster

Re: lingo-l Passing string from Flash to Director

2002-07-03 Thread Agustín María Rodríguez
= sprite(me.spriteNum) end on nextMarker me, thisMessage put thisMessage end HTH -- Agustín María Rodríguez http://www.StudioCerebral.com Creative Roaster Agustín [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages

Re: lingo-l bb: director no part of MX structure..?

2002-07-01 Thread Agustín María Rodríguez
about Director MX. And my personal opinion is that it will be a Director MX for sure ;) Regards -- Agustín María Rodríguez http://www.StudioCerebral.com Creative Roaster Agustín [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi

Re: lingo-l test (please ignore)

2002-06-22 Thread Agustín María Rodríguez
Cole Tierney wrote: (Just moved my mail server.) Me too. -- Agustín María Rodríguez http://www.StudioCerebral.com Creative Roaster Agustín [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

Re: lingo-l Opening file to launch a projector. Wich is the file´s path? (SOLVED)

2002-06-20 Thread Agustín María Rodríguez
always forget that function :) I wonder if is untested or what... doesn´t seems to be unstable or something, like other undoc´ed. Thanks both, c´ya! -- Agustín María Rodríguez http://www.StudioCerebral.com Creative Roaster Agustín [To remove yourself from this list, or to change to digest mode

Re: lingo-l sounds

2002-05-29 Thread Agustín María Rodríguez
DrEvil wrote: Whats the most reliable way to play sounds in director? Puppetsounds are horrible in my experiences here. sound(8).queue() sound(8).play(), etc... -- Agustín María Rodríguez http://www.StudioCerebral.com Creative Roaster Agustín [To remove yourself from this list

Re: lingo-l OOP question

2002-05-22 Thread Agustín María Rodríguez
just have info about intersect(). I had to try collision at DOUG and I found the syntax for intersects. Am I wrong? regards -- Agustín María Rodríguez http://www.StudioCerebral.com Creative Roaster Agustín [To remove yourself from this list, or to change to digest mode, go to http

Re: lingo-l OOP question

2002-05-22 Thread Agustín María Rodríguez
the variables. HTH, bye -- Agustín María Rodríguez http://www.StudioCerebral.com Creative Roaster Agustín [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

Re: lingo-l OOP question

2002-05-21 Thread Agustín María Rodríguez
obvious, bye! -- Agustín María Rodríguez http://www.StudioCerebral.com Creative Roaster Agustín [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

Re: lingo-l Printing 3D members

2002-05-09 Thread Agustín María Rodríguez
(myBitmap).image = member(3D).image Hope that helps. -- Agustín María Rodríguez http://www.StudioCerebral.com Creative Roaster Agustín [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

Re: lingo-l creating a splash screen

2002-05-02 Thread Agustín María Rodríguez
-online.com/accessArticle.cfm?id=1030 Chau -- Agustín María Rodríguez http://cablemodem.fibertel.com.ar/agustinmr/ (en construcción) [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

Re: lingo-l webcam video capture

2002-04-26 Thread Agustín María Rodríguez
to capture video but I don´t know if that´s what you´re looking for. You better take a look at this article. I think it might help you: Title: Using Webcams in Director URL: http://www.director-online.com/accessArticle.cfm?id=1067 Good Luck! -- Agustín María Rodríguez http

Re: lingo-l webcam video capture

2002-04-26 Thread Agustín María Rodríguez
://www.updatestage.com/products_table.html Bye! -- Agustín María Rodríguez http://cablemodem.fibertel.com.ar/agustinmr/ (en construcción) [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

Re: lingo-l Re: on beginSprite used in frame scripts

2002-04-01 Thread Agustín María Rodríguez
? Anyway...under the hood may happend that, but the results in the practice like you say and very useful: --movie script on prepareFrame put 1 end on enterFrame put 2 end on exitFrame put 3 end --message window -- 1 -- 2 -- 3 Regards -- Agustín María Rodríguez http

Re: lingo-l Installation Related Questions

2002-03-26 Thread Agustín María Rodríguez
a reasonable kiosk hardware in terms of price and performance where I can port my director projector... I can´t give an advice on that. I´m from Argentina and I don´t even know where are you from :) Regards -- Agustín María Rodríguez http://cablemodem.fibertel.com.ar/agustinmr/ (en

Re: lingo-l lists

2002-02-27 Thread Agustín María Rodríguez
: --movie script global gLocList global gLayer on startMovie gLocList = [] end startMovie on exitFrame if the mouseDown then add (gLocList, the mouseLoc) end if end Bye! -- Agustín María Rodríguez http://cablemodem.fibertel.com.ar/agustinmr/ (en construcción) [To remove yourself

Re: lingo-l problem with imaging lingo (people from the future)

2002-02-27 Thread Agustín María Rodríguez
Hi, Eva. May I ask you to set your date to the year 2002? Most of us live in the present. Thanks! -- Agustín María Rodríguez http://cablemodem.fibertel.com.ar/agustinmr/ (en construcción) [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com

Re: lingo-l problem with picture of stage in MIAW

2002-02-27 Thread Agustín María Rodríguez
Is there a way to specify that I want a picture of the MIAW's stage and not the main movie's stage? member(someEmptyBitmap).image = (window MIAWname).image Hope that helps -- Agustín María Rodríguez http://cablemodem.fibertel.com.ar/agustinmr/ (en construcción) [To remove yourself from

Re: lingo-l Director University

2002-02-21 Thread Agustín María Rodríguez
and helping with programming Lingo. Thanks!] -- Agustín María Rodríguez http://cablemodem.fibertel.com.ar/agustinmr/ (en construcción) [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

Re: lingo-l #medium

2002-02-20 Thread Agustín María Rodríguez
Colin Holgate wrote: A useful variable name for clairvoyant simulators. *LOL* -- Agustín María Rodríguez http://cablemodem.fibertel.com.ar/agustinmr/ (en construcción) [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post

Re: lingo-l #medium

2002-02-19 Thread Agustín María Rodríguez
Slava Paperno wrote: Is #medium a reserved term (in D 8.5)? If so, what does it refer to? If not, why does my script editor highlight it in green? Slava It has to do with the texture quality in Lingo 3D. My devaluated argentinian cent :) -- Agustín María Rodríguez http

Re: lingo-l Director 6 books?

2002-02-13 Thread Agustín María Rodríguez
remembered me the other day that I don´t really use OOP with Lingo. Maybe I should have started programming before... Or keep on doing it after my childhood (the old BASIC days). But, in that case, I don´t know if I would started with Director. Cordially ;) -- Agustín María Rodríguez (the kid who

Re: lingo-l Saving transform information

2002-02-12 Thread Agustín María Rodríguez
PS: I store the information in data cast members (look for that artlicle of Irv Kalb at DOUG). There are parent scripts that store some info...great technique. -- Agustín María Rodríguez http://cablemodem.fibertel.com.ar/agustinmr/ (en construcción) [To remove yourself from this list

Re: lingo-l is there any body out there?

2002-01-29 Thread Agustín María Rodríguez
no new messages. Is there something wrong on lingo-l? Hi, Colin. Yesterday I´ve received around 30 mails from here and today almost 15. Are they the numbers you have? Oh, be careful with the time. It´s 1:20pm in Argentina. Hope you get better! -- Agustín María Rodríguez http

Re: lingo-l Next available member in castlib?

2002-01-17 Thread Agustín María Rodríguez
If you name all your members, you can find wich place is free if it has no name () put (member 3 of castLib 1).name -- OnWine 3D put (member 36 of castLib 1).name -- Agustín. Natalia Tjelum wrote: Hey Is there a command for finding the next available member of a castlib? -Natalia [To