Re: Get a Director variable value from within a swf sprite

2004-07-07 Thread Agustín María Rodríguez
quot;); Hi. I guess 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

Re: Seeking Shockwave math website

2004-06-24 Thread Agustín María Rodríguez
heers! -- 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 he

Re: Stopping a Flash sprite

2004-06-16 Thread Agustín María Rodríguez
property would 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 PROTE

Re: Stopping a Flash sprite

2004-06-16 Thread Agustín María Rodríguez
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: 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: What happend to fps?

2004-03-18 Thread Agustín María Rodríguez
xitFrame 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, emai

Re: Screenshot of 3D member

2004-03-17 Thread Agustín María Rodríguez
ust before 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

Re: pull down lists (or whatever its called)

2004-03-03 Thread Agustín María Rodríguez
les with source code: 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.c

Re: addChild

2004-02-29 Thread Agustín María Rodríguez
ember("model").newModel("childSphere1", sr) --make this sphere child of the main one parentSphere = member("model").model("sphere1") parentSphere.addChild(sm1) Regards, -- Agustín María Rodríguez | [EMAIL PROTECTED] | www.OnWine.com.ar [To remove yoursel

Re: 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: 3D labirynth first person

2003-11-27 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 h

Re: 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: Accessing global variables with sent parameters

2003-10-20 Thread Agustín María Rodríguez
this: on setGlobal stdnum variableSymbol = symbol("gStandard"&stdnum&"DataRef") setAprop (the globals), variableSymbol, "Hello World" end on LoadDataSet stdnum variableSymbol = symbol("gStandard"&stdnum&"DataRef") global

Re: 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

Re: 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

Re: Director capability to determine pc perfomance

2003-10-15 Thread Agustín María Rodríguez
ovies 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 mod

xPost: Active Content Developer Center

2003-10-06 Thread Agustín María Rodríguez
on wireless, and on digital devices. Billy Ray Team 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 t

Re: Tint a flash sprite's mc?

2003-10-05 Thread Agustín María Rodríguez
ingo Help and there´s also an example of how to use it @ MM´s site. 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

Re: 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 li

Re: 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.cg

Re: MIAWs: close, forget....and VOID?

2003-09-19 Thread Agustín María Rodríguez
roperty pWindow on new me, aWindow pWindow = aWindow pWindow.forget() -- The "t" below is the actual bugFix -- tell the stage to t = timeOut(me.string).new(0, #dummy , me) end on exitFrame me, aTimer aTimer.forget() end " -- Agustín María Rodríguez

Re: 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.penw

Re: 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: 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: 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: keydownscript probs

2003-04-04 Thread Agustín María Rodríguez
DownScript = "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

Re: 3d lingo collision detection

2003-02-06 Thread Agustín María Rodríguez
me using this > detection/intersect technic... Yup.. it was Toxi with a friend in their spare time: http://www.sentinelislands.co.uk/ 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

Re: drag 3d model in shockwave

2003-02-02 Thread Agustín María Rodríguez
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 PROTECTED]). Lingo-L is for learnin

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

2003-01-30 Thread Agustín María Rodríguez
f you forget the MIAW, it stops every sound. -- 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: Can I use a xtra so I won't have to install Quicktime?

2003-01-30 Thread Agustín María Rodríguez
s ;) http://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] (Probl

Re: 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 PROT

Re: 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: sound(1).play() queues AND plays?

2003-01-30 Thread Agustín María Rodríguez
Slava Paperno escribió: This may be the answer, because i just tried the same code with SWA files, and it works... thanks! Odd :) -- 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

Re: sound(1).play() queues AND plays?

