BYU Home pageBRIGHAM YOUNG UNIVERSITY
  Humanities Technology and Research Support Center
Back     DigHT 310 Home

Computers & the Humanities 310
Review of Basic LiveCode Concepts

The following is a list of the basic concepts you should understand to take DigHT 310. This should all have been covered in DigHT 210.

Basic Programming Concepts

Understand the following programming principles, when they are used and how they are expressed in LiveCode scripting.

Basic LiveCode Concepts

RunRev LiveCode

Objects (= Controls) - examples: stack, group, button, field, image, graphic, etc.

Properties

global properties - examples: the itemDelimiter, the defaultFolder
object properties - examples: the name of field 1, the location of button "myButton"

Script

Message - reports of "events" that are sent to objects in LiveCode

Message handler - Blocks of code in an object's script that allow you to control the behavior of the object.

The LiveCode Scripting Language - LiveCode's object scripting language, formerly known as Transcript.

Understand the following LiveCode language elements and their basic syntax:


Understand and use LiveCode Best Practices.

Back     DigHT LiveCode Gateway
Maintained by Devin Asay.
Copyright © 2005 Brigham Young University