Posted: November 8, 2012
Digital Sound- Students should have their silent movie ready and list their sounds as well as fill out their planning sheet. They they will record their sounds. Please remember that these sound effects are recreated, often using different items to make it. Be creative.
sound_effects_planning_sheetbalnk.doc
Law- Presentations begin today.
Computer science- Unit nine background fix.
Assign Background Color using Buttons.
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Me.BackColor = Color.Red
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Me.BackColor = Color.Blue
End Sub
End Class