Creative ideas
Author |
Message |
skyler
|
Posted: Sat May 20, 2006 8:58 pm Post subject: Creative ideas |
|
|
Hi, i'm designing a new program for school , and i have an end page , can anyone help me find some creative ideas to add to it , thank you, and here is my end page:
code: |
setscreen ("graphics:v256")
setscreen ("graphics:640,480")
%OUTPUT END STATEMENT
%--------------------------------------------------------------------
%CLEARING THE SCREEN
cls
%Drawing the background:
drawfillbox (0, 0, 640, 480, 185)
%Output end statement.
var font4 : int
font4 := Font.New ("Brush Script MT:50")
Draw.Text ("THE END", 190, 240, font4, yellow)
|
Thank you |
|
|
|
|
|
Sponsor Sponsor
|
|
|
[Gandalf]
|
Posted: Sat May 20, 2006 9:02 pm Post subject: (No subject) |
|
|
Search for "trippy" and limit the results to the Turing section. |
|
|
|
|
|
Delos
|
Posted: Sat May 20, 2006 10:03 pm Post subject: (No subject) |
|
|
If you're going to use any of those, I'd adivse putting a warning up first...since some of those are very, very painful on the eyes! |
|
|
|
|
|
skyler
|
Posted: Sat May 20, 2006 10:04 pm Post subject: (No subject) |
|
|
ok , thank you all for ur replies |
|
|
|
|
|
|
|