I had just finished a two hour project, and decided to organize the code a little better for future editing. Usually I take longer with things, so I save lots and lots of backups. However, this time I didn’t. I changed some things around in this code here:
_root.onEnterFrame = function(){
Sections = [[[70, 54]]];
attachMovie("clip", 0);
a = Math.atan2(_xmouse-clip._x, _ymouse-clip._y);
clip._x += Math.sin(a);
clip._y += Math.cos(a);
}
then I hit Ctrl+S 
Now the shapes that are supposed to appear no longer do! I can’t see anything wrong with this, and I can’t get my old file back >_<! Can anyone out there help me?
Edit: Words were not needed