pang tee
Sun, 25 Dec 2005 08:31:36 -0800
{curl 4.0 applet}
{curl-file-attributes character-encoding = "windows-latin-1"}
{applet
{compiler-directives careful? = true}
}
{let c1:Canvas =
{Canvas width = 6in, height = 5in, border-width = 1pt, background = "yellow"}
}
{value c1}
{let message1:EllipseGraphic =
{EllipseGraphic
fill-color = {url "control-panel-logo.gif"},
height = 1in, width = 1in
}
}
{let message2:EllipseGraphic =
{EllipseGraphic
fill-color = {url "control-panel-logo.gif"},
height = 1in, width = 1in
}
}
{let overlay:OverlayBox =
{OverlayBox
{Frame halign = "left", message1},
{Frame halign = "right", message2},
{Frame valign = "bottom",
height = 1in,
{huge color = "red",Lucky Number!}
}
}
}
{do
let start-x:Distance = 2in, start-y:Distance = 1in
{c1.add x = start-x, y = start-y, overlay}
let start-time:DateTime = {DateTime}
let drop-time:Time = 3s
{overlay.animate frequency = 60fps,
{on TimerEvent do
let elapsed-time:Time = {start-time.elapsed}
let t:Time = {abs (elapsed-time mod drop-time*2) - drop-time}
let y:Distance = start-y + 0.5 * 2(cm/s^2)*(t * t)
{c1.move-to-xy overlay, start-x, y}
}
}
{c1.add
x = 2in,
y = 1in,
{text font-weight = "bold", Words}
}
}
******************************************* To unsubscribe from this list, send a mail to: [EMAIL PROTECTED] To contact a human list administrator, send a mail to: [EMAIL PROTECTED] To recieve a list of other options for this list, send a mail to: [EMAIL PROTECTED]