(fixed) DSB CRASH
Posted: Thu Apr 21, 2011 8:42 pm
http://i99.photobucket.com/albums/l297/ ... /error.jpg
ok I made a floor item called a teleport that is animated and when I went to test it I got the above error message.
object:
graphics:
so what have I done wrong now?
ok I made a floor item called a teleport that is animated and when I went to test it I got the above error message.
object:
Code: Select all
obj.teleport = {
type="FLOORFLAT",
class="DECO",
front=gfx.teleport
}
Code: Select all
gfx.teleport = dsb_get_bitmap("TELEPORT1")
dsb_animate(gfx.teleport, 3, 5)