[ SM3117 ] - [ Class 03 ] - Sample

Class 03 - Director Workshop 1

 

1

Project 1

Create a simple Director movie to display 4 different video clips. User can choose to view which one by clicking on 4 different icons.

 

2

Project 2

Modify the same Director movie such that user has to press one of the four keys 1, 2, 3 or 4 to select which video clips to view.

 

3

Here are the sample video clips to try out

 

4

Simple operations with digital video

  • Another video to play with.

 

5

Sprite properties

  • movieRate
  • currentTime
  • movieTime (ticks)

 

6

Member properties

  • duration (ticks)

 

7

Text member usage

  • member("myText").text = "Bryan";
  • sprite(2).member.text = "Bryan";
  • sprite(2).member.text = myNum.toString();