04-11-2011, 12:50 PM
that's...a good idea
here's what that idea looks like in gml...
" if placmpty(self.x+0,self.y+16)
instance_create(self.x+0,self.y+16,block_d)
else
instance_create(self.x+0,self.y+0,block_d) "
this will be in the update...
Thanks for the input
here's what that idea looks like in gml...
" if placmpty(self.x+0,self.y+16)
instance_create(self.x+0,self.y+16,block_d)
else
instance_create(self.x+0,self.y+0,block_d) "
this will be in the update...
Thanks for the input