I encounter a lot of bugs when I buy from the shop at the 9th floor. For example, I just bougth a Mitrhil Sword (550 gold). I clicked "Trade", but instead of a Mithril Sword, I got a leather hat. I bougth the Mithril Sword again, and not a single item was added to my inventory. I bought it again, but again no item was added to my inventory. All three times the 550 gold was taken from my gold pouch...
class Background extends MovieClip
{
function onEnterFrame()
{
_x -= 1;
if(_x < -2110)
{
_x = 0;
}
}
}
I'm using this as code for the background but it won't loop, can anyone help me?