Making a Strobelight in C# XNA.

http://pastebin.com/XNMVg5Xn

My code is too long, so I used a pastebin.

Under the protected override void Draw(GameTime gametime)
I declared the background color for the cats, I would like to make this change to multiple different colors like a strobe light. Any ideas?
closed account (o3hC5Di1)
Hi there,

pastebin wrote:
This is a private paste. If you created this paste, please login to view it.


Also, please note that this is a C++ forum - you are more likely to get good answers to your question on a C# forum.

All the best,
NwN
http://pastebin.com/index/XNMVg5Xn

I have made it public. And I posted it on 4-5 differnt C Sharp forums, and it has been a week with no replies.
What you need is a timer and an index.

Each time you get the timer event increase the index

Change the background color according to the index.
Topic archived. No new replies allowed.