timer problem

2001-07-26 Thread Paul Schulman
andler. And the program never goes back to frame 1. This is frustrating. Paul Schulman __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ [To remove yourself from this list, or

speed

2001-01-12 Thread Paul Schulman
solution seemed to be to vary the number of frames/sec. Even though the program seems to go from 1 to 999 frames/ sec.,in actuality it doesn't approach that. How do we get this to work? Are we doing something wrong? Thanks. Paul Schulman [To remove yourself from this list, or to change to d

crossing platforms

2000-10-13 Thread Paul Schulman
I use a mac and I am working on a project with someone who uses windows. When we try to send code from one to the other it only works one way. He seems to be able to send me his program and I can open it up on my mac but he can't read my program in his windows environment. When I send him "myMov

tearing

2000-10-11 Thread Paul Schulman
I have been presenting a simple moving circle, moving relatively slowly. My problem is that it seems to tear as it moves along. Is there a way to fix this? Thanks Paul Schulman [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To

loop trouble

2000-09-28 Thread Paul Schulman
en y= 1 else y = -1 end if sprite(1).loc = center + randomDistanceList.getAt(i) * point(x, y) updateStage end repeat end This list has gotten me this far. Thanks for your help Paul Schulman Department of Psychology SUNY Institute of Te

more property lists

2000-09-12 Thread Paul Schulman
selecting from the oldDistanceLIst, this ------deletes the value from the oldDistanceList, so we won't repeat values ------from the list ---- end repeat -- Thanks for your help Paul Schulman [EMAIL PROTECTED] [To remove yourself from this list, or to change to d

property lists

2000-09-11 Thread Paul Schulman
stanceList, so we won't repeat values ----from the list -- end repeat Thanks Paul Schulman __ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ [To remove yourself from

changing color

2000-09-03 Thread Paul Schulman
ot on the one I want. I've tried to attach the script to a sprite, to a cast member, to a frame--all to no avail. I've traced the program and the color is calculated and apparently selected for the right sprite but the color on the screen isn't changing.