View Single Post
  #49  
Old 05-03-2011, 08:37 AM
Devil_Lord2 Devil_Lord2 is offline
David K?
Devil_Lord2's Avatar
Join Date: Apr 2011
Location: PA, MD.
Posts: 643
Devil_Lord2 can only hope to improve
Quote:
Originally Posted by papajchris View Post
Okay sorry to do this, but I think a forum would be better than google wave. I say this because its easier for people to sign up and join and its easier to show threads to non members.

Please take a minute to check out http://scriptingschool.forumotion.com/.

This will not change, so don't worry. Sorry about the confusion.

I put up a mini practice script (pretty simple) Under Assignments/Week One. You can see the instructions on top and then see posts below. Feel free to comment on people's scripts (I put a simple script up to show you). If you need help, go to the help section.
Can you post assignments on here since my subscription is on here and I can see if someone replies, then I can head over to there? Because I honestly don't think I will check weekly or bi-weekly and will probably forget in a few weeks to even check it..

I'll check it now though! :]

Quote:
Originally Posted by oo_jazz_oo View Post
Also, as you have different lessons, its important to teach good styling.

Also, indenting the script inside a function/brackets makes it much easier to read than if everything is indented the same. :P
Oh geez, I have when people do
PHP Code:
function onHurtMyBrain(){ 
  
below "horribleimo";
  if (
youDoItLikeThis){
    
this.confusedMe "a lot.";
  } else { 
  
something below;
  }

or if (
wheredthebracketsgo)    what ++; 
or such.. I've never been taught to do it, and seeing others doing it I say it is bad styling.. But then I saw that Stefan does it in his 2001 baddies.. D: I had to tell ZeroG I'd never criticize on him doing it again. :c

Also, I hate that foo bar stuff as well >.> for all I know it is a built in variable or function I don't know about or care to learn.

Anyway, sometimes the simplest scripts can confuse you when you are not use to the styling or if the styling is poor...


Quote:
Originally Posted by cbk1994 View Post
Punctuation should be a requirement for joining the group.
Or anyone who is willing to learn from their mistake or at least try..
I don't think anyone should be left out because of lack of knowledge if they really want to, and can, learn. :c
Then again, I don't recommend anyone to try if they do not have Access to RC... D:
Although, I think I know someone trying to build a program to check code like the RC does..
It would be extremely helpful.
__________________

Digital Media Artist - David K? </3 (UnLoved)
www.davidkrout.com
www.twitch.com/DavidKkz




Last edited by Devil_Lord2; 05-03-2011 at 09:06 AM..
Reply With Quote