2003-01-29 Thread Agustín María Rodríguez
ought it was me working continuously for 20 hours but then I´ve used exactly the same code with another MP3 and it worked perfectly. The solution was to open and re-save the conflictive MP3s in Sound Forge and everything worked like a charm. My 2 cents -- Agustín María Rodríguez | [EMAIL PROT

Re: Shatter effect in director?

2003-01-29 Thread Agustín María Rodríguez
om NC: http://www.noisecrime.com/develop/techdemo/d8/files/NCPexplodebeh.zip 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: content of the TextMember3

2003-01-22 Thread Agustín María Rodríguez
-behavior attached to the text sprite 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 mess

Re: content of the TextMember2

2003-01-22 Thread Agustín María Rodríguez
text", 3).text.word[1] 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]

Re: 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 d

Re: queue()-ing sounds

2003-01-11 Thread Agustín María Rodríguez
me sounds? 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://ww

Re: queue()-ing sounds

2003-01-10 Thread Agustín María Rodríguez
(hhmm...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

Re: 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: 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: Detecting a RETURN key ...

2002-12-14 Thread Agustín María Rodríguez
Hi, 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 PROT

Re: 4-arrow cursor

2002-12-06 Thread Agustín María Rodríguez
indows. I found 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/

Re: ??? 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 to

Re: 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: 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 [To

Re: octree colision

2002-11-28 Thread Agustín María Rodríguez
e could 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] (Pr

ANN: Director MX

2002-11-25 Thread Agustín María Rodríguez
Since nobody announced here yet, here it is: http://www.macromedia.com/software/director/ -- 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

Re: 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: 3D Stereo Pair --- Immersive 3D

2002-10-30 Thread Agustín María Rodríguez
matter of fact, it has been already done: http://wwwrz.rz.uni-karlsruhe.de/~gm48/transfer2002/index_e.html 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

Re: wd3 file to director

2002-10-24 Thread Agustín María Rodríguez
transform.position = 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 PRO

Re: flash-director

2002-10-24 Thread Agustín María Rodríguez
jaydeep escribió: Can use Flash MX swf with Director 8 Only if you save as version 4. -- 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

Re: 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: wd3 file to director

2002-10-22 Thread Agustín María Rodríguez
t is there a way 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

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: 3d morphs?

2002-10-08 Thread Agustín María Rodríguez
s to use 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

Re: MP3 Player

2002-10-02 Thread Agustín María Rodríguez
o your player. 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: What is W3d?

2002-10-02 Thread Agustín María Rodríguez
e problem is that I never find any mention to shockwave in web 3D sites... they´re 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... -- Agus

Re: What is W3d?

2002-10-01 Thread Agustín María Rodríguez
gustí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 helpin

Re: What is W3d?

2002-10-01 Thread Agustín María Rodríguez
ng about the W 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/l

Re: What is W3d?

2002-10-01 Thread Agustín María Rodríguez
t 15 degrees). -- 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 fo

Re: 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: Opening an .exe file

2002-08-17 Thread Agustín María Rodríguez
Buddy Api xtra for opening files. hth -- + + * + _// *+ / \ *+ // +* / 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, ema

Re: 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 >

Re: DirectX

2002-07-11 Thread Agustín María Rodríguez
[EMAIL PROTECTED] wrote: > I have client say that the CD she had received from me would not open > because of a DirectX problem? Anyone have any Idea(s)why this is > happening. Are you using a 3D sprite? -- Agustín María Rodríguez http://www.StudioCerebral.com > Crea

Re: Passing string from Flash to Director

2002-07-03 Thread Agustín María Rodríguez
=== property pSp on beginSprite(me) pSp = 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

Re: bb: director no part of MX structure..?

2002-07-01 Thread Agustín María Rodríguez
der of its area. Well. So far, that´s the strongest official info I´ve readed 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

Re: bb: director no part of MX structure..?

2002-07-01 Thread Agustín María Rodríguez
It will be a Director MX version. Miguel Ángel Torres -from Macromedia´s tech suppport- wrote in macromedia.general.latinamerica that the next version of Director will be called MX. I can find the mail if someone wants to see it, but it´s in spanish ;) Bye -- Agustín María Rodríguez

Re: 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 li

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

2002-06-20 Thread Agustín María Rodríguez
Thanks!! Now I realize why I 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 yoursel

Re: 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

Re: OOP question

2002-05-22 Thread Agustín María Rodríguez
hat sprite numbers by variables. Use the debugger too and see with wich values are filled 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.p

Re: OOP question

2002-05-22 Thread Agustín María Rodríguez
ywhere. You 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,

Re: OOP question

2002-05-21 Thread Agustín María Rodríguez
something 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] (Problem

Re: Printing 3D members

2002-05-09 Thread Agustín María Rodríguez
nd print it: member("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 pos

Re: Opening a MIAW in shockwave

2002-05-09 Thread Agustín María Rodríguez
And do y´all think about this solution? Isn´t this what you´re looking for? http://vispo.com/lingo/windows/ 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,

Re: the skybox

2002-05-03 Thread Agustín María Rodríguez
help me with the steepest > curves! ;| Or me! I´ve passed you the link!!! ;) > Thanks Agustín María Rodríguez > and others for the link. You´re welcome. If you have doubts about this topics, just ask... just ask Barry how to solve them :) Bye, y´all have a nice we

