Tuesday, October 30, 2007

Game Blog 1

this is a lil bit of code that im goin to use to make my packman game in flash this is a simple movement with the mouse that will enable me to move the object as the mouse moves it sounds gud but its quite simple when u have the rite code

face1. onMouseDown = function (){
startDrag("")
;
}

face1. onMouseUp = function (){
stopDrag()
;
}

No comments: