This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Symmetryc's profile picture

[Screensaver] Fireworks (Now With Rockets!)

Started by Symmetryc, 04 October 2013 - 04:05 AM
Symmetryc #1
Posted 04 October 2013 - 06:05 AM
Hey all, I thought I'd give screensavers a try with firework dithers. It very customizable and if you're having trouble importing it into your program, just let me know, I'll be glad to help out.

Code:
V2.0: http://pastebin.com/wCsTy3u8
V1.0: http://pastebin.com/8tsK36bA

Screenshots:
V2.0: http://imageshack.us...8/9162/l376.gif
V1.0: http://imageshack.us...12/9172/eno.gif

Enjoy!
Zudo #2
Posted 04 October 2013 - 12:39 PM
Those are fireworks?
Anyway, it looks coooool! :)/>
Symmetryc #3
Posted 04 October 2013 - 03:01 PM
Those are fireworks?
Anyway, it looks coooool! :)/>
Thanks :)/>. They're supposed to be the dithers that come down after the explosion, it was too hard to make the explosions actually look good, so I just put the dithers lol.

Edit: Just added rockets that fire upward, they then explode off screen and the dithers fall back on screen :P/>.
jamd315 #4
Posted 08 October 2013 - 04:25 PM
How can I make it exit back to my program after I click or push a key?
Symmetryc #5
Posted 08 October 2013 - 05:38 PM
How can I make it exit back to my program after I click or push a key?
Do you want it as a loading screen? If so please post your code and I will put it in there :)/>.
MKlegoman357 #6
Posted 09 October 2013 - 09:58 AM
Looks more like fireworks now :)/>

You should add explosions now :P/>
Symmetryc #7
Posted 09 October 2013 - 02:37 PM
Looks more like fireworks now :)/>

You should add explosions now :P/>
I tried, but they looked like junk so I threw them out, if you have any ideas how to make it look good, feel free to drop them here please :P/>.
DunkingDunnkers #8
Posted 11 October 2013 - 09:39 AM
First of all I love the Fireworks design however;

Could you create a code to allow it to import it onto a Monitor. I would love to use it as like a Welcome sign to my home on my server!
Symmetryc #9
Posted 11 October 2013 - 03:15 PM
First of all I love the Fireworks design however;

Could you create a code to allow it to import it onto a Monitor. I would love to use it as like a Welcome sign to my home on my server!
Yeah, of course. Do you mind showing me a screenshot of the monitor setup? It would help greatly :)/>.
DunkingDunnkers #10
Posted 14 October 2013 - 04:31 PM
I'm getting This issue.


This is my layout; Here.
Symmetryc #11
Posted 14 October 2013 - 08:17 PM
I'm getting This issue.


This is my layout; Here.
Did you change any of the settings (the variables at the top of the code) ?
Also, you can (I think) add this to make it display on the monitor:

Add this line to the top of the code

term.redirect(peripheral.wrap("up"))

Add this line the bottom

term.restore()


Let me know if you have any troubles!
VintageGaming #12
Posted 14 October 2013 - 09:03 PM
Epic, bro!
Symmetryc #13
Posted 15 October 2013 - 04:07 AM
Epic, bro!
Thanks :)/>