home *** CD-ROM | disk | FTP | other *** search
- Start_Screen()
- Clear_Screen(8)
- Draw_Window(100,99,539,400,5,'Say Bye-Bye To RIP!')
- Set_Fill_Style(1,239)
- Bar(104,127,204,395)
- Bar(104,127,534,227)
- Load_Font('CAM42.FNT')
- Shadow_Text(12,40,14,0,4,'Welcome To MAX Graphics!')
- Load_Font('TTL12_68.FNT')
- Shadow_Text(128,150,10,0,4,'RIP... NOT!')
- Load_Font('CAM42.FNT')
- Shadow_Text(172,243,10,0,4,'This Is MAX!')
- User_Button(449,355,81,36,16)
- Put_Medium_Icon(497,358,3)
- Standard_Text(462,365,4,2,'Q{0}uit')
- End_Screen()
-