jusanthermemory
Newcomer
- Joined
- Dec 12, 2005
- Messages
- 7
im trying to set up a collision between a picturebox and an array of pictures but I can only get the collision to work with the newest picture in the array. how would I go about getting the collision to work with every image in the array. heres my collision at the moment:
If player.Bounds.IntersectsWith(pictureArray(pictureArray.Length - 1).Bounds) Then
End If
I think I need to loop it but im having trouble coming up with a way to add this to a loop.
thanks for any help
If player.Bounds.IntersectsWith(pictureArray(pictureArray.Length - 1).Bounds) Then
End If
I think I need to loop it but im having trouble coming up with a way to add this to a loop.
thanks for any help