ok now I'm using this code to make an image 'blood' load everytime an image which dances around the screen is clicked.
the code is like this:
VB Code:
Load blood(blood.Count) blood(blood.Count - 1).Visible = True blood(blood.Count - 1).Top = Image1.Top blood(blood.Count - 1).Left = Image1.Left
the thing is, i have another image on my form which is the abckground, and the blood images always load behind it.
i have right clicked blood and brought it to the front, and sent the abckground image to the back, but to no avail, the new blood images always laod at the back.
is there any code to make them load at the front?




Reply With Quote