Score: 0
"Wow, what a great tutorial"
date: October 19, 2008
Hey, next time, you might as well directly link to the AS: Main topics where you took the code from, since the code is already explained in these, and people actually know what the fuck they're talking about!
And now for some CONSTRUCTIVE CRITICISM so that you fuckers might let this review live :
- The music didn't loop, if you're going to use complete songs, at least make a selection, otherwise use a constant loop (which can be turned off)
- Write the code yourself instead of taking it from AS: Main (check the forum topic named "AS: MAIN" before you delete my review you dumb fucks)
- Give proper instructions, and if you don't know what the code means, don't try to explain; "hour = myDate.getHours() - gets hours from your PC clock - getMinutes() - gets minutes from your PC clock - getSeconds() - get sec-" Yes we get it
- Also in the clock tutorial, you need to add a "0" if the minutes or seconds is only 1 digit, otherwise it looks like shit (10:5:3 isn't a real clock)