05-19-2009, 04:59 AM
Maybe u didn't put the frame with next: 1000 and the frame before points to it. Thus a permanent shadow can occur.
For this check all your frames for their numbers and the frames they point exists.
Or try what BP said.
For this check all your frames for their numbers and the frames they point exists.
Quote:There is a reason why there is a shadow. A shadow is only displayed when an object is not running with state: 3005 (and some IDs have it disabled, too). You're probably having this problem: you made a ball disappear but you didn't delete it. If that's the case, then just change the next-value. next: 1000 deletes the object (which means, also the shadow), so instead of making it invisible, delete it with next: 1000. Should solve your prob
Or try what BP said.