like this
Code: Select all
angle=angle+1
DrawText(x,50+4*Sin(angle), Text$, RGB(255,255,255))
Code: Select all
angle=angle+1
DrawText(x,50+4*Sin(angle), Text$, RGB(255,255,255))
I am sorry but I dont know how to achive these... I would like to make sinus scroller but i dont how to do itDraw the text to an image and then chop that image up into thin vertical slices and move each one independently to achieve the effect.
When you originally asked about an Amiga demo, I gave you a link to a post - that still has a working demo, complete with text bitmap chopping, rotating, sine wave coasting & scrolling.Swos2009 wrote:I am sorry but I dont know how to achive these... I would like to make sinus scroller but i dont how to do it
could someone show me the code how to achive it pls?