CLASS 7 • Tracking Systems• Chapter 6 in CTRL[Space]

SCREENINGS:

Oncotype

Holmes • Follow the Mouse

Holmes • Your Face is Safe

GPS Drawing site

Carnivore

TECHNICAL OBJECTIVES: Students will utilize freeware Mac applications to experiment with surveillance and decryption of text-based communications


1) Mac Home Site: http://www.mac.com/
Free 60 day trial .Mac membership! Useful for using iChat software (comes with latest version of MAC OS X).


2) Keyboard Spy for the Mac: http://mac.softpedia.com/progDownload/Keyboard-Spy-Download-5043.html
Keyboard Spy is a SCARY utility to save keyboard keystrokes in a log file in the background. You specify the location of the log file. Suggest using a easy to dispose of file on DESKTOP. Note: It's a background application that does not appear in the Dock.


3) PictureSpy
http://www.macupdate.com/info.php/id/11628
PictureSpy is a utility which allows you to encode and decode messages into pictures. The tequnique of encoding messages in pictures is called Steganography. The message is coded into a picture, which can be sent via e-mail, uploaded, and so on, and then decoded by the recipient.


4) MacSniffer
http://mac.softpedia.com/get/Security/MacSniffer.shtml
Use MacSniffer to look at network traffic. MacSniffer is a front end to the built-in 'tcpdump' packet sniffer on Mac OS X.


IN-CLASS EXERCISES
1) Install Keyboard Spy and run it to save all your morning activities in a file on the desktop.
2) Choose a partner or two. Each partner must choose a narrative (newspaper article, nursery rhyme, film capsule summary, etc---something somewhat familiar). Now tell the “story” to your partner in pictures. Make sure your partner knows your decryption passwords.
3) Locate an online chatroom. Participate in dialogue. Attempt to change topic of

TECHNICAL OBJECTIVES: Students will grab audio using a microphone and monitor audio levels in Director

Useful Lingo operator: Mod (really means the remainder after a division operation:

Example:
This statement divides 7 by 4 and then displays the remainder in the Message window: put 7 mod 4
The result is 3.

Before completing classwork:

1) Add GetSoundIn xtra to XTRAS folder near Director application.

2) Open your sound control panel and choose a source for sound input. Choose External Mic or CD, depending on which source you are using.

In class assignment:

1) Add a line of code to the "on Update" handler that moves a vertical line up the y-axis when audio levels increase, and moves the line down when audio levels decrease.

2) Add a conditional statement to the "on exitframe" handler in frame one in the score that plays a sound when audio levels are higher than "200."

3) Make a new marker above frame 5, and write a new frame behavior script (you can copy the old one to start with). Place a large bitmap on stage. Create a situation where an increase in the sound level will actually increase the blend of the bitmap.