Results 1 to 4 of 4

Thread: Regarding a loop and drawing in console mode (etc.)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    My reply seems to be eaten up by forum software, so I'll repeat:

    Try
    Code:
    if keypressed then Key:= readKey;
    instead of just
    Code:
     Key:= readKey;
    That should fix the issue!

  2. #2
    Thanks, guys. I'm moving forward again.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •