hi,

i used this code

Private Sub Command1_Click()
Dim Num1%, Num2%
Randomize Timer
Num1 = Int((6 * Rnd) + 1)
Num2 = Int((6 * Rnd) + 1)
Image2.Picture = LoadPicture("C:\My Documents\vb\Total Domination\dice\dice " & Num1 & ".jpg")
Image3.Picture = LoadPicture("C:\My Documents\vb\Total Domination\dice\dice " & Num2 & ".jpg")
End Sub
to create the random dice

but now i need something that adds up the dice and displays the answer in a label, i am leading this to once the label has the number it has to move an object to set of co-ordinated, that coincide with the number on the dice

PLEASE HELP ME !!!

Thanks

Merlin ?