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
Printable View
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
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
sorry..my email is [email protected]