Newb Question (simple menu program)
Cole Logan
Posts: 196
I got my spinstudio last week and have been playing with it and I was wondering How do you change the color that it dispays. I'm using the the tv.spin object and the graphics.spin object. I would like to change the 4 colors that it uses to draw the objects.
Heres the section of code that I think I need to change.
I was also wondering if it would be able to change the color while the program is running. I don't care as much if I can have more then 4 colors. Just so a user could change the way the screen looks.
I attached the code that I have been using.
Post Edited (Cole Logan) : 11/10/2008 7:16:49 PM GMT
Heres the section of code that I think I need to change.
'init colors repeat i from 0 to 63 colors[noparse][[/noparse]i] := $00001010 * (i+4) & $F + $2B060C02
I was also wondering if it would be able to change the color while the program is running. I don't care as much if I can have more then 4 colors. Just so a user could change the way the screen looks.
I attached the code that I have been using.
Post Edited (Cole Logan) : 11/10/2008 7:16:49 PM GMT
Comments
The subject of your message does not indicate what help you need. Please use the pencil icon to the top right of the message to edit and add a descriptive subject.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering