ImageStreak Class update

Here’s an update to the ImageStreak Class. I have added a new method that sets the number of horizontal pixels drawn with each pass. This gives much better control over the speed of the transition.

Once you have created an instance of ImageStreak call the following method to set the number of horizontal pixels drawn with each pass. The following would set a 10 pixel step.

my_is.setStep( 10 );

Remember you can also set the setSpeed() method to change the time between drawing intervals. Between setStep() and setSpeed() it should be possible to get a wide range speeds.

One thought on “ImageStreak Class update”

  1. Mitch,

    Have you ever heard of XHTML coding to wrap test around images? I found this coding recently from a site that had text wrapped along a curve. When I viewed the coding it reference this site.

    George

Leave a Reply

Your email address will not be published. Required fields are marked *