Re: creating a splash screen

2002-05-02 Thread Agustín María Rodríguez
tors http://www.director-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, emai

Re: Using lingo to imitate a QTVR panoramic !

2002-05-02 Thread Agustín María Rodríguez
Sure it does, Kevin! Go to Barry´s site and take a look at the skybox: http://www.theburrow.co.uk/d85/tuts/skybox01.htm You can also take a look at the other demos you´ll find in that site. I´ve learned myself a lot with them. Regards. -- Agustín María Rodríguez http://cablemodem.

Re: Max flooplan, wall detection in Director ?

2002-04-30 Thread Agustín María Rodríguez
you wich models you have in the direction that you´re walking. I hope this helps -- 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 messa

Re: webcam video capture

2002-04-26 Thread Agustín María Rodríguez
as: http://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

Re: webcam video capture

2002-04-26 Thread Agustín María Rodríguez
are some xtras 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

Re: Re: on beginSprite used in frame scripts

2002-04-01 Thread Agustín María Rodríguez
sense at all? 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 Ro

Re: Installation Related Questions

2002-03-26 Thread Agustín María Rodríguez
t direction > where I can find 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://cablemode

Re: Midi-io

2002-03-07 Thread Agustín María Rodríguez
ou use MIDI as output in Fruityloops and receive it in the projector in the other machine. 2 cents -- 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.c

Re: 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/ (e

Re: Catmull-Rom Splines

2002-02-27 Thread Agustín María Rodríguez
line: 12, 13, 14 and 15. That´s the only way to not get a curve between 13 and 14. I hope this helps a little at least :) -- 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.penwo

Re: 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: lists

2002-02-27 Thread Agustín María Rodríguez
ll do what you want: --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 constr

Re: Director University

2002-02-21 Thread Agustín María Rodríguez
nd helping with programming Lingo. Thanks!] > > > [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 he

Re: #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 p

Re: #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í

Re: Director 6 books?

2002-02-14 Thread Agustín María Rodríguez
ed demo just some days ago, with Tom´s isectNormal explanation and how was he doing the alignment of the caracter to the terrain with pointAt. -- 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

Re: Director 6 books?

2002-02-14 Thread Agustín María Rodríguez
gt; And if you believe it's that easy I've got a bridge in Brooklyn I'm > interested in selling too. ;) How much? :) C´ya! -- 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 dige

Re: Director 6 books?

2002-02-14 Thread Agustín María Rodríguez
Karina Steffens wrote: > _Maria_? HHmmm.. Yes, as a second name. But I´m a male :) Here, in Argentina, we use -mostly the catholics- to put María (Mother of God´s name) after a man´s name. That´s my case! See´ya -- Agustín María (but I have not even one hair of sissy :) Rodríguez ht

Re: RE: Director 6 books

2002-02-14 Thread Agustín María Rodríguez
m with most of things if you want to understand the concepts, but I´d check the Lingo dictionary for the syntax and the replaced commmands or functions. My tipical 1 cent -- Agustín María Rodríguez http://cablemodem.fibertel.com.ar/agustinmr/ (en construcción) [To remove yourself from this list, o

Re: Director 6 books?

2002-02-13 Thread Agustín María Rodríguez
people have Yeah.. that´s me. Barry 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. C

Re: Director 6 books?

2002-02-13 Thread Agustín María Rodríguez
s is about Lingo, not Director... I´m talking just about the programming part. -1 cent -- 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: Saving transform information

2002-02-12 Thread Agustín María Rodríguez
ovie´s performance. Hope that helps 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 construcc

  1   2   >