Presentasi sedang didownload. Silahkan tunggu

Presentasi sedang didownload. Silahkan tunggu

LINGO Scripting pada director

Presentasi serupa


Presentasi berjudul: "LINGO Scripting pada director"— Transcript presentasi:

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

3

4 Buat Tombol Kontrol Insert – Control - Pusbutton

5

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)

8

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”

11

12

13 Untuk mengaktifkan suara
The sounEnabled = not (the soundEnabled) Untuk volume suara The Volume of sound 1 = 180


Download ppt "LINGO Scripting pada director"

Presentasi serupa


Iklan oleh Google