source:
2013/30/TomiH/swag.txt
@
4620
Revision 4620, 363 bytes checked in by totakahe, 10 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[4620] | 1 | Image havusaurus = LoadImage("havusauruskuva"); |
2 | private Animation sauruksenLento; | |
3 | private Image havusauruskuva; | |
4 | sauruksenLento = LoadAnimation("animaatio"); | |
5 | pelaaja.Animation = sauruksenLento; | |
6 | pelaaja.Animation.Start(); | |
7 | pelaaja.Animation.FPS = 3; | |
8 | pelaaja.Shape = Shape.FromImage(havusauruskuva); | |
9 | pelaaja.Image = havusauruskuva; |
Note: See TracBrowser
for help on using the repository browser.