help ...
When i enter
a= Int((12 * Rnd) + 1)
Image5.Move Image5.Left + (700 * a), Image5.Top + 0
the image will not move because of the "* a" in the code
if i do
print a
it keeps comming up with 0
but if i go
label1.caption=a
it will print a rnd number between 1 and 12 ...
i need the image to move the rnd number..