Hi, if I'd understand it correctly, this is what you are looking for (attached).
Thanks a lot of lots!
I also had to alter it slightly. I changed it into
If ImagesCollide (img_smile,x,y,0,img_power,image_x,image_y,0) Then
image_x=Rand(0,843-ImageWidth (img_power))
image_y=Rand(0,585-ImageHeight(img_power))
mode=1
score = score + 50
End If
End If
