Dark Bit Factory & Gravity

PROGRAMMING => General coding questions => Topic started by: Pot Noodle on May 22, 2012

Title: Help with Copper Effect [SORTED]
Post by: Pot Noodle on May 22, 2012
Hi guys, I am hopping that some one can help me out with this effect.

(http://dl.dropbox.com/u/71849177/Image1.gif)

I have been playing with this with out any joy.

Code: [Select]
Img = CreateImage(#PB_Any, #ResX, 240)
StartDrawing(ImageOutput(Img))
  For Y = 0 To 240
    R + 3 : G + 1 : b + 3
    LineXY(0, Y, #ResX, Y, RGB(R,G,b))
  Next
StopDrawing()

Thanks.
Title: Re: Help with Copper Effect [SORTED]
Post by: Pot Noodle on May 22, 2012
OK I have it sorted, thanks anyways..