Re: lingo-l #bytesTotal

2002-12-04 Thread Howdy-Tzi
On Tuesday, December 3, 2002, at 11:39 PM, Mamão - Toolshed wrote: The system that I am creating will work with ASP only, I bet that there the ASP guy will be able to implement an equivalent script. I think you've missed the point. That a bytes indicator can be made that will interact with

Re: lingo-l image lingo and transparent flash sprite

2002-12-04 Thread [EMAIL PROTECTED]
cheers for that. Unfortunately, the transparent part of the falsh sprite is still showing the background colour of the director stage as opposed to (the stage).image. very annoying. That sounds a lot like the Flash movie had its background filled in to match the stage color. Background

lingo-l Audio / Movie Issues

2002-12-04 Thread Ben Wakeford
Hi all I have an mpeg (no audio track) inserted in a director movie, which when starting to play from a CD, interupts the already playing background music track for a second or two. The speed of the CD drive has a significant impact on this as generally it occurs on drives of 32x and less -

lingo-l Flash Sprite + puppeting

2002-12-04 Thread [EMAIL PROTECTED]
has anyone else come across an issue by which you cannot set the variables of a puppeted Flash sprite? If I put the sprite directly onto the stage then the setVariables command is fine, but if it is puppeted then the setVariables command is not recognised. Any work arounds? cheers Fraser

Re: lingo-l Flash Sprite + puppeting

2002-12-04 Thread Robert Tweed
- Original Message - From: [EMAIL PROTECTED] has anyone else come across an issue by which you cannot set the variables of a puppeted Flash sprite? I don't generally use Flash at all, so I can only guess... If I put the sprite directly onto the stage then the setVariables command is

lingo-l New learner: how do write a handler that inserts text memebers in the cast?

2002-12-04 Thread John Lodge
Dear group I'm just starting to learn Lingo (don't have a programming background) and having worked my way through umpteen pages on the subject, I want now to create some handlers of my own as an exercise to see how well I understand the language. So far I have to admit ... I'm not doing very

Re: lingo-l New learner: how do write a handler that inserts text memebers in the cast?

2002-12-04 Thread Howdy-Tzi
On Wednesday, December 4, 2002, at 02:35 PM, John Lodge wrote: Yesterday, for example, I wanted to write a handler which would insert text into the first five members of the cast. Could I do it? Not a chance! This can probably be most easily accomplished with a repeat loop, something that

Re: lingo-l New learner: how do write a handler that inserts text memebers inthe cast?

2002-12-04 Thread mike m
hi, i am new too, but practise makes progress eh! to make a handler that will put text into the first six cast members all you need to do is this, first of all make six text fields, name them appropriatly, then to make a handler, first make a movie script and type: on textPutter me

lingo-l gotonetpage

2002-12-04 Thread mike m
hi, i am using gotonetpage http://www.whereever.com; however this opens that page in the current window browser, what do i need to write to make it so it will open in a new browser? Thankyou in advance ___ Mike Malinowski http://www.raynak.com/~mikesnail/test/index.htm [EMAIL

Re: lingo-l Audio / Movie Issues

2002-12-04 Thread Howdy-Tzi
On Wednesday, December 4, 2002, at 04:51 AM, Ben Wakeford wrote: I have an mpeg (no audio track) inserted in a director movie, which when starting to play from a CD, interupts the already playing background music track for a second or two. First rough guess would be that what's happening is

RE: lingo-l gotonetpage

2002-12-04 Thread Elvin Certeza
You'll need to identify a browser so that you can open your stuff to a new browser... GoToNetPage theUrl , theBrowser Elvin Certeza www.alphalink.com.au/~certeza/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of mike m Sent: Thursday, December 05,

Re: lingo-l Flash Sprite + puppeting

2002-12-04 Thread Mayuresh
Maybe you can use 'recording' to actually put it in the score at runtime. _ Regards, Mayuresh - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 04, 2002 9:57 PM Subject: lingo-l Flash Sprite + puppeting has anyone else come across

RE: lingo-l Flash Sprite + puppeting

2002-12-04 Thread Brad Hile
Robert Tweed wrote: The trouble with dynamic puppets (and the big reason they are still undocumented) is that Director sets different sprite properties depending on the type of the member. With dynamic puppets, it does not know what type the member is, so type specific properties tend not to

lingo-l Tab code?

2002-12-04 Thread Jeremy
How would I insert tabs between 2 strings through lingo? Any help appreciated. 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

Re: lingo-l Tab code?

2002-12-04 Thread Colin Holgate
How would I insert tabs between 2 strings through lingo? Any help appreciated. Thanks newstring = oldstring1 tab oldstring2 [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED]

Re: lingo-l Tab code?

2002-12-04 Thread grimmwerks
fullText = firstString TAB secondstring TAB moreString On Thu, 5 Dec 2002, Jeremy wrote: How would I insert tabs between 2 strings through lingo? Any help appreciated. Thanks [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi

RE: lingo-l Tab code?

2002-12-04 Thread Jeremy
Thanks, I also had to adjust the tabs property to get it to tab more than a spaces worth. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Colin Holgate Sent: Wednesday, December 04, 2002 9:53 PM To: [EMAIL PROTECTED] Subject: Re: lingo-l Tab code? How

lingo-l Framerate in lingo?

2002-12-04 Thread Jeremy
Anyone know how to get the framerate the movie is playing at with lingo, specifically from a 3d cast member. [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