I can't get this to work. I have a 'fork' for one of my processes, and It should delay the picture. I have pictures randomly poping up on the screen, but I can't get them to be delayed unless I delay the whole script. Any idea's?
Archived topic from Iceteks, old topic ID:4087, old post ID:33541
Help with this dalay...
Help with this dalay...
Did you try using delay (x) function? That will delay it, but may also delay other things in your program. However, seeing as your procedure is forked, it might work differently.
Archived topic from Iceteks, old topic ID:4087, old post ID:33543
Archived topic from Iceteks, old topic ID:4087, old post ID:33543
Help with this dalay...
Possibly after you have your draw command or Pic.FileNew, on the next line put delay(1000) and see if that helps.
Archived topic from Iceteks, old topic ID:4087, old post ID:35029
Archived topic from Iceteks, old topic ID:4087, old post ID:35029