Upload presentasi
Presentasi sedang didownload. Silahkan tunggu
1
LINGO Scripting pada director
2
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
4
Buat Tombol Kontrol Insert – Control - Pusbutton
6
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
7
Script mengatur Sistem (Tanggal & Jam)
9
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
10
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 “new”
13
Untuk mengaktifkan suara
The sounEnabled = not (the soundEnabled) Untuk volume suara The Volume of sound 1 = 180
Presentasi serupa
© 2024 SlidePlayer.info Inc.
All rights reserved.