NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

/*->fonksiyon1 adında mouse olaylarına duyarlı bir fonksiyon oluşturuyoruz.*/

function fonksiyon1(event:MouseEvent):void{

// trace komutu ile durumu Output Panelinde yazdırıyoruz.
trace("Buton 1'e tıklandı.")
//Bloğu kapatıyoruz.

// buton1 için Mouse olayını belirtiyoruz.
//Mouse olayı için TIKLAMA olayını seçiyoruz.
//Olay ile hangi fonksiyonun çalıştırılacağını belirtiriyoruz.
}

------------------------------------------------------------------------------------------
/*->fonksiyon2 adında mouse olaylarına duyarlı bir fonksiyon oluşturuyoruz.*/

function fonksiyon2(event:MouseEvent):void{

// trace komutu ile durumu Output Panelinde yazdırıyoruz.
trace("Buton 2'ye çift tıklandı.")
//Bloğu kapatıyoruz.

// buton2 için Mouse olayını belirtiyoruz.
//Mouse olayı için ÇİFT TIKLAMA olayını seçiyoruz.
//Olay ile hangi fonksiyonun çalıştırılacağını belirtiriyoruz.

buton2.addEventListener(MouseEvent.DOUBLE_CLICK,fonksiyon2)

------------------------------------------------------------------------------------------
function fonksiyon3(eventMouseEvent):void{
trace("Buton 3'e basılıyor")
}


buton3.addEventListener(MouseEvent.MOUSE_DOWN,fonksiyon3)

------------------------------------------------------------------------------------------
function fonksiyon4(event:MouseEvent):void{

trace("Buton 4 üzerinde fare gezdiriliyor.")

}

buton4.addEventListener(Mouse.Event.MOUSE_MOVE,fonksiyon4)

------------------------------------------------------------------------------------------

function fonksiyon5(event:MouseEvent):void{

trace("Buton 5 üzerinde fare ayrıldı.")

}

buton5.addEventListener(Mouse.Event.MOUSE_OUT,fonksiyon5)


------------------------------------------------------------------------------------------

function fonksiyon6(event:MouseEvent):void{

trace("Buton 6 üzerine fare geldi..")

}

buton6.addEventListener(Mouse.Event.MOUSE_OVER,fonksiyon6)


------------------------------------------------------------------------------------------


function fonksiyon7(event:MouseEvent):void{

trace("Buton 7 üzerine fare basılıp kaldırıldı.")

}

buton7.addEventListener(Mouse.Event.MOUSE_UP,fonksiyon7)


------------------------------------------------------------------------------------------


function fonksiyon8(event:MouseEvent):void{

trace("Buton 8 üzerinde fare tekerleği yuvarlandı.")

}

buton8.addEventListener(Mouse.Event.MOUSE_WHEEL,fonksiyon8)


------------------------------------------------------------------------------------------

function fonksiyon9(event:MouseEvent):void{

trace("Buton 9 üzerinden fare ayrıldı")

}

buton9.addEventListener(Mouse.Event.ROLL_OUT,fonksiyon9)

------------------------------------------------------------------------------------------

function fonksiyon10(event:MouseEvent):void{

trace("Buton 10 üzerine fare geldi.")

}

buton10.addEventListener(Mouse.Event.ROLL_OVER,fonksiyon10)
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.