Results 1 to 3 of 3

Thread: few questions

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Posts
    47

    Question

    Could someone post a source codes for:
    a) rotating images
    b) choosing a random image with timer
    c) moving object down and stoping it at certain point "similar to tetris)
    txt

  2. #2
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    for the first question: email me, I have a good example on my hard drive for you.

    question #2. Choose a random number, and if its 1 then do a certain pic, if its 2 then do a certain pic etc.

    question #3.
    Code:
    'something like this
    do until pic.top <= (form1.height-pic.height)
       pic.top = pic.top + 50
    loop

  3. #3
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    sorry..my email is [email protected]

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