Re: lingo-l bug in getPixel()?

2002-11-05 Thread Sean Wilson
i've these result instead of rgb(255, 000, 000) getPixel return rgb(248, 000, 000) rgb(000, 255, 000) rgb(000, 248, 000) rgb(000, 000, 255) rgb(000, 000, 248) and so on for every pure colors likes rgb(255, 255, 000) even rgb (255, 255, 255) --

RE: lingo-l printing HTML with POMlite

2002-11-05 Thread Brad Hile
Well I'm back and just tried: using the image of the member- no difference creating a new 16,8,4, 2 bit image and copypixeling the image of the member into it - slight improvement but still poor quality One thing I did notice is that when I create a 32 bit version there appears to be no alpha

Re: lingo-l timeouts and me

2002-11-05 Thread Jakob Hede Madsen
At 14:47 +0100 04/10/02, Fraser Campbell wrote: I know that this subject gets an airing every so often but here goes. I currently have a timeout object within an object that is calling itself e.g pTimeout = timeout(mouseTimer).new(30,#method, me) I am destroying this object by the usual

lingo-l test

2002-11-05 Thread Andy Innes
test [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 with programming Lingo. Thanks!]

Re: lingo-l bug in getPixel()?

2002-11-05 Thread James Newton
Francesco Scarfato [EMAIL PROTECTED] wrote: hello everybody, i've a trouble with getPixel. if fill the stage with shapes that have the follow color rgb(255, 000, 000) -- red rgb(000, 255, 000) -- green rgb(000, 000, 255) -- blu than i copy some shapes on the stage with fill (o simple

Re: lingo-l moviePath and screensaver woes

2002-11-05 Thread Howdy-Tzi
On Wednesday, October 30, 2002, at 05:17 PM, [EMAIL PROTECTED] wrote: The CineMac screensaver has to be in the control panel of the system folder and therefore I had to use the full address. What have I messed up or misunderstood? For starters you don't need the 'me' keywords in your movie

lingo-l Editing binary files?

2002-11-05 Thread Jeremy
Is there a way(in an Xtra or otherwise) I can do the equivelant of hex-editing a binary file to alter data within the file? [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]

lingo-l LingoFish

2002-11-05 Thread Robert Tweed
OK, I hope this gets through to the list properly. For the benefit of anyone who is only on Lingo-L and has not seen any of the other messages: The bug in the first release has been fixed. If you have the buggy version, please go back to the page and download the new version. Also, if anyone

RE: lingo-l RE streaming progress bar QD sprite

2002-11-05 Thread Robin Pereira
OOps found it sorry peeps -Original Message- From: [EMAIL PROTECTED] [mailto:lingo-l-admin;mail4.fcgnetworks.net]On Behalf Of Robin Pereira Sent: 01 November 2002 09:51 To: [EMAIL PROTECTED] Subject: lingo-l RE streaming progress bar QD sprite Hi list, does anyone have any demos on

Re: lingo-l switching between several quicktime movies

2002-11-05 Thread David Burgoyne
Hi Michael, I notice that you are using 384 x 288 for the mpg1, I've done some testing on this and on older PC's 352 x 288 seems to give the best reproduction. I suspect this has something to do with this being an older standard res for mpg's on the PC thus old video drivers cope better with this

RE: lingo-l path

2002-11-05 Thread Clars Danvold
Use the searchPaths ( a built-in global) to create a linear list of folders that are checked when your movie needs to find linked media. I usually put the call in a startMovie handler: --assuming media in folders at the same level as your projector: on startMovie tPath1 = the moviePathvideos

lingo-l test

2002-11-05 Thread Tab Julius
[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 with programming Lingo. Thanks!]

lingo-l win 2k and help system

2002-11-05 Thread Andy Innes
HI All Has anyone had issues with windows 2000 and dir 8.5.1 when using the help? Every time I hit the help and use the search function, when I return to Director it's locked up. System win 2k dir 8.5.1 P4 2.4ghz 512Mb ddr 333 ram Matrox G550 on two screens isdn modem soundblaster live 533mhz

RE: lingo-l path

2002-11-05 Thread Chris Aernoudt
Member(x).filename Test for it and check if it's right. It could be using an absolute file path, like c:\documents and settings\. Try retyping it in the PI, if it doesn't work you can always set it through code. Member(x).filename = the moviepath subfolder/movie.mpg HTH, Chris

Re: lingo-l moviePath and screensaver woes

2002-11-05 Thread Jim Skolmoski
- Christine wrote: I'm working on a kiosk built in Director 8 that will be running 24/7 on a Mac G4. I wanted to use CineMac to develop a screensaver that will go directly to either the first movie of the kiosk or open the kiosk projector.

Re: lingo-l bug in getPixel()?

2002-11-05 Thread David Burgoyne
Hi Francesco, hmm I suspect you are in 16 bit colour mode where highest value = 248 in 16 bit colour (i think) change to 24/32 bit colour and things should work as normal. Dave PS for more colour stuff imaging lingo try James Newton's book - its the business for this sort of stuff, it will

lingo-l Quickdraw shape - how to

2002-11-05 Thread Jim Skolmoski
... but i dont know how to create a quick draw shape --- 1) select Window- Tool Palette 2) select filled rectangle from Tool Palette 3) draw rectangle on stage Note - one can use this castmember for many different sized sprites HTH Jim [To

Re: lingo-l switching between several quicktime movies

2002-11-05 Thread David Burgoyne
sent again as the list wasn't working Hi Michael, I notice that you are using 384 x 288 for the mpg1, I've done some testing on this and on older PC's 352 x 288 seems to give the best reproduction. I suspect this has something to do with this being an older standard res for mpg's on the PC thus

Re: lingo-l bug in getPixel()?

2002-11-05 Thread David Burgoyne
Sent again cause the list wasn't working and James doesn't plug his book enough Hi Francesco, hmm I suspect you are in 16 bit colour mode where highest value = 248 in 16 bit colour (i think) change to 24/32 bit colour and things should work as normal. Dave PS for more colour stuff imaging

Re: lingo-l ini-file question

2002-11-05 Thread Charlie Fiskeaux II
I've done tests and found that you have to know how to place the files right before you create the projector to be able to use .ini files properly. Try replacing the .ini file next to Director's application file, then relaunch Director and create a projector. It also might work if you rename the

RE: lingo-l ini-file question

2002-11-05 Thread Kenneth Prat
Do you have any command line stuff being passed? This will break the single instance setting. Hi, I want to allow only one projector to be launched at a time. My ini file looks like this: -- [Settings] SingleInstance=1 -- Ini file is named Start.ini and my projectors name is

Re: lingo-l Editing binary files?

2002-11-05 Thread Fraser Campbell
check out BinaryIO: http://www.updatestage.com/xtras/binaryio.html very quick tool especially for reading a large amount of binary files at any one time Is there a way(in an Xtra or otherwise) I can do the equivelant of hex-editing a binary file to alter data within the file? [To remove

Re: lingo-l timeouts and me

2002-11-05 Thread Fraser Campbell
having just checked your method I think that the first stopMovie is called by the timer object and the second one is the normal one. I am using the stopmovie to destroy the object containing the timer, so this is a bit annoying. I am currently using objectP to check whether the object exists

Re: lingo-l Editing binary files?

2002-11-05 Thread Kerry Thompson
Is there a way(in an Xtra or otherwise) I can do the equivelant of hex-editing a binary file to alter data within the file? On Windows, I'd use UltraEdit. It's a great all-around editor, and it's cheap--free trial (30 days?), then only about US$30. Cordially, Kerry Thompson [To remove

RE: lingo-l Editing binary files?

2002-11-05 Thread Jeremy
Arggg, do you know of an extra that is freeware that will do similar binary editing. I can't justify $150 for a hobby project when I'm a full time student living off financial aid. Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:lingo-l-admin;mail4.fcgnetworks.net] On Behalf Of

