lingo-l moving behaviours from an external cast to the internal cast.

2002-03-07 Thread Wobbly
Is it possible without losing the settings attached to individual sprites? Wobbly --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.330 / Virus Database: 184 - Release Date: 28/02/2002 [To remove yourself from this list, or to

lingo-l Current marker from a Move into the Stage

2002-03-07 Thread Gordon
Hi All How do you display the current marker from a Move into the Stage. Thanks for you help. Like Marker 01 Want this to be page number on Stage.. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email

Re: lingo-l moving behaviours from an external cast to the internal cast.

2002-03-07 Thread Perry
Is it possible without losing the settings attached to individual sprites? If done manually, yes. If done through Lingo, can be complicated. Which method do you have in mind? Pez [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To

lingo-l Midi-io

2002-03-07 Thread lpovoas
Does anyone want to sell me the registration of midi-io - U$99 is a rip off for the BETA5 version (my opinion). I want to make sycronization beetween Fruitloops(computer 1) and a Projector(computer2). Any other ideas about how to sync the computers please open my mind. Thanks in advance Luiz

Re: lingo-l moving behaviours from an external cast to theinternal cast.

2002-03-07 Thread Howdy-Tzi
At 13:18 + 03/07/2002, Wobbly wrote: Is it possible without losing the settings attached to individual sprites? If done manually, yes. If done through Lingo, can be complicated. Which method do you have in mind? Most definitely manual. and once only... Open the external cast in a

Re: lingo-l Midi-io

2002-03-07 Thread Kurt Griffin
Guess you're not aware of how stupid it is to ask for warez from people who make software for a living. -Kurt [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

lingo-l Key Input

2002-03-07 Thread tushar suresh joshi
Hello friends I want the user to type in only numbers in a field and if backspace or delete key is pressed it should work as normal bakspace and delete key works Thanks. Tushar Joshi [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi

Re: lingo-l Key Input

2002-03-07 Thread Colin Holgate
Hello friends I want the user to type in only numbers in a field and if backspace or delete key is pressed it should work as normal bakspace and delete key works put this script on the editable field: on keydown if 0123456789numtochar(8) contains the key then pass end -- [To remove

Re: lingo-l Midi-io

2002-03-07 Thread Andreas Gaunitz P11
As it goes I wouldn't pay anything for a BETA version either. It is unfinished and therefore not marketable. I think they have a cheek asking for money for a beta. OK, but the term beta can be stretched. I've been developing with MIDIio as a crucial component for a month (part time of

RE: lingo-l Key Input

2002-03-07 Thread Rob Walch
On Behalf Of Howdy-Tzi nKey = charToNum ( the key ) nKey = the keycode -- ;P What's the difference? -Rob PS. Hi list! [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 RE: dot syntax for put b into char 3 of aString

2002-03-07 Thread Jonathyn B. Tellez
I use a mish mash of old and new school syntax e.g. put b into aString.char[3] Is this compromise better or worse. who knows? jb tellez [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL

Re: lingo-l lingo-lusing TIME

2002-03-07 Thread Buzz Kettles
look up 'the timer' At 1:39 AM + 3/7/02, you wrote: How would I say in lingo If its been 60 seconds then Call my handler Thanx Jayp [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,