05-19-2012, 04:57 AM
Creat new script below h-mode7 script and paste this in new script to fix animation bug
Code:
module HM7
class Surface
def screen_x
screen_x1
end
def screen_y
screen_y1
end
end
end