RE: lingo-l elapsed time

2002-07-15 Thread séb
I fear the timeStamp wraping to break this... but as games are never more than 5 minutes lenght the messing up will be minimal) cheers, .séb [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 elapsed time

2002-07-12 Thread séb
noticing a wrap!) (I think I never notice the wrap because the timestamp is set back to 0 each time the movie is created on the server... ) Does anyone know something more about this? any comments/feedback/experiences welcome! .séb [To remove yourself from this list, or to change to digest mode

RE: lingo-l elapsed time

2002-07-11 Thread séb
-- MillisecondsToReadableTime hope this helps, .séb [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-l RE: lingo-lconvert to greyscale with lingo

2002-07-03 Thread séb
) return iBuffer end -- ConvertToGrayscale handler -- sample use: -- mSrcMember = member(1) -- mGrayMember = new(#bitmap) -- mGrayMember.image = ConvertToGrayscale(mSrcMember.image) hth, .séb [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo

RE: lingo-l using Buddy API or Direct OS

2002-05-17 Thread séb
of the members to print, then I print them with PoM, then I erase these temporary members, and that sloved most of the problems (most but not all, as PoM didn't speak very well with Canon and HP laser printers, even with the latest drivers...) hth, .séb [To remove yourself from this list

RE: lingo-l Sound Problems - sound queue

2002-04-25 Thread séb
Hi Gordon How do you clear a Sound Queue. sound(whichChannel).setPlayList([]) should help you hth, .séb [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

RE: lingo-l drawing line (was: (no subject))

2002-03-14 Thread séb
= pStartLoc lineSprite.lineSize = 1 lineSprite.foreColor = 255 then calling DrawLineShape (pStartLoc, ptEnd, lineSprite) hth, .séb [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 drawing line (was: (no subject))

2002-03-13 Thread séb
/d7_draw_line/ another option is to use imaging lingo , but I belive if the line is only a temporary sprite the solution above will better fit your needs. hth, .séb [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

RE: lingo-l 1000 sprites - there must be another solution

2002-03-09 Thread séb
, and for such an intensive use you should just modifiy it to always use the same buffering #text member rather than creating then deleting a temp member each time the handler is called. Hope this make sense and can help, .séb [To remove yourself from this list, or to change to digest mode, go to http

RE: lingo-l file import in shockwave playing in a browser

2002-03-04 Thread séb
that nevertheless? One solution might be to use a php upload of the file chosen by the user on hiw own hard drive, then loading the shockwave movie with the name of the temp image uploaded as a swn parameter. hth, .séb [To remove yourself from this list, or to change to digest mode, go to http

RE: lingo-l passiing parameters to a shockwave movie

2002-02-28 Thread séb
technique to set the javascript var varSw1 to navigator.appName . hth, .séb [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

RE: lingo-l windows language

2002-02-28 Thread séb
: 32, \ #internetConnected: #online, \ #uiLanguage: French, \ #osLanguage: English, \ #productBuildVersion: 102, \ #productVersion: 8.5.1, \ #osVersion: Windows 2000,5,0,148,2,Service Pack 2 \ ] hth, .séb [To remove yourself from this list, or to change

RE: lingo-l passiing parameters to a shockwave movie

2002-02-27 Thread séb
$svUserID; ? param name=sw2 value=? //sw2 : enableNewStuff print $svStatNewStuff; ? (...) If you use javascript document.write to generate dynamically the tags you may achieve the same results, hth, .séb [To remove yourself from this list, or to change to digest mode, go to http

RE: lingo-l passiing parameters to a shockwave movie

2002-02-27 Thread séb
'); in your case you might add a few lines to have something like document.write('PARAM NAME=sw1 VALUE='); document.write(nYourParameter); document.write('\n'); hth, .séb [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi

RE: lingo-l open folder

2002-02-20 Thread séb
Hi, im wondering if it's possible to open a folder. quite easy on windows : open the moviePath with explorer.exe ... don't know about the mac side hth, .séb [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages

lingo-l Director 8.5 update available

2002-01-16 Thread séb
D8.5.1 avilable: http://www.macromedia.com/support/director/downloads.html cheers, .séb [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