PDA

View Full Version : from flex to the net something changes?!


Cyprus106
02-17-2008, 01:27 AM
I've got a tile-based system I'm working with and MovingObjects move around the tiles. The actual tiles and MovingObject parent is my TileField. Then the field is set about 20px in from the edge of the stage. Before, I forgot to make the MovingObjects a child of TileField, so when they moved they were always 20px off (because of the inset of TileField). I fixed that problem and they'd worked fine ever since.
But when I uploaded my project to the internet, they're 20px off again!? but when I play the exact same .swf on my hard drive (the one I JUST uploaded), it works fine. I checked the parent by adding in a TextField and it's still TileField, and the X Y coordinates are still dead on. But it's just 20px off on the internet, and fine on the computer. And I did delete any old files off of the site. I am SO confused by this. I would LOVE some help!