Shut Down Fading Question
Author |
Message |
uberwalla
![](http://www.mac-help.com/images/starwars.gif)
|
Posted: Sat Sep 16, 2006 5:40 pm Post subject: Shut Down Fading Question |
|
|
Is it possible to make it so that the whole screen of your computer fades exactly or close to what window's has when u go to shut down your computer? |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
richcash
|
Posted: Sat Sep 16, 2006 8:56 pm Post subject: (No subject) |
|
|
Do you mean an effect like this?
code: | View.Set("graphics:max;max")
for decreasing n : 31 .. 16
colourback (n)
cls
delay (50)
end for |
Otherwise, for the entire screen of the monitor, that is out of Turing's power.
For colours (or an improved version of mine!) you need to use the RGB module.
It would be very difficult if you're planning on using it for an RPG (with imported pictures) and have a screen-fading effect. |
|
|
|
|
![](images/spacer.gif) |
uberwalla
![](http://www.mac-help.com/images/starwars.gif)
|
Posted: Sat Sep 16, 2006 11:02 pm Post subject: reply |
|
|
yes i do mean the entire monitor
i want to make a joke program that says it gonna delete the window's folder, and shows it does , then say cannot detect window's folder, etc then say "shutdown computer?" then have "yes" as the only answer and have the screen fade like real shutting down prompting so it looks real.
making this as an april fools joke for on friend (and yes i know its way early). but im planning on perfecting it, so im starting early ![Rolling Eyes Rolling Eyes](images/smiles/icon_rolleyes.gif) |
|
|
|
|
![](images/spacer.gif) |
[Gandalf]
![](http://compsci.ca/v3/uploads/user_avatars/189297994e4c716fec7f1.png)
|
Posted: Sun Sep 17, 2006 1:25 am Post subject: (No subject) |
|
|
Yeah... we don't exactly encourage those kinds of programs, especially since it's impossible to tell exactly how they will be used, so next time don't ask.
In any case, Turing can't do this, and you wonder why... Well, it doesn't have access to the Windows API... Why's that? Well, so that students can't mess around with their school computers, or do something like what you propose. |
|
|
|
|
![](images/spacer.gif) |
uberwalla
![](http://www.mac-help.com/images/starwars.gif)
|
Posted: Sun Sep 17, 2006 10:49 am Post subject: reply |
|
|
ok sorry.
i don't mean any harm at all. Just a small program for fun that prompts a fake shut down .
anyways. thx. |
|
|
|
|
![](images/spacer.gif) |
|
|