momonari_junta
Member
Everything seems to work fine BUT when I play, all the windows/pictures the game goes through pile up and DONT erase! (i.e.:
This only happened after I changed lines 28-34 in "Window_Base" with this:
If I left the script normal without changing this part then it wouldn't work at all.
Please help!
Triple Triad thread:
http://www.rmxp.org/forums/index.php?topic=5929
http://img164.imageshack.us/img164/6276/13649965mr0.jpg[/img]
This only happened after I changed lines 28-34 in "Window_Base" with this:
def dispose
return is disposed?
# Dispose if window contents bit map is set
if self.contents != nil
self.contents.dispose
end
end
return is disposed?
# Dispose if window contents bit map is set
if self.contents != nil
self.contents.dispose
end
end
If I left the script normal without changing this part then it wouldn't work at all.
Please help!
Triple Triad thread:
http://www.rmxp.org/forums/index.php?topic=5929