lingo-l any way to do layers with 3d

2002-11-05 Thread Eric Terry
Has anyone done anything with 3d objects and layering? Is it even possible? I'm trying to have two objects share the stage without the background overlapping the other object. I vainly tried to set the ink to transparent. Any help would be appreciated. Eric Terry Web Services Programmer/Analyst

RE: lingo-l Editing binary files?

2002-11-05 Thread Kendall Anderson
Hey - Arggg, do you know of an extra that is freeware that will do similar binary editing. I can't justify $150 for a hobby project when I'm a full time student living off financial aid. Thanks If it's a hobby project (ie: not publicly distributed), I think you can use the demo - you'll get a

AW: lingo-l switching between several quicktime movies

2002-11-05 Thread Michael von Aichberger
I notice that you are using 384 x 288 for the mpg1, I've done some testing on this and on older PC's 352 x 288 seems to give the best reproduction. Hi Dave! I have never thought of using 352 x 288 and stretching it to the original aspect ratio. I thought that stretching would deteriorate

AW: lingo-l switching between several quicktime movies

2002-11-05 Thread Michael von Aichberger
Another approach would be to track everything as you are, and when you want to switch videos, move the current video off-stage, stop it, change the file name of the sprite, reset the movie time, and move it back on stage. I'm a one-frame kind of guy, so I would tend to use that approach. Hi

RE: lingo-l Editing binary files?

2002-11-05 Thread Jeremy
Well, the idea is for a small utility for a game, and if I can pull it off I would like to release it(for free of course). I assume I would have to register to release it? -Original Message- From: [EMAIL PROTECTED] [mailto:lingo-l-admin;mail4.fcgnetworks.net] On Behalf Of Kendall

RE: lingo-l Editing binary files?

2002-11-05 Thread Cole Tierney
At 4:19 PM -0800 11/5/02, Jeremy wrote: Well, the idea is for a small utility for a game, and if I can pull it off I would like to release it(for free of course). I assume I would have to register to release it? You can use FileIO xtra if you write your data one byte at a time. Slow, but it

