PDA

Click to See Complete Forum and Search --> : few questions


BloodMachine34
Dec 17th, 2000, 08:07 PM
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

SteveCRM
Dec 17th, 2000, 10:59 PM
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.

'something like this
do until pic.top <= (form1.height-pic.height)
pic.top = pic.top + 50
loop

SteveCRM
Dec 17th, 2000, 10:59 PM
sorry..my email is SteveCRM@aol.com