Membuat game simple menggunakan Flash dengan Mouse(Part 1)
Sebelum anda memasuki sesi ini ada baiknya anda melihat artikel flash lanjutan
Karena ini kelanjutan dari artikel flash lanjutan. Jika Anda belum membaca maka anda akan buntu ketika membaca artikel ini.
Pada artikel ini kita berusaha membuat flash interaktif menggunakan mouse. sebelum berlanjut yang perlu anda lakukan.
- membuat file actionscript dan file flash terpisah, keduanya dalam satu folder
- menghubungkan antara actionscript dan flash
- membuat movieclip dan di berikan nama sesuai dengan yang anda inginkan
- baca article flash lanjutan dan ikuti stepnya
Note: untuk pembuatan file as ada baiknya supaya aman anda membuatnya dengan mengklik icon pencil pada properti lihat gambar di bawah:
pembuatan as |
Berikut Contoh gambar compile dan tampilannya untuk pertama kali anda mengecheck apakah class yang ada di library terload. berikut gambar library saya:
library |
Setelah anda menghubungkan flash dan actionscript anda bisa mengompile. dengan catatan anda tidak menaruh apapun di timeline anda biarkan actionscript yang berkerja.
Actionscript 3
Pemandangan.as
package
{
import flash.display.MovieClip;
public class Pemandangan extends MovieClip
{
var startpage:StartPage;
public function Pemandangan()
{
// constructor code
startpage=new StartPage();
addChild(startpage);
trace("Hello World");
}
}
{
import flash.display.MovieClip;
public class Pemandangan extends MovieClip
{
var startpage:StartPage;
public function Pemandangan()
{
// constructor code
startpage=new StartPage();
addChild(startpage);
trace("Hello World");
}
}
image 1 |
Wanita yang ada di dalam berbentuk graphics dan stage kuning yang berisi wanita adalah movieclip yang di beri nama StartPage;
selanjutnya kita mulai menggunakan Mouse Event:
Actionscript 3
Pemandangan.as
package
{
import flash.display.MovieClip;
import flash.events.MouseEvent;
import fl.motion.MotionEvent;
public class Pemandangan extends MovieClip
{
var startpage:StartPage;
public function Pemandangan()
{
// constructor code
startpage=new StartPage();
addChild(startpage);
trace("Hello World");
startpage.addEventListener(MouseEvent.CLICK, onStartClick);
}
public function onStartClick(event:MouseEvent)
{
trace('you click startPage');
}
}
}
{
import flash.display.MovieClip;
import flash.events.MouseEvent;
import fl.motion.MotionEvent;
public class Pemandangan extends MovieClip
{
var startpage:StartPage;
public function Pemandangan()
{
// constructor code
startpage=new StartPage();
addChild(startpage);
trace("Hello World");
startpage.addEventListener(MouseEvent.CLICK, onStartClick);
}
public function onStartClick(event:MouseEvent)
{
trace('you click startPage');
}
}
}
Anda akan mendapatkan hasil seperti ini:
image 2 |
Berikut ini adalah versi complete dari demo Mouse Event anda bisa mendownloadnya di sini
Moga article ini bisa bermanfaat.
Do you understand there is a 12 word phrase you can tell your man... that will induce deep feelings of love and impulsive attractiveness to you buried within his chest?
ReplyDeleteBecause deep inside these 12 words is a "secret signal" that triggers a man's impulse to love, look after and care for you with his entire heart...
12 Words Who Fuel A Man's Love Response
This impulse is so hardwired into a man's brain that it will make him work harder than ever before to take care of you.
As a matter of fact, triggering this dominant impulse is absolutely mandatory to achieving the best possible relationship with your man that once you send your man a "Secret Signal"...
...You will instantly notice him open his soul and heart for you in such a way he never expressed before and he will perceive you as the only woman in the world who has ever truly tempted him.