Results 1 to 2 of 2

Thread: Using Loops to display images

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Location
    Malaysia
    Posts
    1

    Wink

    Hi all!
    I'm currently creating a game for my project which is a shooting game and in the code I created a control array(to store the images)and using a loop to display the images one by one after a certain duration.
    I know using loops is the answer to this but everytime i used a loop, the project will hang . Do any of u have any suggestions about what i should do to eliminate this problem?
    thanks!

  2. #2
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    Add a DoEvents in your loop, this will allow windows to handle the messages...

Posting Permissions

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



Click Here to Expand Forum to Full Width