Hello, i have this problem with my clicking, when ever the user clicks on an object that is dense, he just walks all around it, and tries to stand on it. You need to click to get away. I would like it so that when the user clicks on a dense object, nothing happens, or he simply walks to the object and stops. I've seen it done and would highly appretiate it if you could help me out.
Thanks
The Conjuror
ID:267072
Nov 22 2002, 2:56 pm
|
|
Click()
if (src.density = 1)
return
else
//your walking code here
<Delita12345>