Score: 9
"Funny, but a *bug* or *feature*..................."
date: July 18, 2009
In reality, if you were the shopkeeper, then you would not steal money from people :3 . Nice concept, but in reality, if you pick an item and drop it, it will fall down. However, it doesn't fall because of n00bish startDrag. Here is the solution:
DO NOT CHANGE THE SCRIPT. Instead, go to the floor of the table and set it as a var of "table".
Now, go to the "items" that the "customers" have, press F9, and type in the following code (Note I said "ITEMS", not "ITEM"):
onClipEvent(enterFrame){
this._y += 5;
if(this.hitTest(_root.table){
this._y -= 5;
}
}
Now test the movie and it should (you know) fall.
I hope that'll come in the next release.
July 18, 2009
Author's Response:
i already knew that, i just made it for fun.
i wasnt even trying to make this game good.
and the guy isnt the shopkeeper, just a cashier at a grocery store.