cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Making a Strobelight in C# XNA.
Making a Strobelight in C# XNA.
Oct 22, 2013 at 1:27pm UTC
Sinthed
(19)
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?
Oct 22, 2013 at 1:38pm UTC
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
Oct 22, 2013 at 1:46pm UTC
Sinthed
(19)
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.
Oct 22, 2013 at 2:39pm UTC
coder777
(8444)
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.