• Updated 2023-07-12: Hello, Guest! Welcome back, and be sure to check out this follow-up post about our outage a week or so ago.

Think Pascal and Delay

HippieMac

Active member
Hello everyone, I have been trying to learn programming using think pascal but I am having trouble trying to delay what is happening in my code. I am drawing two circles but would like to delay the time in between them being drawn. I have tried delay(5000) which I believe would mean delay for five seconds but it says that too few parameters are met. Does anyone have any ideas on what I might be missing or another way to delay? I tried Sleep() but think pascal does not recognize sleep.
 

HippieMac

Active member
Crutch, thanks for the help!!!! I’ve been reading a lot of books but nothing I found in the primer or object based think pascal books mention this. I appreciate all the help you have given me on 68kmla!!!!!
 
Top