heres the code I`m using :
EX & EY are co-ordinates of the mouse, on a matrix, `o` is the object number
The `sel(*,*)` array is for use in displaying whats where, elsewhere in the code
the `object(*,*,*,*)` array is used for storing the objects X&Y&Z co-ordinate, the last element in the array is for : 1= object number ( how I retrieve the number of the object, by working out where the mouse is on the matrix, and 2= is for if the object exist or not.
I`m sure theres NOTHING wrong with it, and I have not changed any other code ( like I found out last time I had a problem! )
but it exits my EXE when I delete an object! ?