C# Tutorial 37 – Animation
Flickery Red Squares. Sounds Tasty.
Video Tutorial Rating: 4 / 5
Don’t forget to check out our other video tutorials or share this video with a friend.
7 responses to “C# Tutorial 37 – Animation”
Leave a Reply Cancel reply
Video Tutorials
Bringing you the best video tutorials for Photoshop, Illustrator, Fireworks, WordPress, CSS and others.
Video tutorial posted 10/11/12
Category: C# Tutorials
Pages
Random Videos
-
NVIDIA HairWorks 3dsMax Tutorial
3,754 views
-
Adobe Fireworks CS5 Button Tutorial
2,132 views
-
Adobe Illustrator Tutorial – Angry Birds
2,578 views
Video Categories
- 3DS Max Tutorials (150)
- After Effects Tutorials (160)
- C# Tutorials (121)
- Colour (6)
- Crazy Effects (1)
- CSS Tutorials (120)
- Dreamweaver Tutorials (139)
- Excel Tutorials (127)
- Featured (10)
- Fireworks Tutorials (131)
- General Effects (9)
- HTML Tutorials (143)
- Illustration and Vector (1)
- Illustrator Tutorials (174)
- IMove Tutorials (119)
- Lightroom Tutorials (145)
- People and Faces (3)
- Photoshop Tutorials (169)
- Text Effects (7)
- Uncategorized (32)
- WordPress Tutorials (140)
Tags
VideoTutorials.co.uk
-
Videotutorials.co.uk offers the web's best Photoshop tutorials, Illustrator video guides, CSS and HTML tutorials and much more all in one place. With new videos being added every day, you can learn how to master software and code to give your images and website some great effects.
Our site has beginner, intermediate and advanced video tutorials of varying lengths so you can learn a new skill at your own speed and level. So whether you're a web designer, print designer or just wanting to edit some family photos, you can get to it quickly and easily using these free video guides. (more)
great job! thx. wery usefull;
Click on Form1 and go to its properties –> KeyPreview = true –> Go to the thing where you get the paint thing –> Then double click KeyDown –> Then type in the KeyEvent Arguments in the parenthasis ({ and }) if (e.KeyCode.ToString() == “D”)
MessageBox.Show(“D is pressed”);
And to do things like SHIFT do:
if (e.Shift)
MessageBox.Show(“Shift is pressed”);
Yes, something weird happened when recording, I continue in the next video.
animation.Abort(); ?? OH by the way great videos! Very helpfull thanks
I think we could work better pming…. I’ll send you a message.
as it was my first lesson about graphics that’s y i cant understand first what were you really saying and how the code is working .. now i knw a little about graphics thanks to you and your teaching skills are good .. and i need your help i want to run a statement which run inside your StartAnimation ()
{
//like
if(right arrow key is press)
{
MessageBox.Show(“Right arrow key is pressed”);
}
}
Do you mean the while loop in general is hard to understand? If so, then I’d really suggest going back and watching all the videos in order. Otherwise, I thought I explained well enough, but will try to explain more in the future.