Hi all,

I'm wondering if anyone has written a Fractint-compatible formula of the Burning Ship fractal?  There is a thread about it at
http://www.fractalforums.com/general-discussion-b77/burning-ship-fractal/?wap2
I wrote this from it:

BShip {; Burning Ship, 20/7/2012 from fractalforums.com
z = abs(z)
   z = z*z + pixel
   |z| <= 4
   }

but all it gives me is a blank screen.  Any help, please?

Tony Hanmer