Tree Parallax

Started by kevin, June 19, 2011, 08:22:30 AM

Previous topic - Next topic

kevin

  Tree Parallax

  This little PlayBASIC demo builds old school parallax effect with a  bunch of trees, the effect is not the interesting part really.  It's that rather than use images/sprites the tree images are converted into a font (CRF), so the rows of trees are drawn as strings..  


   




 Source Code

        Code attached to this post.. 

OldNESJunkie

Kevin,

What advantages does this method have ? Use less video memory, faster,etc ??

kevin

#2
 yep, both..