I did edit the mask through the movie clip, I think. That may be the problem. But for the points, are you saying if I edit the pieces directly, those points will turn out ok? Otherwise, how do I reposition the points to 0,0? I cant seem to select them. I’ll go head and give it another go from the beginning and see if I can get it. When in doubt… do it again… always seems to work. Eventually…
All in the name of learning! =P
Thanks!
Posted about 1 month ago








bject = new Object();
scrollWheel.onMouseWheel = function(pos:Number) {
if (this._parent.scrollbar._visible == true) {
if (pos<0) {
scrollDown();
} else {
scrollUp();
}
}
};









