View Single Post
  #2 (permalink)  
Old 02-27-2008, 03:47 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,185
Default

Currently DrawBackgroundImage releases the bitmap memory after drawing it.
It will be fixed in a future release.
Anyway you should use a Bitmap object with a Drawer object as it will work much faster (drawing off-screen).
See the attached code.
Attached Files
File Type: sbp sprite.sbp (1.9 KB, 16 views)
Reply With Quote