- Buat Kotak kemudian convert ke muvie clipt
- Beri nama pada instance name kotak_mc
- masukkan kode berikut dalam button yang telah di buat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
on(keyPress "
ny=getProperty("kotak_mc",_y);
setProperty("kotak_mc",_y, ny + 5);
}
on(keyPress "
ny=getProperty("kotak_mc",_y);
setProperty("kotak_mc",_y, ny-5);
}
on(keyPress "
ny=getProperty("kotak_mc",_x);
setProperty("kotak_mc",_x, ny + 5);
}
on(keyPress "
ny=getProperty("kotak_mc",_x);
setProperty("kotak_mc",_x, ny-5);
}
|
Download file fla disini
0 comments:
Posting Komentar