'Flip The Coin - By SierraKen
'Made on July 16, 2020.
'Thanks to Dav for the ring around the coin idea.
_TITLE "Left Click the coin to flip it in the air. Right Click the coin to spin it." x = 400: y = 450
'Building
'Stairs
nex:
'Columns
xc = 380
xc = xc + 3.33
start:
spin:
x = 400: y = 450
tt = 1
yy = 10
t = t + tt
x = x - yy
yy = -10
t = t + tt
x = x - yy
yy = 10
throw:
x = 400: y = 450
tt = .2
yy = 10
yy2 = 1
t = t + tt
y = y - yy
yy = yy + yy2
yy2 = -1
yy = -10
'-------------- Draw the outcome -----------------
outcome:
'Head
'Eye
'Nose
'Mouth
'Hair
'Building
'Stairs
nex2:
'Columns
xc = 380
xc = xc + 3.33