I'm trying to change the bmap on a sprite. Here's what I've done. What am I doing wrong? Thanx.

Code:
  
bmap testBMAP =<rooidle_west0000.pcx>;


function changeMap()
{
my.bmap =testBMAP;
}




www.moxiefish.com George Lancaster