RE: lingo-l OOP and ancestor access

2001-08-17 Thread Brennan Young
this function should not be a part of the grid black box instead, providing whatever it's doing as an additional service. -- _ Brennan Young Artist, Composer and Multimedia programmer mailto:[EMAIL PROTECTED] I suppose if I'm honest, I use my penis as a sort of car substitute

RE: lingo-l OOP and ancestor access

2001-08-17 Thread Brennan Young
Al Hospers [EMAIL PROTECTED] wrote so a slider function should only be passing the current slider knob location as a % of the slide. thus it could be used for anything that would use a slider, not just QT! OK, that's good. Perhaps not even a percentage. When the slider 'registers' to be a

RE: lingo-l OOP and ancestor access

2001-08-17 Thread Brennan Young
Ken Prat [EMAIL PROTECTED] wrote Maybe the problem is a conceptual one. The 'idea' of an accessor method ties you into the 'idea' that here is my data -- do with it what you will. Yes! Spot on! Accessors (of the get or set variety) are problematic in that they tempt lazy encapsulation.

Re: lingo-l OOP and ancestor access

2001-08-14 Thread Brennan Young
Christian Wach [EMAIL PROTECTED] wrote Subject: Re: lingo-l OOP and ancestor access on 14/8/01 2:30 am, Al Hospers wrote: 1 - instantiation: setup initial property values 2 - monitorPlaybackStatus: is it playing, stopped, paused 3 - getCurrentPosition: what is the current

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

2001-08-13 Thread Brennan Young
Pete Carss [EMAIL PROTECTED] wrote Its also very difficult for us lingo OOP people because we only have half an OOP environment. If you want to make a subclass of a text box so that you don't have to re-invent the textbox wheel, but you want to add a few funky methods of your

RE: lingo-l OOP and ancestor access

2001-08-12 Thread Brennan Young
Colin Kettenacker wrote However a more interesting debate is the need for accessor (getter) methods at all. Some time back, on one of the director mailing lists, Brennan Young (I think) had found an article on OOP that he posted to that list. I will see if I can find the URL again... Here

lingo-l Re: action called on attaching behavior to sprite

