TGC Codebase Backup



Flashing Cube by Anonymous Coder

18th Nov 2006 14:17
Summary

How to make a flashing cube.



Description

This easy code teaches you how to make a flashing cube. It is great for beginners.



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                    make object cube 1,30

do
hide object 1
wait 1000
show object 1
wait 1000
loop