Hypnotize by Anonymous Coder9th Jun 2009 17:56
|
---|
Summary This is a little program that might hypnotize you if you watch it long enough Description This can get you drousy if you watch it long enough, and the music i selected is in darkbasic media called aphrodit. It has one bitmap i will try to upload but any spinning image will probably do Code ` This code was downloaded from The Game Creators ` It is reproduced here with full permission ` http://www.thegamecreators.com rem load image "c:hypno.bmp",1 backdrop on color backdrop 0 load music "c:program filesdark basic softwaredark basicmediamusicfantasyaphrodit.mid",1 make object cylinder 1,50 texture object 1,1 pitch object down 1,90 scale object 1,160,10,160 loop music 1 move object 1,-.5 main: turn object left 1,35 goto main |