|
waycool - Source CodeThe impossible is made simple and fast with eFishAntSea |
|
REBOL [ Title: "SubPanels for IDE Template ;-)"
Date: 27-Dec-2003/10:01:37-6:00
Author: "Steve Shireman"
email: steve@efishantsea.com
]
Intro: layout [
size 640x480
at 0x0 backdrop load-image http://www.efishantsea.com/graphics/lulu2.jpg
at 20x20 vh1 aqua "www.efishantsea.com" 250x28
at 110x225 banner "From the real world to the eFishAntSea" 484x33
at 285x265 button "Enter here" 44.80.132 effect [gradient 0x1 66.120.192 44.80.132][panels/pane: Optical-Illusion show panels] bold
]
Optical-Illusion: layout [
size 640x480
at 0x0 backdrop load-image http://www.efishantsea.com/graphics/bob.gif bold
at 480x215 vh1 "Optical-Illusion" 147x28
at 0x0 image load-image http://www.efishantsea.com/graphics/opti.gif 236x237 bold
at 470x250 button "To Real World" 165x24 44.80.132 effect [gradient 0x1 66.120.192 44.80.132][panels/pane: Intro show panels] bold
]
Optical-Illusion/offset: 0x0
Intro/offset: 0x0
main: layout [
at 0x0
size 640x480
panels: box 640x480
]
panels/pane: Intro
view main
|