I have a code where I need to have a 3 tiled object, that moves left and right. So what I tried was:
(coding before, defines e and d as objects)
e.density=1
d.density=1
src.overlays+=e
src.overlays+=d
didn't work
then I tried
src+=e
src+=d
still didn't work
(BTW, these objects have pixel_x's of 32 and -32, so when they're overlays, they're on, but not dense)
so I need to know how to make thwe overlays dense. Thanks!
ID:147584
Mar 20 2004, 1:41 pm
|
|
Mar 20 2004, 8:21 pm
|
|
You can't make overlays dense, also there is a multi demo somewhere on the hub I think, try searching for it.
|