2007年12月25日 星期二

Drag & Drop a Star

Drag & Drop a Star (中級 Flash)





Demo : http://annwongfresh.googlepages.com/startDrag.html















Download Source : http://annwongfresh.googlepages.com/startDrag.fla
YouTube : http://www.youtube.com/watch?v=1nMXy-sqbtY

ActionScript :


star_mc.onPress = function() {
startDrag(this);
};
star_mc.onRelease = function() {
stopDrag();
};



0 Comments: