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

Creep Program

Started by applesauce10189, 30 March 2014 - 12:23 PM
applesauce10189 #1
Posted 30 March 2014 - 02:23 PM
This program is based on being creepy. Not like jumpscares or anything, but more like a chill down your spine or something like that, for example like you're reading a Creepy Pasta. Okay maybe a jumpscare or two.

SEIZURE WARNING!

This program DOES have fast flashing lights which brings me to my next topic,



Requirements

This program requires an advanced computer for text coloring and flashing lights mentioned above.



pastebin get dHcKeWba creep

Please report all bugs.
Edited on 02 April 2014 - 01:55 PM
mrpoopy345 #2
Posted 30 March 2014 - 02:46 PM
Bug: You declare the start function, but you never run it.
At the end of the program, put:

start()
Also,

creep:11:attempt to call string
Fix this with replacing line 11 with:

textutils.slowPrint(name.."...")
Also, put this on line twenty eight so they can actually see the message:

sleep(2)
And the same thing on line 62.

Good program!
CometWolf #3
Posted 30 March 2014 - 02:47 PM
wtf… This is just a funciton definition, it dosen't even call the function. Please test your program next time…
applesauce10189 #4
Posted 30 March 2014 - 03:23 PM
wtf… This is just a funciton definition, it dosen't even call the function. Please test your program next time…
I'm very tired and made this in a very short amount of time then something else took my attention. Next time I'm online I'll be sure to test it before updating the thread.
Bug: You declare the start function, but you never run it.
At the end of the program, put:

start()
Also,

creep:11:attempt to call string
Fix this with replacing line 11 with:

textutils.slowPrint(name.."...")
Also, put this on line twenty eight so they can actually see the message:

sleep(2)
And the same thing on line 62.

Good program!
Thank you for the help! Once I get some sleep I'll be sure to fix all of the stuffs!
Lyqyd #5
Posted 30 March 2014 - 05:39 PM
Moved to Ask a Pro.

Programs is for working, tested programs only.
applesauce10189 #6
Posted 31 March 2014 - 01:27 AM
Moved to Ask a Pro.

Programs is for working, tested programs only.
Can it be moved back to programs once I update the thread? I didn't test it because I was tired.
applesauce10189 #7
Posted 31 March 2014 - 01:52 AM
Thread updated. This time it's tested too.
applesauce10189 #8
Posted 01 April 2014 - 03:17 PM
Updated thread. Again. Now a little more interactive in a way.
Anavrins #9
Posted 01 April 2014 - 08:34 PM
I can tell you did not test it.
There's an error on first line where you forgot to quote "w" in your fs.open()
You mispelled setBackgroundColor at line 84, 90, 96, 102, 108.
And I won't say anything about creep2.

Please test your programs before submitting.
Edited on 01 April 2014 - 06:46 PM
applesauce10189 #10
Posted 02 April 2014 - 03:53 PM
Thread updated. Fixed bugs noted by Anavrins.

EDIT: Mini code update.
Edited on 02 April 2014 - 01:56 PM