Help with this dalay...

Computer builds, hardware and software discussion or troubleshooting, including peripherals. Essentially a general place to talk about desktop computers.
Locked
Anonymous

Help with this dalay...

Post by Anonymous »

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
User avatar
Death
Posts: 7919
Joined: Thu Sep 30, 2004 10:12 pm

Help with this dalay...

Post by Death »

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
Anonymous

Help with this dalay...

Post by Anonymous »

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
Locked