Re: alpha-blecht soup

2002-10-08 Thread g r i m m w e r k s

On 10/8/02 5:08 PM, "Howdy-Tzi" <[EMAIL PROTECTED]> decreed thusly:

> No, but you should be able to copy its image into a greyscale bitmap,
> right? And then use setAlpha to put that into your bitmap's alpha?
> 
> James Newton's _Director Shockwave Studio Developer's Guide_ absolutely
> needs to be on your shelf, because after flipping through its first
> four chapters you'll be doing it all, I think. One thing he notes is
> that setAlpha won't work unless the alpha has the same dimensions as
> the target bitmap, and the alpha has to be 8 bits. Little tidbits like
> that make the book nice to have on hand.


That's it then! Damn, and I _have_ the book open right here (thanks to Roy!)

[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: alpha-blecht soup

2002-10-08 Thread g r i m m w e r k s

On 10/8/02 5:03 PM, "Colin Holgate" <[EMAIL PROTECTED]> decreed thusly:

> 
> It has an image, and that has an alpha.

Yeah but the damn alpha isn't really alpha'd out - like if I have a gradient
vector, and want a gradient alpha...

[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!]



alpha-blecht soup

2002-10-08 Thread g r i m m w e r k s

So I'm trying to make a nice sweet alpha for an image -- I wanted to use a
vector.image for the alpha. But the vector doesn't have an alpha to
extract.

so...

how would one CREATE an alpha from scratch? I'm looking at all the docs,
createMask(), setAlpha(), createMatte() etc, but I must be missing
something...

there's no way to set an imageobject's alpha to an image, is there?

[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: scaling images question...

2002-10-08 Thread g r i m m w e r k s

On 10/8/02 1:32 PM, "Howdy-Tzi" <[EMAIL PROTECTED]> decreed thusly:

>  grimmObj2 = grimmwerks.duplicate()
> 
> Repeat as necessary. :)

Then who needs porn?!?

[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: scaling images question...

2002-10-08 Thread g r i m m w e r k s

On 10/8/02 11:07 AM, "Howdy-Tzi" <[EMAIL PROTECTED]> decreed thusly:

> Jeez, man, you got to surf resource sites more. ;)

What, along with all the porn sites? I'm only one man!

[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!]



scaling images question...

2002-10-07 Thread g r i m m w e r k s

I've been trying to do this all sorts of ways and now my brain is locked.
I'm sure once the answer comes back at me I'll feel like a dope. Thanks in
advance for killing my self esteem.


I've got a bunch of images that I need to scale to fit a maxWidth and
maxHeight; trouble is these images are all sorts of possible dimensions.

Say we want to fit a 320x240 area, if I request a rescaling for a rect of
640x480, it will of course check for whether the requested rect is landscape
or portrait, and scale it to meet the 320x240. This works fine for this:

(taken from the handyman's digital portfolio at doug and changed slightly,
whereas tMax and tMin are passed in):

--  if tMem.width > tMem.height then
--newHeight = (tMem.height * pMax)/tMem.width
--offset = (pMax - newHeight)/2
--imRect = rect(0,0,pMax, newHeight)
--destRect = rect(0,0+offset, pMax, newHeight + offset)
--  else
--newWidth = (tMem.width * pMin)/tMem.height
--offset = (pMin-newWidth)/2
--imRect = rect(0,0,newWidth, pMin)
--destRect = rect(0+offset, 0, newWidth + offset, pMin)
--  end if


but this really doesn't work, as the image passed in might not fit perfectly
to a max/min -- it's really got to scale the image to fit whichever - the
maxwidth or maxheight, no matter what the image dimensions are, ie:

tPerc = (maxWidth/float(theRect.width)
return(rect * tPerc)

?

[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: dswmedia on windows?

2002-10-07 Thread g r i m m w e r k s

On 10/7/02 5:26 PM, "Buzz Kettles" <[EMAIL PROTECTED]> decreed thusly:

> Did you try 'FIND'?
> 
> it's usually in the \macromed\ folder
> 
> -Buzz


Yup tried, didn't find it. 

[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!]



dswmedia on windows?

2002-10-07 Thread g r i m m w e r k s


On a mac I can find the dswmedia folder -  where's it kept on a windows box?

[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: Re: Using gotoNetPage Problem

2002-09-30 Thread g r i m m w e r k s

On 9/30/02 2:13 PM, "Allen Stare-IMM" <[EMAIL PROTECTED]> decreed
thusly:

> Here's the problem: when I click on the link in author mode, it opens the
> browser up and goes to the client's page exactly the way I want it to. When
> I protect the movies and launch out of a Director Projector the link returns
> an error dialog: Director Player Error: Script Error. Continue?


Yeah sounds like you're not including all the network / netlingo extras.

[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: Hey Buzz - mp3 playback problem

2002-09-25 Thread g r i m m w e r k s

On 9/25/02 12:30 PM, "Buzz Kettles" <[EMAIL PROTECTED]> decreed thusly:

> That's a feature that I suggested.
> All 11k input rates get upsampled automatically before encoding.
> - therefore they always come back out at 22kHz

Before encoding or decoding? This is an mp3 I've encoded externally and
imported, rather than letting director encode it.

[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!]



more mp3 fun

2002-09-25 Thread g r i m m w e r k s


Strangely enough, I opened the same file on the same mac I had a problem
with in D8, but now opened it in 8.5.

When I imported the mp3 in the cast, it now is seen as the 11khz file it is,
plays back at the right samplerate/pitch/speed, BUT now it's seen as half
the length it is (33 sec vs 66 sec).

But if I create a swa member, and link to the SAME file, it's fine, 11khz
16kbs 66sec mp3. 

But I really want it as a normal sound channel member.

Is this any clue as to what might be going on?

[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!]



mp3 problem...

2002-09-24 Thread g r i m m w e r k s


I've got an mp3 I'm trying to import/link to external file that's being
reported as a mono 22khz file -- but it's playing back at 44khz, so it's
going at twice speed/pitch shifted. I've never had this problem before (and
I've been a multitrack engineer/midi guy since '86) --

the audio file is playing properly in quicktime, itunes, any other damn mp3
player but director is dealing with it funky

[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: a color picker

2002-09-23 Thread g r i m m w e r k s

On 9/23/02 10:09 AM, "Andy Fuchs" <[EMAIL PROTECTED]> decreed thusly:

> at 23.09.2002 14:44 Uhr, .seb wrote:
> 
>> As everyone is speaking of color picker... what do you think of the one on
>> iotic : http://www.iotic.com/colourcube/
> 
> Quite hard to select a desired color (aka. pure yellow)...

Well it's neat to play with but I agree, no functionality at all. You move
your cursor to get a color and the damn color spins away.

[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: To Ockrassa and others

2002-09-12 Thread g r i m m w e r k s

On 9/12/02 1:21 PM, "Howdy-Tzi" <[EMAIL PROTECTED]> decreed thusly:

>> He doesn't, he says Co-lan (almost silent N), which is along the lines
>> of the French word for wine.
> 
> He does? I've only ever heard "colon" when his name's said.
> 
> Perhaps it's what I expect to hear. ;)
> 
> -- WthmO


No, here's the thing: when OTHERS say his name we get nether regions...when
HE says his name we get wine regions.


[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: OT: last names (was Re: To Ockrassa and others)

2002-09-12 Thread g r i m m w e r k s

On 9/12/02 3:16 AM, "Florian Bogeschdorfer" <[EMAIL PROTECTED]> decreed thusly:

> 
> Now I wonder - have you taken this from Iron Maiden (in this case 666 would
> be the number) or is it even older and IM have taken it from there?

It's a quote from The Prisoner, an English series from the 60s.

[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: To Ockrassa and others

2002-09-11 Thread g r i m m w e r k s

On 9/11/02 3:19 PM, "Howdy-Tzi" <[EMAIL PROTECTED]> decreed thusly:

> 
> Only in a relative sense.

Wha? Mulder and Sculley were RELATIVES? No wonder the kid was a bit freaky.

[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: To Ockrassa and others

2002-09-11 Thread g r i m m w e r k s

On 9/11/02 8:49 AM, "Colin Holgate" <[EMAIL PROTECTED]> decreed thusly:

>> Okrassa answered my last email and numbered
> 
> 
> Not to help your problem, but you do know that his name is Warren?
> Calling him Okrassa is the same as calling you Lorenz.


Hey Mulder and Sculley did it all the time, and they had a baby together.

Not saying that Ockrassa and Lorenz would have the same luck...

[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: perhaps this is why no osx?

2002-09-10 Thread g r i m m w e r k s

On 9/11/02 12:14 AM, "Colin Holgate" <[EMAIL PROTECTED]> decreed
thusly:

> 
> You were? I thought it was someone else.
...yeah tweren't me.

Or should I say t'aint? But then that'd almost make me an a-hole...

[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: member("text").filename=blah.xml = ole object...

2002-09-09 Thread g r i m m w e r k s

On 9/3/02 4:20 PM, "Buzz Kettles" <[EMAIL PROTECTED]> decreed thusly:

> AND,
> getNetText() also works fine from a projector, even on local files ..
> & I just tried a text file with garbage type/creator ,named '.xml' &
> it worked fine.


even on a mac?

[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: ARGH weird rect thang...

2002-09-09 Thread g r i m m w e r k s


You know, I wrote that after not sleeping for 2 hours the nite before...I
realize now how retarded I am.

[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: ARGH weird rect thang...

2002-09-09 Thread g r i m m w e r k s

My problem. Was flipping members without setting the regpoint.

though the monitor thing is strange...

[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!]



ARGH weird rect thang...

2002-09-09 Thread g r i m m w e r k s


First off look at this:

put the desktopRectList
-- [rect(0, 0, 1152, 768), rect(-1280, -144, 0, 880)]

wait...what?!?

It's a monitor on a pb g4, the external monitor on the left, the pb screen
on the right. What the hell? Ok, now after THAT

I put the stage on the first monitor. In the message window if I...

put sprite(1).rect
-- rect(81, 97, 719, 504)

Hmm...ok that seems about right.

NOW, if I put a behavior on sprite 1 to put out it's rect

-- rect(162, 146, 800, 553)

whhh?

I assure you the two rects are from the exact same sprite --

Now lets see if I move the stage over to the pb screen

put sprite(1).rect
-- rect(81, 97, 719, 504)
-- rect(162, 146, 800, 553)


how weird

[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: member("text").filename=blah.xml = ole object...

2002-09-03 Thread g r i m m w e r k s

On 9/3/02 4:20 PM, "Buzz Kettles" <[EMAIL PROTECTED]> decreed thusly:

> here's the 30 second demo:
> put the xml file next to the movie
> 
> getNetText ((the moviePath) & "your.xml")
> member("field") = netTextresult()


Huh. Good to know, thanks Buzz.

[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: member("text").filename=blah.xml = ole object...

2002-09-03 Thread g r i m m w e r k s

On 9/3/02 2:58 PM, "Thomas Higgins" <[EMAIL PROTECTED]> decreed
thusly:

> GetNetText works great in Shockwave

Yeahok, here's the thing

This isn't a shockwave app - it's just a projector, trying to set a text
member's contents to a local - right next to the projector - file. I'm
merely doing this as a proof of concept for a company that want to use the
same functionality on their website. I've already done this app for Pearson
(hey Kerry).

It really was supposed to be a 5 minute hack to show them how it works, so
it's odd that the ole switches the xml from a text member to an ole member.

The quick fix I made was changing the lesson.xml name to lesson.txt.  

[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: member("text").filename=blah.xml = ole object...

2002-09-03 Thread g r i m m w e r k s

On 9/3/02 2:36 PM, "Howdy-Tzi" <[EMAIL PROTECTED]> decreed thusly:

> 
> What are you actually wanting to do with the XML once you get it in?
> Why not use either the XML parser, or just pull it in with FileIO?

Yeah, see I've got a text member that pulls in the external embed (but in
this case the file), then the xml parser rips through that text member's
text to get the xml list, etc etc.

But in this case since it's external to the app, changing the filename makes
it ole.

I'm sure if I just name the damn thing lesson.txt rather than lesson.xml
it's fine. Duh.

[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: Text parsing

2002-08-30 Thread g r i m m w e r k s

Why can't you save the log in a director-formatted proplist, ie:

[#name: "Billy bob", #weapon: "gun"]

etc...
then load the text into a text member (member("text").filename = blah)

Then load the list as myList = value(member("text").text)

?

[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: timeout object paused?

2002-08-28 Thread g r i m m w e r k s

On 8/28/02 11:19 PM, "Buzz Kettles" <[EMAIL PROTECTED]> decreed thusly:

> Yes.
> using Shockwave's context menu 'PAUSE' does this.
> (or Shockmachine's)
> 
> -Buzz

yeah but you can't set that in a projector, can you? Or just the regular
'pause' command?

[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!]



timeout object paused?

2002-08-28 Thread g r i m m w e r k s

Can a timeout object be paused?

I'm sure I'll find an answer in the FM in a sec...

[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!]



test....

2002-08-27 Thread g r i m m w e r k s

from me?

[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: thumbnail grid in image browser

2002-08-26 Thread g r i m m w e r k s


there's a perfect example of this on DOUG

[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: path seperators on a mac

2002-08-26 Thread g r i m m w e r k s

I always use

tChar = the last char of the moviepath

then it's just as easy as:

set OK = baPrintFile( the moviePath & tChar & "Word Documents" & tChar &
"Lodges" & tChar & "CHOBE.doc")

as tChar will be '\' on win and ':' on mac.

[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: *** Director & Online Database question ***

2002-08-22 Thread g r i m m w e r k s

On 8/22/02 8:34 AM, "Olivier Bataille" <[EMAIL PROTECTED]>
decreed thusly:

> An ASP page will only understand data if the Content-type is defined as
> 'application/x-www-form-urlencoded' (in the http request).


Ah, that's right.

Usually I had a proplist, ie theList = [#name: value]

then I'd post to an asp page as tNet = postnettext(theUrl &
urlencode(theList), "")

and the return would be correct.

[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!]



miaw question

2002-08-22 Thread g r i m m w e r k s

I've been trying to get the miaw to call a function to a text sprite within
it -- but everytime I tell the window to do the handler, I get 'no function'
as a response.

Can I only set globals for the damn thing to see?

[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: getting list of files in remote folder...

2002-08-21 Thread g r i m m w e r k s

On 8/21/02 3:34 PM, "Andreas Gaunitz P11" <[EMAIL PROTECTED]> decreed
thusly:

> I'm not quite sure I understand. It's not the browser that produces
> the html, it's the www server. You can design the page template to be
> output yourself, if you like, as long as you have access to the
> server.
> 
> -A.

No, I understand -- ie the server being configured to show a dir's listings
if there's no index.html page present.

The server is configured as such.

But getnettext returns an empty string, rather than the server's CREATED
html for the file listings.

It's no big deal, but odd.

[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: getting list of files in remote folder...

2002-08-21 Thread g r i m m w e r k s

On 8/21/02 3:30 PM, "Andreas Gaunitz P11" <[EMAIL PROTECTED]> decreed
thusly:

> That's easy, but you need to configure the www server like this: "If
> no index.html exists in a folder, then show directory contents
> instead". This is just one check box on a Mac server, I don't know
> about windows.


Actually the server IS setup like that, but the nettextresult still shows a
blank.

[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: getting list of files in remote folder...

2002-08-21 Thread g r i m m w e r k s

On 8/21/02 3:10 PM, "Buzz Kettles" <[EMAIL PROTECTED]> decreed thusly:

> 
> I think each browser does something special to get back a fabricated html page
> 
> hth

Found a way to get the convoluted html using the old xtranet (Terry had a
browser example from gmatter as well).

But I think I'll just use my directFTP after all.

I would've expected the index.html text that the browser puts out when
requesting a directories contents that are allowed to be seen. you know,
like a browser does.

[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!]



getting list of files in remote folder...

2002-08-21 Thread g r i m m w e r k s

I realize that the server permissions must be set as such, rather than a
404...

but if I do a request on a folder/index.html that doesn't exist, will I get
a list of the folders, ie a browser? Is there any other way of getting
remote files in a browser, ie getNthfilename(http)?

[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!]



imaging lingo question..

2002-08-20 Thread g r i m m w e r k s

As stupid as it sounds, is there any way I can see the amount of memory an
image is? ie temp = image(32,32,32), put temp.memory or something?

I'm just curious.

[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: wishlist url again?

2002-08-19 Thread g r i m m w e r k s

On 8/19/02 1:24 PM, "Buzz Kettles" <[EMAIL PROTECTED]> decreed thusly:

> you can use Quicktime player pro to do this


Yeah, I know, but I'd like to create director apps to do similar things
without applescripting.

Realbasic allows qt creation. It'd be nice if we could export/create other
media.

[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: Gizli cekim

2002-08-19 Thread g r i m m w e r k s

On 8/19/02 11:36 AM, "Howdy-Tzi" <[EMAIL PROTECTED]> decreed thusly:

> there may be dirty laundry you always wanted to wash in public.


Uggghhhave you SEEN Howdy's tightie whities? More like clownie brownies.

[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!]



imaging lingo and low end systems...

2002-08-19 Thread g r i m m w e r k s

Has anyone tried SIMPLE imaging lingo (ie creating cast members, nothing
fancy ie alphas, etc) on a lowerend system, ie Pentium?

My gut says that it's just as fast (copyPixels that is) as fast as director
compositing the stage via score members

[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!]



wishlist url again?

2002-08-19 Thread g r i m m w e r k s

I've got a wish for stronger QT support -- ie the ability to copy/paste qt
vids into each other and save them out to a new file, etc.

[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: Flickering Quicktime Movie

2002-08-17 Thread g r i m m w e r k s

On 8/17/02 10:11 AM, "Andreas Gaunitz P11" <[EMAIL PROTECTED]> decreed
thusly:

> Wow. I really wonder what you mean. Do you mean flash in a lower
> sprite channel than video?
> 
> -A.


No, not in a sprite channel, but ...aw crap. on the stage. Say if flash had
a rect(0,0,320,200) and the quicktime had rect(0,201, 320,400) or something.
Above it in stage space. But if the flash and QT were next to each other it
would be fine. 

[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: Flickering Quicktime Movie

2002-08-17 Thread g r i m m w e r k s

On 8/17/02 5:32 AM, "Andreas Gaunitz P11" <[EMAIL PROTECTED]> decreed
thusly:

> 
 Can anyone tell me why my QuickTime move is flickering in the projector?
>> I
 plays fine in the dir file but not in the actual projector.
 
 Thanks in advance


Rather than compression it sounds more to me like either 1) the vid isn't
set directToStage or 2) there's something else directToStage that's fighting
with it, ie a flash sprite or something that is intersecting the rect. In
fact I've had problems with flash spites being 'over' a video (ie not
intersecting the qt sprite, but above it like:


laasssh
video
video
video


and the vid still flickered.

[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: linking to external files on the fly

2002-08-16 Thread g r i m m w e r k s

Duh. Nevermind. So much easier (importfileinto).

RTFM I say.

[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!]



linking to external files on the fly

2002-08-16 Thread g r i m m w e r k s

I've got a question - built up this entire app that really uses external
images as requested by the user. I've been:

temp = new(#bitmap)
temp.name = requested image's name
temp.filenam = path to file

Just fine, cept since there's so many to do, I'm afraid that there might be
a memory overhead as these are done.

Is it better to have a fake image that I copy and link that one rather than
create a new bitmap for each one? Or is there just a way -- is it
importfileinto- to bring an image into the cast without having a fake bitmap
there first?

[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!]



#media, #image,#picture ....oh my!

2002-08-14 Thread g r i m m w e r k s

So what's the difference?

[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!]



weird flash thang ...

2002-08-14 Thread g r i m m w e r k s

Ok, I'm using some flash 5 members in an 8.5 project. Basically this flash
sprite is being used as scrollbars, turning them off/on based on the amount
of text to display. Nothing fabulous or anything, simple. It does this by
flipping different scrollbar movieclips on and off. It gets it's directions
to flip these from a sprite one channel higher, a text sprite.

Both sprites set themselves on beginsprite as to the channel, etc

on beginsprite me
pBox =sprite(me.spritenum)
end

And that's fine, nothing more there. Besides the first sprite is set before
the higher one is...

Now in one case I get a function error, and that's when we jump to this
frame with a bunch of text in memory to display. On the flash sprite I've
got:

on setScrollButtons me, whichBut, whichWay
  put whichBut && whichWay && pBox && pBox.member.type && ilk(whichBut)
  pBox.tellTarget(whichBut)
  pBox.gotoFrame(whichWay)
  pBox.endTellTarget()
end scrollButtons me


and the text member does
beginsprite
finds the text to display.
sets its text
then tells the flash sprite to flip the movieclips by doing sendsprite.


When it does the setScrollButtons call I'm getting a function error, yet in
the moviewindow/debugger:


--"scrollUpMc off (sprite 10) flash string"


pBox is sprite 10 (correct)
pBox.member.type = #flash (correct)
"scrollUpMC" = movieclip to tell target (correct)
"off" = frame to go to (correct).

It's almost as if the flash movie (INTERNAL by the way), although set as a
sprite's member, seen as flash, etc, isn't seeing it's own movieclips /
ability to tell target at the very beginning of it's existence?

[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: Crazy numbers

2002-08-10 Thread g r i m m w e r k s

On 8/10/02 5:12 PM, "Beertje" <[EMAIL PROTECTED]> decreed thusly:

> on mouseUp
> put the text of field "Cost1" + the text of field "Cost2" into field
> "Total"
> updateStage
> end

on mouseUp
  put int(the text of field "Cost1") + int(the text of field "Cost2") into
field
"Total"
  updateStage
end

[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!]



osx classic authoring question..

2002-08-09 Thread g r i m m w e r k s

hey all - thinking of making the switch to total osx bootup, and wondering
who is authoring in Classic mode rather than booting into 9?

Macromedians take note: Director and a good midi app are the only things
that are keeping me from going completely over. It really is discouraging
when the thing you use to make a living (as I'm primarily a lingo guy) is
what keeps you from updatingmakes you feel as if you're the unloved
child.

[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: cd name/listing from director

2002-08-09 Thread g r i m m w e r k s

On 8/9/02 11:02 AM, "Andreas Gaunitz P11" <[EMAIL PROTECTED]> decreed
thusly:

> BTW, it's not a simple task to make a file browser =)
> 
> -A.
> 

Nah, but it can be done. I just did something simple with a text member and
recursive fun...

[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: text member html question...

2002-08-09 Thread g r i m m w e r k s

Thanks James, maybe I'll try that. I opted for the fake using standard
char/ref stuff.

I did check out the 'source' html of the member, saw the break tags, but
that doesn't bother me. It's within every table row -- the row itself seems
to be 2 lines high although I'm definitely not putting any line breaks or
anything per cell.

[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!]



text member html question...

2002-08-08 Thread g r i m m w e r k s

Ok so I'm trying to use a simple html table for text member layout, and all
in all it's fine, but it seems to make the cell too high -- almost like
adding a line under it.

Any pointers?

[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: more cursor problems...

2002-08-03 Thread g r i m m w e r k s

On 8/4/02 12:55 AM, "g r i m m w e r k s" <[EMAIL PROTECTED]>
decreed thusly:

> so now I have to check if the mouseMember is the current sprite's member
> before doing any cursor thing? Nonsense.

which isn't going to work anyway if I have an alpha'd png on top of them
anyway.

What the hell??!?

[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!]



more cursor problems...

2002-08-03 Thread g r i m m w e r k s

What the hell? I just put 2 shapes on stage  - the same member. One had

on beginsprite me
sprite(me.spritenum).cursor = 280
end

I put this hidden under the other shape. The cursor changed to the hand even
though the sprite was obscurred by the top shape.

This has never been this way before, correct? It seems like something's
busted

so now I have to check if the mouseMember is the current sprite's member
before doing any cursor thing? Nonsense.

[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!]



problem with png files....

2002-08-03 Thread g r i m m w e r k s

Ok, I've got a few flash members that I'm using as sprites, but not
directToStage and I'm flipping through the frames as a behavior.

On top of these sprites is a png interface. Normally with bitmaps, etc, I've
never seen the problem that they get a mouseEnter/Leave update if there's a
sprite above them. These flash members do.

Is this normal?  

Im' just basically trying to use the png with an alpha as a window -- I've
fooled with the alphaThreshold but that really doesn¹t do a thing...

[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: if .else's..and. end if's.. x 120 rects

2002-08-03 Thread g r i m m w e r k s

On 8/3/02 10:05 AM, "Chris Mealey" <[EMAIL PROTECTED]> decreed thusly:

> on mouseWithin me -- on the handle sprite
> if inside(the mouseLoc,rect(-3,46, 69,75)) then
>   member("rectfield").text = "8'x 4'"
> else
>   if inside(the mouseLoc,rect(67, 46,105,75)) then
> member("rectfield").text = "8'x 8'"
>   else
> if inside(the mouseLoc,rect(99,47,137,75)) then
>   member("rectfield").text = "8'x 12'"
> else
>   if inside(the mouseLoc,rect(133, 46, 171, 75)) then
> member("rectfield").text = "8'x 16'"
>   else
> if inside(the mouseLoc,rect(167, 46, 205, 75)) then
>   member("rectfield").text = "8'x 20'"
> else

case true of
 inside(the mouseLoc,rect(-3,46, 69,75)):
member("rectfield").text = "8'x 4'"
 inside(the mouseLoc,rect(67, 46,105,75)):
 member("rectfield").text = "8'x 8'"

etc

[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: Is Director going to be Scrapped?

2002-07-31 Thread g r i m m w e r k s

On 8/1/02 12:17 AM, "sreedhar reddy" <[EMAIL PROTECTED]> decreed
thusly:

> I heard that Flash MX will be relaunched with all the
> features of Director and Director will be scrapped
> down.
> 
> Is this True?


Yup! Thanks for stopping by!

[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!]



message window with projector?

2002-07-29 Thread g r i m m w e r k s

Can it be done with a mac projector using an .ini file or does that only
work with pc?

[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!]



usb and direct communication

2002-07-25 Thread g r i m m w e r k s

Can the direct communication deal with usb devices?

[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: What's the story in terms of Director development?

2002-07-24 Thread g r i m m w e r k s

Oh man, old school.

On 7/24/02 4:55 PM, "Howdy-Tzi" <[EMAIL PROTECTED]> spewed forth:

> Isn't that a cowboy?

[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: mp3 wont play on mac (ctd)

2002-07-24 Thread g r i m m w e r k s

And you're not setting the path in any other way via lingo?

Are the files small enough (hell I'm broadband, so I don't care) that you
can zip up and we can take a look?

[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: Cross platform video CD

2002-07-22 Thread g r i m m w e r k s

Yeah, if you have members - quicktime or directmedia - in the cast or in the
score - even if you never go to that part of the score - your projector will
still fire that quicktime/directmedia is needed.

Best to make 2 separate director movies, and, when playing video, flip to
that movie. Or 2 full director movies with all content, and a stub
projector.

[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: rollover area in bitmap

2002-07-22 Thread g r i m m w e r k s

On 7/22/02 8:31 AM, "Martijn Janssen" <[EMAIL PROTECTED]> spewed forth:

> Hi,
> I used imaging lingo to create a bitmap with different area's to click on.
> It works based on a list of rects that define the clickable area's. If the
> bitmap is clicked a behaviour checks wether the click was inside an area or
> not.
> I'd like the cursor to change when the pointer is over a clickable area. I
> can't figure out how to do just that.
> 
> anyone?


Do the same thing but on enterframe; if the loc of the mouse is inside one
of your clickable rects, change the cursor. Else cursor = -1.

I'd probably make a list of clickable rects and do something like

on enterframe
tCur = false 
repeat with x = 1 to myRects.count
if inside(the mouseloc, myRects[x]) then
tCur = true
end if
end repeat
if tCur then 
cursor = 280
else
cursor = -1
end if  
end

--course that's a lot of repeat loops

[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: getNetText problem on iMacs?

2002-07-21 Thread g r i m m w e r k s

Also, can you post the actually getnettext script?

[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: What is the going rate for experienced Director now?

2002-07-16 Thread g r i m m w e r k s


Huh. I've been doing well even if I'm _not_ published...


On 7/16/02 6:30 PM, "brian" <[EMAIL PROTECTED]> spewed forth:

>> The other day I saw a job posting from Director work in Texas
>> suggesting that they were willing to pay $12-$14 per hour -
>> 
>> my wife suggested that they must've lost a decimal place ...
>> 
>> note: the Director contact market is extremely cool right now.
>> (At least what I've been able to find)
>> 
>> -Buzz
> 
> 
> You have got to be kidding. I was just trying to see if one of my temp
> agencies was giving me the shaft. They quoted me $35/hr.
> 

[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: OSX Nativity

2002-07-10 Thread g r i m m w e r k s

On 7/10/02 7:49 PM, "Thomas Higgins" <[EMAIL PROTECTED]> spewed forth:

> P.S. Will it be released? Well, I'm still working on the Director team and I
> refuse to work on anything else around here (I love Flash, Fireworks,
> Dreamweaver, ColdFusion, etc., but I just don't want to work on them - it's
> the Lingo in my blood). :)


Yeah, but are you the ONLY member on the team now?!? ;)

[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!]



Imaging lingo and text members...

2002-07-10 Thread g r i m m w e r k s

I'm curious here - if I wanted to do the file directory viewer like a normal
mac view, with little folder open/closed icons -- so I have an offscreen
text member that I populate the listing. I'll then create an image buffer
that will be the display size for the listing, and do a repeat loop of the
lines visible in the member to add to the offscreen buffer, and put the icon
next to the line, right (shorhand, sorry...baby getting ready for a bath).

So should I create a property list of the lines (if need be) and add each
lines rect, then for rollovers checking inside(mouseloc, rectlist[I]) to see
if a line should be changed for the rollover, etc.

Would I then update the member and redraw the buffer?

Does any of this make sense?

[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: A bit OT- Fireworks help (fw to dir)

2002-07-09 Thread g r i m m w e r k s


Thanks. Found it after I asked. Too bad the layers aren't named the object
names though.

On 7/10/02 2:11 AM, "Neil" <[EMAIL PROTECTED]> spewed forth:

> 
> You need to distribute to layers.
> It's under Commands > Document > Distribute to Layers

[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!]



A bit OT- Fireworks help (fw to dir)

2002-07-09 Thread g r i m m w e r k s

Ok, so I haven't done this in a bit, and want to use the fireworks import
xtra rather than photocaster so I don't need the extra xtra for playback,
and the images are editable (I don't think photocaster or alphamania have
.image properties).

...so I open a multi-layered photoshop doc into fireworks - it's all in a
folder named 'layer 1', but separate layers within that (fireworks objects).

But no matter what I do - export dir.htm with fireworks layer/fireworks
slices, I only get 1 png file with everything flattened.

Thoughts?

[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!]



Repost - system spec question

2002-07-09 Thread g r i m m w e r k s


Sorry about reposting, but would really appreciate any input:

Ok, I've got this client I'm supposed to be creating a type of
sequence/presentation builder using director, and with images, flash, sound,
video, pdf and powerpoint files.

The client THEIR developing this for (sigh...I've got to get the gig at that
level, who KNOWS how much cash their getting for this) has given an
inventory of machines they're using right now - machines as low as 486 with
win95!! Now, we're checking if all these machines are actually going to be
targetted for playback, and what machines we might drop.

So here's the list of questions:
I see that 8.5 has lower requirements than 8.0 (133mhz vs 200mhz Pent -
small difference), and 7 has Pentium (no speed) listed.  I'm going to lean
toward authoring in 8.5 rather than 7 (because hell I can't remember all the
changes since then anyway) -- now for a plain vanilla director app I can go
by the Macromedia specs...but what should I think in terms of

video (mpg1 or QT sorenson or cinepak)
Audio (mp3 compression or not)
Flash (if at all playing in director, ie no alphas)
PDF (play within the app via pdf xtra which is slow or launch externally --
what are the system requirements of the pdf xtra?)
Powerpoint (using Ravware's PPViewer Xtra to play within the app or launch
externally)

Let's just say that the client I'm dealing with isn't very tech-savvy and
don't know director's capabilities -- they've been using it as powerpoint --
and it's one of those cases that I can make recommendations without hard
specs and they look at me like a dog who lost his food bowl.

There's no way that anything is gonna play on anything pre-pentium, but
should I shoot for Pent2?

Any help, recommendations, horror stories, etc is much appreciated.

[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: A Puppet Tool

2002-07-09 Thread g r i m m w e r k s

On 7/9/02 5:48 AM, "Frederic Durieu" <[EMAIL PROTECTED]> spewed forth:

> If you have some problems , please contact me.

I don't think my parents love me, and I have an unhealthy relationship with
cheese...

Oh you mean about your shockwave. Very nice.

[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!]



X-post - Help with system requirements...(dir w/ pdf xtra andppviewer xtra, more)

2002-07-08 Thread g r i m m w e r k s


Ok, I've got this client I'm supposed to be creating a type of
sequence/presentation builder using director, and with images, flash, sound,
video, pdf and powerpoint files.

The client THEIR developing this for (sigh...I've got to get the gig at that
level, who KNOWS how much cash their getting for this) has given an
inventory of machines they're using right now - machines as low as 486 with
win95!! Now, we're checking if all these machines are actually going to be
targetted for playback, and what machines we might drop.

So here's the list of questions:
I see that 8.5 has lower requirements than 8.0 (133mhz vs 200mhz Pent -
small difference), and 7 has Pentium (no speed) listed.  I'm going to lean
toward authoring in 8.5 rather than 7 (because hell I can't remember all the
changes since then anyway) -- now for a plain vanilla director app I can go
by the Macromedia specs...but what should I think in terms of

video (mpg1 or QT sorenson or cinepak)
Audio (mp3 compression or not)
Flash (if at all playing in director, ie no alphas)
PDF (play within the app via pdf xtra which is slow or launch externally --
what are the system requirements of the pdf xtra?)
Powerpoint (using Ravware's PPViewer Xtra to play within the app or launch
externally)

Let's just say that the client I'm dealing with isn't very tech-savvy and
don't know director's capabilities -- they've been using it as powerpoint --
and it's one of those cases that I can make recommendations without hard
specs and they look at me like a dog who lost his food bowl.

There's no way that anything is gonna play on anything pre-pentium, but
should I shoot for Pent2?

Any help, recommendations, horror stories, etc is much appreciated.

[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!]



Fireworks import xtra

2002-07-07 Thread g r i m m w e r k s

Ok, so I installed Fireworks MX and tried to prepare a multi-layered image
for director import - I tried both save layers/save slices, and no matter
what, all the layers merge into one png filewtf?

[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: importing / dealing with excel and word docs

2002-07-04 Thread g r i m m w e r k s


Well, not as excel, but I've pulled in an excel document as a comma-delim
file.

On 7/4/02 10:38 AM, "nik crosina" <[EMAIL PROTECTED]> spewed forth:

> hi list,
> 
> just wanted to know whether anyone has had the oportunity to import, display
> and possibly even manipulate excel or / and word docs in director?
> 
> cheers,
> nik
> -- 
> 
> [EMAIL PROTECTED]
> 
> [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!]

[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: Best way to do it?

2002-07-02 Thread g r i m m w e r k s

Sounds like a lot of xtras for something so simple ;)

You sure you want to use xml? Will it be used in any programs outside of
yours?

Filextra3 can read text files - hell really you don't need one, you can set
a text member to be the filename pathway to the text file and then strip
through it with the builtin xml xtra. But you want ot save it out, so I'd
say the free fileio and filextra3 to see where the floppy is.

Personally I've been having a hell of a time with pimz' propsave xtra, as I
save all my internal proplists/lists/media/image to a tiny binary file and
reload that in..

[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: Filextra3 fx_foldertoList bug?

2002-07-01 Thread g r i m m w e r k s

Hmm.. Is there a director limit on the mac? Ie:

put f.fx_foldertoList("MaggotEater:Applications (Mac OS
9):Programming:Director 8:Other xtras:Beatnik Xtra:Best of Headspace Music
Vol.1:embedifier:images:")


Returns a void rather than an empty list as I'd expect

[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!]



Filextra3 fx_foldertoList bug?

2002-07-01 Thread g r i m m w e r k s


I'm still doing my recursive function fun, and have run into a weird bug or
something...

I did expect to get a bunch of empty folders or something, but in some case
my folderToList return is a void even though there's both folder and images
there.

Any ideas? 


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 helping with programming Lingo.  Thanks!]