How can I make a nigh fullscreen background that animates at 30 fps not break Stencyl? Each frame is 491 x 606, and I need at least 12 of them. I've tried using an actor for ease of use (the background doesn't start at x0, y0) but that just made Java run out of memory. I assume the same happens with an actual Background, which I would need to make 640 x 640 anyways, so each image would be even bigger.