Draw a clock: Difference between revisions

Content added Content deleted
m (fixed MiniScript header)
m (fixed copy-paste error in MiniScript example)
Line 3,555: Line 3,555:
// prepare the hand sprite (from previously created image)
// prepare the hand sprite (from previously created image)
hand = new Sprite
hand = new Sprite
hand.image = new Sprite
hand.image = handImg
hand.image = handImg
hand.x = face.x; hand.y = face.y
hand.x = face.x; hand.y = face.y