2001-07-30 Thread Brennan Young
. -- _ Brennan Young Artist, Composer and Multimedia programmer mailto:[EMAIL PROTECTED] The devotee believes that Krishna appears when his name is called. The guru understands that Krishna appears in the spaces between the name calling. -Swami Wassermann [To remove yourself from this list

lingo-l Re: QTVR Display Hotspots?

2001-07-24 Thread Brennan Young
Tom Richardson [EMAIL PROTECTED] wrote Does Anyone know if there is a way to use lingo to display the hotspots on a QTVR Quicktime movie? I am not using the standard QT controls (which has a show hotspots button) I'm am triing to use lingo to display the hot spots on the QTVR. Quicktime

RE: lingo-l a faster way to draw than using setpixel ??

2001-07-05 Thread Brennan Young
Kerry Thompson [EMAIL PROTECTED] wrote I don't understand why this isn't at the top of Macromedia's list of upgrades--there is no other single thing they could do to increase performance more, at least for Lingo-heavy apps. At the beginning of a project, the Powers That Be make a

RE: lingo-l a faster way to draw than using setpixel ??

2001-07-03 Thread Brennan Young
Chris Aernoudt [EMAIL PROTECTED] wrote - --Ok, here goes - --I've got some other scripts attached to be able to do a clickzoom, but that's not important to the drawing Just commenting out the 'setPixel' line, I can see that the script itself is very slow. At first I thought you could

Re: lingo-l volume of QT movie

2001-07-02 Thread Brennan Young
Charlie Fiskeaux II [EMAIL PROTECTED] wrote Have you tried volumes over 256? 255 is full volume, so to increase the volume you will need to use volumes over 255. I have increased volume to 500 or 600 without any distortion (like the books say will happen) so try somewhere between 400 and

Re: lingo-l rotating a digital video on stage

2001-06-26 Thread Brennan Young
Date: Mon, 25 Jun 2001 11:21:13 +0100 From: nik crosina [EMAIL PROTECTED] Subject: lingo-l rotating a digital video on stage Dear List, one of my clients has requested that one of their digital viedo assets be converted to mpeg and then used on a director stage. we will (or: want to

Re: lingo-l OT-Learning Lingo

2001-06-22 Thread Brennan Young
. It's the kind of stuff that you end up discovering for yourself, (like put the busiest repeat loop innermost), but also has some very basic explanations about what structures to use and when. Good luck! -- _ Brennan Young Artist, Composer and Multimedia programmer mailto:[EMAIL

lingo-l Re: Synchronizing QuickTime movies and Titles.

2001-06-08 Thread Brennan Young
Kafka's Daytime [EMAIL PROTECTED] wrote Your best bet may be to include text and graphics in the QuickTime movie itself... then use Lingo to control the QuickTime movie as required. For more on this try Apple's Quick Time for Developer's series (try Apple's web site for purchse info).

lingo-l Storing data in comments vs fields...

2001-05-22 Thread Brennan Young
Lucas wrote if you store it in the scripttext of a member, director compiles the list, so you suffer the speed hit at compile time instead of at runtime. Not to mention that it compresses better to shockwave that way. -- _ Brennan [To remove yourself from this list, or to

Re: lingo-l finding the highest occupied sprite channel - moviewide

2001-05-16 Thread Brennan Young
can 'tell' the filmloop stuff. 'Doesn't get puppeted channels though. -- _ Brennan Young Artist, Composer and Multimedia programmer mailto:[EMAIL PROTECTED] What the guy is supposed to do is feel uncomfortable and when he has bugs, suspect the problem is DR-DOS and then go out

Re: lingo-l Sequence XTRA

2001-05-02 Thread Brennan Young
So, the short answer to your question is, whiile Beatnik will certainly play MIDI songs perfectly well, it has no facility for creating MIDI in Lingo. The Sequence XTRA has the capability the create and playback MIDI songs on the fly in Lingo. I just thought I'd mention that you can use

lingo-l Re: MOD tricks

2001-04-07 Thread Brennan Young
Carl West [EMAIL PROTECTED] wrote In D7.02 'mod' works not only on integers but on lists of integers, rects and points foo = [1,2,3,4,5,6,7] bar = [4,4,4,4,4,4,4] put foo mod bar - -- [1, 2, 3, 0, 1, 2, 3] And in D8 too. Nice. If someone hits on a use for 'mod'ing rects, I'd be

Re: lingo-l MAC 3DMF

2001-04-03 Thread Brennan Young
"jonathan" [EMAIL PROTECTED] wrote Does anybody know what P.C. App. will open mac 3DMF files. - -- On a Mac we use 'simpletext' or the 'scrap-book' -- You can open 3DMF files through Quicktime, so most apps which have access to the Quicktime importer (including Director) can do this: q =

lingo-l Re: Can I use Lingo to Set Variable (Make by LiveStage) in QuicKTime

2001-04-02 Thread Brennan Young
I wrote The only way I know of to get Director and wired Quicktime talking to each other is to hack through any of the following properties: VR pan/tilt/fieldOfView Qt movie volume Enabling/disabling tracks movietime Ha! More research over the weekend: Quicktime 5 has a fairly decent

Subject: Re: lingo-l Can I use Lingo to Set Variable (Make by LiveStage) in QuicKTime

2001-04-02 Thread Brennan Young
nregisters an application level QT media key Never tried it though. -- _____ Brennan Young Artist, Composer and Multimedia programmer mailto:[EMAIL PROTECTED] If you're not part of the solution, you're part of the precipitate. -Steven Wright [To remove yourself from this list, or to change

lingo-l Re: Can I use Lingo to Set Variable (Make by LiveStage) in QuicKTime

2001-03-30 Thread Brennan Young
have reported success with the binaryIO Xtra to 'corrupt' the QT movie, and then fix it again just before playing it. -- _ Brennan Young Artist, Composer and Multimedia programmer mailto:[EMAIL PROTECTED] Someone asked Mulla Nasrudin what his house was like. In reply he brought

lingo-l Re: Interactive Tutorial SYstem

2001-03-27 Thread Brennan Young
"LePhuronn" [EMAIL PROTECTED] wrote As you all seem to be industry professionals of one sort or another, I would like to impose upon you two questions: 1.) Have you heard/seen any other stuff out there that uses this approach? 2.) What do you think of the idea? Feedback would be MUCHLY

lingo-l Re: Quicktime + audio from CD (Was [none])

2001-03-19 Thread Brennan Young
[EMAIL PROTECTED] wrote Subject: [none] Please provide a subject to your posts. This is a high volume list and things can easily get lost in the shuffle (or lost in the hustle, if you leave your Van McCoy LP playing for too long). Hello lingo list am having a problem with cd-pro extra. I

Re: lingo-l Karaoke Files

2001-02-23 Thread Brennan Young
Fabiano de Aguiar Aniceto [EMAIL PROTECTED] wrote Does anyone knows a way to play ST3 or KAR Files in Director? Any Xtras? You can use the Quicktime Xtra. Just set the filename of a dummy QT member to any external .KAR file. -- _ Brennan [To remove yourself from this list, or

Re: lingo-l Karaoke Files

2001-02-23 Thread Brennan Young
Colin Holgate [EMAIL PROTECTED] wrote I'm starting to worry now about where my messages are going to. I missed your message, but now I read it. Hopefully you've read the one about importing the .KAR file into QuickTime. Brennan's suggestion won't work, because as part of the import

lingo-l Re: Property description Lists

2001-02-07 Thread Brennan Young
at http://www.director-online.com Yes, and I wrote two articles about this specific topic recently, which you can find easily. -- _____ Brennan Young Artist, Composer and Multimedia programmer mailto:[EMAIL PROTECTED] Hofstadters law: "It always takes longer than you think, even wh

RE: lingo-l another way to DTS

2001-02-03 Thread Brennan Young
, you can build some pretty sophisticated content using a multitrack Quicktime movie. You can add tracks to a QT movie, for example stills stretched in duration to match the timeline, using the Quicktime Player Pro edition. -- _ Brennan Young Artist, Composer and Multimedia

Re: lingo-l MAX

2001-01-18 Thread Brennan Young
Guillaume Gautier [EMAIL PROTECTED] wrote Where can I find out more about this MAX software? Go and see the products page on http://www.ircam.fr/index-e.html ...or for the commercial version (which runs on MacOS, unlike the ircam one) get on your 'chopper' and ride over to

RE: lingo-l Accessing Frame Script Property variables

2001-01-13 Thread Brennan Young
u how dirty you want to be. ;) -- _____ Brennan Young Artist, Composer and Multimedia programmer mailto:[EMAIL PROTECTED] In software, the chain isn't as strong as the weakest link; it's as weak as all the weak links multiplied together. -Steve McConnell [To remove yourself from thi

Re: lingo-l ParentScripting Tutorial

2000-12-19 Thread Brennan Young
needs milk and other input parameters (not to mention the output), so my time for such projects is limited. I have a collection of links here, which may or may not be useful: http://brennan.young.net/Edu/OOThink.html -- _____ Brennan Young Artist, Composer and Multimedia programmer mai

Re: lingo-l 'Getters' and 'setters'. Hmm.

2000-12-17 Thread Brennan Young
. -- _ Brennan Young Artist, Composer and Multimedia programmer mailto:[EMAIL PROTECTED] "Well I started on the piano, then I moved onto the coffee table." -Stephen Fry [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cg

Re: lingo-l quicktime framerate

2000-11-28 Thread Brennan Young
for this kind of thing. I wish it were otherwise. Quicktime is astonishingly rich, but Director users don't get access to the really cool stuff (such as changing the 'quad' of individual tracks) because the QT3 Xtra is so basic. -- _ Brennan Young Artist, Composer and Multimedia programmer

Re: lingo-l GPDL

2000-10-24 Thread Brennan Young
eah, and the biggest problem is that MUI callbacks can not be addressed to individual scripts/objects (stupid, stupid, stupid), so you'll probably need to have an extra movie script for every behavior that uses this technique. How about that for encapsulation and reuse? -- _____ B

Re: lingo-l Screen Saver advice

2000-10-24 Thread Brennan Young
in the cut-throat world of custom screensaver application development. -- _ Brennan Young Artist, Composer and Multimedia programmer mailto:[EMAIL PROTECTED] Knowledge is like a circle. Ignorance is the area outside it. With learning, the circle grows, and the boundary between knowledge

Re:lingo-l OOPS multiple inheritance

2000-08-31 Thread Brennan Young
convenient to replace call (#mMethod, object) ...with... call (#mMethod, [object]) ...just before the client comes to see the beta. ;) -- _____ Brennan Young Artist, Composer and Multimedia programmer mailto:[EMAIL PROTECTED] "If you play a wrong note, play it again twice as lo