Monday, December 21, 2009

Catatan Kuliah Mulmed Pak Naryo

instance name: bola1 (Movie Clip)

bola1.onPress = function() {
this.startDrag();
}

bola1.onRelease = function() {
this.stopDrag();
}