SCICompanion
3.0
  • Overview
  • Getting Started
  • View Editor
  • Pic Editor
  • Script editor
  • The SCI0 class library
  • The SCI1.1 class library
    • Classes
      • Actor (of Prop)
      • AnimDialog (of Dialog)
      • Approach (of Motion)
      • BegLoop (of CycleTo)
      • Blink (of Cycle)
        • Properties
        • Methods
      • Block (of Object)
      • BorderWindow (of SysWindow)
      • Cage (of Block)
      • Chase (of Motion)
      • ChoiceNarrator (of Narrator)
      • ChoiceTalker (of Talker)
      • Code (of Object)
      • Collection (of Object)
      • Control (of Object)
      • ControlIcon (of IconItem)
      • Controls (of List)
      • Conversation (of List)
      • Cue (of Object)
      • CueObj (of Script)
      • Cursor (of Object)
      • Cycle (of Object)
      • CycleTo (of Cycle)
      • DButton (of Control)
      • DCIcon (of DIcon)
      • DColorButton (of DButton)
      • DEdit (of Control)
      • Dialog (of List)
      • DialogEditor (of List)
      • DIcon (of Control)
      • Door (of Prop)
      • DPath (of Motion)
      • DSelector (of Control)
      • DText (of Control)
      • Ego (of Actor)
      • EndLoop (of CycleTo)
      • Event (of Object)
      • EventHandler (of Set)
      • Feature (of Object)
      • FeatureWriter
      • FiddleStopWalk (of Smopper)
      • File (of Object)
      • FileSelector (of DSelector)
      • Flags (of Object)
      • FlickerCycler (of Cycle)
      • Follow (of Motion)
      • Forward (of Cycle)
      • ForwardCounter (of Forward)
      • Game (of Object)
      • GameControls (of IconBar)
      • GameEgo (of Ego)
      • Gauge (of Dialog)
      • GradualCycler (of Cycle)
      • GradualLooper (of Code)
      • IconBar (of Set)
      • IconItem (of Object)
      • Inset (of Code)
      • InsetWindow (of BorderWindow)
      • InventoryBase (of IconBar)
      • InventoryItem (of IconItem)
      • Jump (of Motion)
      • JumpTo (of Jump)
      • List (of Collection)
      • MessageObj (of Object)
      • Messager (of Object)
      • Motion (of Object)
      • MouthSync (of Cycle)
      • MoveCycle (of Cycle)
      • MoveFwd (of PolyPath)
      • MoveTo (of Motion)
      • Narrator (of Prop)
      • Object
      • OnMeAndLowY (of Code)
      • Orbit (of Motion)
      • Oscillate (of Cycle)
      • PAvoider (of Code)
      • PChase (of PolyPath)
      • PFollow (of PolyPath)
      • PolyEdit (of List)
      • Polygon (of Object)
      • PolyPath (of Motion)
      • Print (of Object)
      • PriorityTalker (of Talker)
      • Prop (of View)
      • PseudoMouse (of Code)
      • RandCycle (of Cycle)
      • RangeOscillate (of Cycle)
      • Region (of Object)
      • RegionPath (of MoveTo)
      • RelDPath (of DPath)
      • Restore (of SaveRestoreDialog)
      • Reverse (of Cycle)
      • Room (of Region)
      • Save (of SaveRestoreDialog)
      • SaveRestoreDialog (of Dialog)
      • Scaler (of Code)
      • ScaleTo (of Scaler)
      • Script (of Object)
      • ScrollableInventory (of InventoryBase)
      • ScrollInsetWindow (of BorderWindow)
      • Set (of List)
      • Slider (of IconItem)
      • SmoothLooper (of Code)
      • Smopper (of Cycle)
      • Sound (of Object)
      • Sounds (of EventHandler)
      • SpeakWindow (of SysWindow)
      • SQ5 (of Game)
      • StopWalk (of Forward)
      • Sync (of Object)
      • SysWindow (of Object)
      • Talker (of Narrator)
      • TimeOut (of Object)
      • Timer (of Object)
      • Track (of Motion)
      • User (of Object)
      • View (of Feature)
      • Walk (of Forward)
      • Wander (of Motion)
      • Window (of SysWindow)
    • Script Files
    • Public Procedures
  • Kernel Functions
  • SCI Studio compatible compiler
  • The SCI Compiler
  • Text Editor
  • Message editor
  • Sound Editor
  • Vocabs
  • Font Editor
  • Cursor Editor
  • VGA Palette Editor
  • Digital Audio
  • Output Pane
  • Debugger
  • Undo
  • Aspect Ratio
  • Palette cycling
  • Anatomy of an SCI game
  • Decompiler
  • Preferences
  • Game/Interpreter Versions
  • Importing and exporting resources
  • Extract All
  • Handy tips
  • A Basic Tutorial
SCICompanion
  • Docs »
  • The SCI1.1 class library »
  • Classes »
  • Blink (of Cycle)
  • View page source

Blink (of Cycle)¶

class Blink¶

Defined in Talker.sc.

Blink is a cycler used with Talker to make eyes blink randomly.

class diagram

Properties¶

Inherited from Cycle:

Property Description
client  
caller  
cycleDir  
cycleCnt  
completed  
name  

Defined in Blink:

Property Description
waitCount  
lastCount  
waitMin  
waitMax  

Methods¶

init(theClient averageWaitTicks)
doit()
cycleDone()
Next Previous

© Copyright 2015, Phil Fortier.

Built with Sphinx using a theme provided by Read the Docs.