Sunday 1 February 2009

Sleep (rest) Button

Very simple make a button and add this code

on (release) {
Day +=1
Energy =100
}


This means that on release add 1 to day and make energy 100.

No comments:

Post a Comment