Hi guys. I’m producing a site with six sections. Each section has a different large bitmap background. The effect the client wants is for each background to mask over the previous background once loaded.
I’m doing this by having two holder mc’s which swapdepths() after loading. Everything works fine, except when, for example, you’re in section 1, and you click section 2, and then click section 3 straight after. Section 2 still loads in, and then section 3 a few moments later. I’m trying to find a way of halting this load once another section has been pressed.
Tearing my hair out on this one!