TGC Codebase Backup



Simple water animaton by Hangman Studios

9th Jan 2005 16:49
Summary

A neat little water effect on a matrix.



Description

An animation I did while screwing around with the Monster Hunter tutorial. I know it looks kind of blocky, but if I set the sync rate to 30 or even 10 it still seemed to fast for me.



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                        Sync On 
    Sync Rate 10 

    Make Matrix 1,2000,2000,50,50 

    Position Camera 0,1000,0 

    Rem Main loop 
    Do 


         randomize matrix 1,5 

         Point Camera 1000,0,1000 

         Sync 
    Loop