
-----------------------------------
1337
Wed May 26, 2004 9:41 pm

Game help - images and collision
-----------------------------------
For my final project at my school in Gr 11, I decided to make a game. Everything looks good, but when I am using my images for dropping balls, how do I make it so that once it touches the bottom, it can detect it, so that the user knows he/she lost. And another question, while it's dropping, and the user has to catch the ball, how do you make it disapear when it's caught? This is image based, so everything is used in jpgs.

thank you

-----------------------------------
guruguru
Wed May 26, 2004 10:01 pm


-----------------------------------
1)


var imageX, imageY : int
var image := Pic.FileNew ("mypic.jpg")

loop
    cls 
    imageY -= 5
    if imageY 