LINGO Scripting pada director
Control Movie / Video File – New – Movie Setting di Property Inspector, Size misal = 800 x 600 Ambil Sebuah Video (AVI,MP4, MOV, dll) dan tempatkan pada cast member Drag Cast member tersebut ke Stage
Buat Tombol Kontrol Insert – Control - Pusbutton
Pada klik kanan tombol play , Script Masukan script dibawah ini on mouseUp me the movierate of sprite 1=1 end Untuk tombol Stop , masukan script : the movierate of sprite 1=0
Script mengatur Sistem (Tanggal & Jam)
Beri nama cast member tersebut , misal = tanggal Pada channel Script, double klik di frame 1, masukan script berikut : on exitFrame me member (“nama cast member").text = _system.date() End Untuk memasukan jam, masukan script : member (“nama cast member").text = _system.time() Untuk membuat jam dan tanggal dengan format lengkap, masukan script : set the text of member “nama cast member” to the long time&return& the long date
Fungsi Restart Buat Tombol , dari tool panel, pilih push button, Buat Tulisan “RESTART” Pada tombol tersebut , klik kanan , pilih script, masukan script berikut on mouseUp me restart() End Untuk membuat fungsi shutdown masukan script: shutdown () Untuk membuat fungsi link web masukan script: goToNetPage http://alamat_web, “new”
Untuk mengaktifkan suara The sounEnabled = not (the soundEnabled) Untuk volume suara The Volume of sound 1 = 180