Thanks! guess if keypressed "asciinum" can also work... then.. great!! just what i need!
about the update stage, i agree with you, but since the loop is opening files and checks the content, i only update the stage when a new file is opened. the progress is size bar/howmuch file x filenumber. it doesn't really slows down in this particular case. Fabrice Andreas Gaunitz P11 heeft op donderdag 19 september 2002 om 15:39 het volgende geschreven: > >>> You cannot use a repeat loop like this, because it stops stage events >>> from >> occuring. >> yes, thats the idea, i found running this particular script outside a >> frame event running quicker. >> now, how do i stop it? if needed... >> i've tested some updatestage during loop in order to animate a >> progress bar, the bar is updated, so i guess the movie doesn't >> completly stop as you describe... > > It's not so good practice to do updateStage inside a repeat loop, > because you are slowing down the repeat a lot. I suspect that the > amount of slowing down depends on the size of the stage that needs to > be redrawn. You could do an updateStage every 100th repeat or so. > > > -A. > > > [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!]
