A little FX demo

Miscellaneous Forums/Blitz Showcase/A little FX demo

Get it here:
http://members.getgoin.net/~vidiot/ec.zip (source only+media)

L8r,

Richard, where did you get that logo from? Can I use it to replace my old one on my Loerunner clone?

Cheers
Aaron

The logo should be (at least in my demos..see radial blur) in some of the demos included with BMAX MAC. But, I'm sure you can use the one I have in this little demo, I'll ask.

L8r,

I guess it's no problem to use the logo for non-commercial use.

Have fun,

I get this when I compile under the latest BlitzMax
Compiling:eyecandy.bmx
Compile Error: Subexpression for release must be an integer variable
eyecandy.bmx;102;1]
Build Error: failed to compile eyecandy.bmx


This is the line that causes the problem I believe :

If ii>stp Then ii=0

The use of release has changed since this was first posted
(dec 2004).
Comment out the line 'release mb#' to run the demo.