lingo-l jaugar and director

2002-11-05 Thread Carol Mahaffy
hey list-- I am having lots of problems running director 8.5.1 on mac osx jaguar. I switch to classic to run director but am having problems with dragging sprites to reposition them on the score duplicates them and crashing when i drag a sprite from the cast to the score or stage. Is anyone using

Re: lingo-l jaugar and director

2002-11-05 Thread Bert-Ulrich Baumann
same problem here (mac os x 10.2.1) director 8.5.1 on g4 if this problem occurs i also have a frozen dock.app. the only cure i have is to restart the systemuiserver and the dock via terminal.app and restart classic brt On Dienstag, November 5, 2002, at 11:29 Uhr, Carol Mahaffy wrote: hey

Re: lingo-l jaugar and director

2002-11-05 Thread matt johansson
the probs with osx are never ending. i've gone back to classic. apple need to get there crap together. Carol Mahaffy wrote: hey list-- I am having lots of problems running director 8.5.1 on mac osx jaguar. I switch to classic to run director but am having problems with dragging sprites to

Re: lingo-l jaugar and director

2002-11-05 Thread 2702NET
?!...is it Apple...or is it Macromedia not being ready for OSX? I've found that avoiding running D 8.5 under OSX (classic) entirely is the way to go. Booting from an external firewire drive containing OS 9.2 is a great, easy way to do it - running all my stuff (like D 8.5) not yet ready for

Re: lingo-l jaugar and director

2002-11-05 Thread Charlie Fiskeaux II
The problems related to drag and drop in 8.5 under OSX are mostly related to Microsoft's OLE extensions (which control drag and drop). Numerous people have removed the Microsoft OLE extensions and gotten Director to run fairly reliably afterward. Charlie Fiskeaux II Media Designer The Creative

Re: lingo-l jaugar and director

2002-11-05 Thread Ron Woodland
I agree. It's Microsoft's crap not Apple's that's causing these problems ...and they are unique to Director. No other app, native or classic, behaves as badly. Charlie Fiskeaux II wrote: The problems related to drag and drop in 8.5 under OSX are mostly related to Microsoft's OLE extensions

Re: AW: lingo-l switching between several quicktime movies

2002-11-05 Thread Kerry Thompson
I have thought of that, but in fact I don't have 3 Quicktime movies, but 2 Quicktime movies and 1 MPEG1 movie that is played back using Tabuleiro's DirectMediaXtra. Quicktime now supports MPEG on Windows and Mac. I've used the Tabuleiro Xtra before, and it's super, but you could play all 3

Re: lingo-l bug in getPixel()?

2002-11-05 Thread Jakob Hede Madsen
At 7:45 + 05/11/02, James Newton wrote: argb Did you mean arrgghh... ? Jakob [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 jaugar and director

2002-11-05 Thread Jeremy
Can someone explain how its microsofts fault if the mac version of software, in this case director, doesn't work properly under osX ? Just wanting to understand this. -Original Message- From: [EMAIL PROTECTED] [mailto:lingo-l-admin;mail4.fcgnetworks.net] On Behalf Of Ron Woodland Sent:

Re: lingo-l jaugar and director

2002-11-05 Thread matt johansson
its a little bit like having to be a mechanic to own a car. when i buy a car i expect that i'll need to change the oil the tyres etc. but not have to open the hood up and start fiddling with the engine because its a little bit mickey mouse, its crazy. Charlie Fiskeaux II wrote: The problems

Re: AW: AW: lingo-l switching between several quicktime movies

2002-11-05 Thread Kerry Thompson
In this case the user must have Quicktime installed. That's the only reason I have chosen one option to be a MPEG1 with DirectMediaXtra: ANY windows user can play it! But I thought the other two videos were QT videos. Doesn't that mean that Windows users have to have QT anyway? Cordially,

Re: lingo-l jaugar and director

2002-11-05 Thread Ron Woodland
For Mac users, it's always Microsoft's fault. ;) Jeremy wrote: Can someone explain how its microsofts fault if the mac version of software, in this case director, doesn't work properly under osX ? Just wanting to understand this. -Original Message- From: [EMAIL PROTECTED]

RE: lingo-l jaugar and director

2002-11-05 Thread Brad Hile
Uh Oh it's a holy Platform War!! Ron, Didn't you know MAC stands for Member of the Apple Church... Your in for it now ;) -Original Message- From: [EMAIL PROTECTED] [mailto:lingo-l-admin;mail4.fcgnetworks.net]On Behalf Of Ron Woodland Sent: Wednesday, 6 November 2002 9:54 AM To:

AW: AW: AW: lingo-l switching between several quicktime movies

2002-11-05 Thread Michael von Aichberger
But I thought the other two videos were QT videos. Doesn't that mean that Windows users have to have QT anyway? No, it's one and the same video in different qualities/formats. Depending on the speed and configuration of one's computer one can decide which way to go. [To remove yourself from