You can speed up the grass planes by using code like:
for grass=1 to 10
if object screen x()<-100 then hide object grass
if object screen x()>900 then hide object grass
if object screen y()<-100 then hide object grass
if object screen y()>700 then hide object grass
if object screen x()>-100 and object screen x(grass)<900
if object screen y()>-100 and objewct screen y(grass)<700
if object visible(grass)=0 then show object grass
endif
endif
next grass
Put that in the main loop.
Current Projects: Dark_Worlds_Map_Editor version0.1
[email protected]
[img]http://www.uploadimages.net/images/331935avatar2.JPG[img]