Sunday, April 27, 2014

WEEK 10

Tanpa sedar kelas Authoring telah sampai ke Minggu ke-10..

Untuk kelas Flash pada kali ini, kami diajar tentang beberapa basic animation antaranya ialah Shape Tweening dan Motion Tween


Berikut merupakan langkah-langkah yang boleh diikuti dalam menghasilkan kedua-dua basic animation tersebut.


1. Shape Tweening


  • Insert shape (sebagai contoh pilih polyster tools)
  • Pada frame yang ke-30, insert keyframes
  • Insert pula shape lain ( pilih shape rectangle dan tukar mengikut warna pilihan )
  • Klik pada mana - mana frame (contohnya frame 15 ) dan klik create shape tween.
  • Lihat hasilnya seperti di bawah




2. Motion Tween

  • Create shape baru (contohnya circle atau boleh juga masukkan image bola)
  • Pada frame 90 insert keyframes
  • Then add motion guide
  • Lukis gambar laluan sebagai guide untuk menunjukkan lantunan bola
  • Gunakan pensil dan pilih smooth semasa ingin membuat laluan
  • Pada layer motion guide, klik juga frame 90 dan insert keyframes
  • Klik kanan pada mana-mana frame dan create motion tween
  • Adjust kedudukan image supaya titik pusat image berada betul-betul pada permulaan laluan dan berkahir di hujung laluan yang telah dilukis sebelum ini.
  • Hasilnya adalah seperti di bawah


Sunday, April 20, 2014

WEEK 9

Setelah seminggu menghabiskan cuti semester, kelas bermula semula dan dikendalikan pula oleh Dr.Norasykin. Untuk kali ini kami akan diajar dengan Penggunaan Adobe Flash CS3 dengan (FlashFile 2.0)

Flash merupakan satu proses animasi yang interaktif dalam sesuatu website. Terdapat banyak kegunaan Flash yang boleh diaplikasikan, di antaranya ialah :-

  • Menghasilkan cartoon - format mestilah .fla tetapi sekiranya semua file digabungkan, format hendaklah ditukar kepada .swf
  • Menghasilkan game
  • Menghasilkan courseware
Terdapat 3 jenis interaksi dalam Flash iaitu :-

  • Simbol - yang melibatkan graphic, button dan movie clip
  • Text - static, input dan dynamic
  • Drag and drop
Berikut merupakan function yang terdapat dalam Flash


  • Tools panel - mengandungi segala tools yang boleh digunakan untuk menghasilkan imej
  • Timeline - Memaparkan hasil kerja
  • Layer - Kedudukan imej atau objek yang diletakkan boleh diasingkan atau disusun mengikut layer

Selain itu kami turut diperkenalkan dengan beberapa function lain yang terdapat dalam Flash



Dalam kelas yang akan datang, kami akan diajar dengan lebih banyak lagi tools dan function Flash untuk menghasilkan paparan yang lebih interaktif

Wassalam



Wednesday, April 9, 2014

WEEK 7


In week 7, we learned on how to create online questionnaire and also create forum. 

Online questionnaire:-

   Create Database
  • Go to PHPMyAdmin
  • Use existing database 'student'
  • Create table in the database and name it as questionnaire

   Create Page for Questionnaire Form
  • File > New > Blank Page > PHP
  • Type the instruction of the questionnaire
  • Insert Form > Radio Group
  • Fill up the Radio Group Form as below 
  •  
     

  • For Likert Scale Question, create table first and then type the question in each row.
  • Insert Form > Radio Group
  • Create radio group for each question and locate it in each column of the scale



  • Insert submit button at the bottom of the page
  • Then go to panel server behaviour > insert record
  • Save the page as questionnaire.php


  
  Create Page for Analysis

  • File > New > Blank Page > PHP
  • Insert table and type all the item that we want to analyze in the table


FORUM

Create database
  • We can also using the existing database that we already have
  • For this case, I create table at my existing database which name ‘student’
  • Create table consist of 3 items which are id, name and post
  • Set the id as auto increment and primary

Create forum page
  • File > New > Blank Page > PHP
  • Insert Form
  • Insert table; 2 row and 2 column consist of name and comment
  • Insert submit button and name it as Post Comment
  • Go to panel server behaviour > insert record


  • Add ‘comment from others’ outside the form area
  • Type name and comment
  • Go to panel server behaviour > recordset
  • Choose name and post and match it like the picture below

  • Preview in the Firefox and the appearance should be like the picture below:-