View Single Post
Old 12-04-2010, 03:37 AM   #65
White Tie
Pixel Pusher
 
White Tie's Avatar
 
Join Date: Mar 2007
Location: Blighty
Posts: 4,950
Default

I think its a bit premature to say walter needs to change; I'm learning all this from a position of total code ignorance, I may be a few weeks ahead of you with walter but, on the other hand, I didn't get a guide document. Stick with it, the mist does clear. Promise.

I don't use rect, but think of it as being the same as set. He's making a variable called 'vol_row1' and then calling it to be used when h<49.

I am now going to suggest altering some code that was written by Justin Frankel. Justin F***ing Frankel. I've either just grown a massive pair of balls, or I'm quite staggeringly foolish Next week : off to the Louvre to fix up that crap bit on the Mona Lisa. ...anyway, here we go...

Code:
rect vol_row1 w>330 w>500 [85 3 5 20 0.25 0 .75 0] [85 3 7 20 0.25 0 1 0] [0]
rect vol_row1 w>650 [85 3 5 20 0.25 0 .65 0] vol_row1
I (graphic designer and code novice) would have written as this:
Code:
set vol_row1 w>330 w>500 w>650 [85 3 5 20 0.25 0 .65 0] [85 3 5 20 0.25 0 .75 0] [85 3 7 20 0.25 0 1 0] [0]
__________________
The House of White Tie
White Tie is offline   Reply With Quote