sUmcab;epþImGnuvtþ
- KUrrUb {stVkeNþór } mYy
- Convert vaeTACa Movie Clip edaycuc Right Click elIrUbstVkeNþór rYcykBaküfa
Convert to Symbol

- ykCeRmIs Movie Clip ehIydak;eQµaHvafa “my_object”

- cuc Ctrl + F3 edIm,IebIktarag Property
- cuc Click elIrUbPaB rYccUleTAkan;tarag Property ehIydak;eQµaH Instance Name va
fa my_object

dMNak;kalsresrkUd
- cuc Click elI Frame TI 1 rYccuc F9 enaHpÞaMgsRmab;sresrkUdnwgelceLIg
- rYcsresrkUddUcxageRkam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17 |
|
|
////////////////www.gamebodia.com//////////////////// speed = 5; onEnterFrame = function () { if (Key.isDown(Key.LEFT)) { my_object._x -= speed; my_object._rotation = -90; } else if (Key.isDown(Key.RIGHT)) { my_object._x += speed; my_object._rotation = 90; } else if (Key.isDown(Key.UP)) { my_object._y -= speed; my_object._rotation = 0; } else if (Key.isDown(Key.DOWN)) { my_object._y += speed; my_object._rotation = 180; } }; |
speed tageGayel,Ón
my_object tageGaystVkeNþór
x tageGayG½kSedk
y tageGayG½kSeQr
Bnül;kUd
- kMNt;eGay speed mantMélesµInwg 5
- kUdTaMgGs;cab;epþImdMeNIrkar = GnuKmn_
2
3
|
|
|
speed = 5; onEnterFrame = function () { |
- ebIxJMúcuc Key xageqVg my_object nwgmanel,ÓnesµI speed rt;enAelIG½kSedkGviiC¢man
- ehIyEbrmuxeTArkmMuEdlmantMélesµInwg - 90
4
5
6
|
|
|
if (Key.isDown(Key.LEFT)) { my_object._x -= speed; my_object._rotation = -90; |
- ebIxJMúcuc Key xagsþaM my_object nwgmanel,ÓnesµI speed rt;enAelIG½kSedkviiC¢man
- ehIyEbrmuxeTArkmMuEdlmantMélesµInwg 90
7
8
9
|
|
|
} else if (Key.isDown(Key.RIGHT)) { my_object._x += speed; my_object._rotation = 90; |
- ebIxJMúcuc Key xagelI my_object nwgmanel,ÓnesµI speed rt;enAelIG½kSQrGviiC¢man
- ehIyEbrmuxeTArkmMuEdlmantMélesµInwg 0
10
11
12
|
|
|
} else if (Key.isDown(Key.UP)) { my_object._y -= speed; my_object._rotation = 0; |
- ebIxJMúcuc Key xageRkam my_object nwgmanel,ÓnesµI speed rt;enAelIG½kSQrviiC¢man
- ehIyEbrmuxeTArkmMuEdlmantMélesµInwg 180
13
14
15
|
|
|
} else if (Key.isDown(Key.DOWN)) { my_object._y += speed; my_object._rotation = 180; |
- rYcral;.
- sUmetsemIlGVIEdlGñk)aneFVIedaycuc Ctrl + Enter
- rW Export CaÉksar SWF edaycUleTAkan;mInuy File >> Export >> Export Movie
- rebob Publish ÉksareTACa .exe sRmab;ebIkCamYy Windows (Microsoft)
- rebob Publish ÉksareTACa .app sRmab;ebIkCamYy Macintosh (Apple)

|