Hypercard 2.3.5 Reference Manual

Total Page:16

File Type:pdf, Size:1020Kb

Hypercard 2.3.5 Reference Manual HyperCard Reference Contents Contents Preface Welcome HyperCard Documentation xviii What You Need to Know xix How to use this book xix Where to Get HyperCard Stacks xxi About user groups xxi Chapter 1 Using HyperCard What Is HyperCard? 1-2 Cards and stacks 1-3 Starting HyperCard 1-4 Starting from the Home stack 1-4 Starting with a stack other than Home 1-6 Home Stack 1-6 Home cards 1-7 .................................... User levels and options 1-8 Setting your user level 1-8 Arrow Keys in Text option 1-10 Power Keys option 1-12 Blind Typing Option 1-12 How HyperCard finds stacks 1-13 Opening and Closing Stacks 1-15 Opening a stack 1-15 Opening a stack protected with a password 1-17 Opening a write-protected stack 1-18 Opening a stack built in an earlier version of HyperCard 1-19 Opening more than one stack at a time 1-20 Closing a stack 1-21 Looking through stacks 1-21 Displaying the menu bar 1-22 Stack menus 1-22 Moving around in a stack 1-22 Using commands in the Go menu 1-23 Using the navigator palette 1-25 Clicking buttons to move around 1-26 Clicking text to move around 1-27 Using the arrow keys to move around 1-27 Going to a specific card 1-28 Seeing all cards in a stack 1-29 Looking for specific text 1-30 Finding text anywhere in a stack 1-30 Finding text in a specific field 1-32 Finding a whole word or phrase 1-34 Moving and resizing the card window 1-35 Moving a card window 1-35 Resizing a card window 1-36 Viewing large cards 1-38 Moving from one stack to another 1-39 Looking through cards you’ve seen 1-39 Returning Home 1-40 Entering Text 1-41 Opening Applications 1-42 ii Contents .................................... Getting Help 1-43 Using a Stack on a File Server 1-44 Using a Stack on a CD-ROM 1-44 Quitting HyperCard 1-45 Chapter 2 Learning HyperCard Basics Starting Up and Taking the Tour 2-2 Opening HyperCard Files 2-4 Opening stacks by clicking buttons 2-4 Opening stacks using the Open Stack command 2-5 Looking at Cards 2-6 Using the Go Menu 2-8 Typing 2-9 Entering text 2-9 Editing text 2-10 Adding a New Card 2-11 Manipulating Windows 2-12 Saving Stacks 2-14 The Home Stack 2-14 The Home cards 2-15 The Preferences card 2-16 The Message Box 2-18 Controlling the Message box 2-18 Using the Message box 2-18 Finding Text 2-20 Copying and Pasting a Picture 2-21 Copying the picture 2-21 Pasting the picture 2-22 Redesigning a Stack 2-23 Saving a copy 2-24 Adding a new button to the Home stack 2-24 Working with the background 2-25 Deleting a Background button 2-27 Moving and changing the Home button 2-28 Rearranging the arrow buttons 2-29 Modifying the Find button 2-30 Contents iii .................................... Copying a button from another stack 2-31 Deleting fields 2-33 Modifying the Phone Number field 2-33 Creating a Birth Date field 2-35 Creating the label for the Birth Date field 2-36 Putting text in a shared text field 2-37 Rearranging the Notes field 2-38 Finishing touches 2-39 Starting from Scratch 2-41 Copying the background art 2-42 Copying the background buttons 2-44 Copying the left arrow 2-44 Copying the right arrow button 2-45 Copying and customizing the Home button 2-45 Arranging the buttons 2-46 Creating the background fields 2-47 Creating the stack’s title field 2-47 Adding the title field text 2-47 Creating a Car Name field 2-48 Adding Pros and Cons fields 2-49 Creating Pros and Cons labels 2-50 Adding label text 2-51 Checking your work 2-52 Using the stack 2-53 Getting HyperCard Help 2-54 Using the list of topics 2-55 Using the Find Topic feature 2-56 Congratulations! 2-58 Chapter 3 A Taste of HyperTalk What You Will Build 3-2 Getting Started 3-3 Creating the Collection Stack 3-4 Creating Background Buttons 3-5 A quick background review 3-5 Creating a Home button 3-6 iv Contents .................................... Writing the Home button’s script 3-8 Trying out the Home button 3-9 How the script works 3-10 Adding a button to the Home stack 3-11 Creating the button 3-11 Writing the script 3-12 Message handlers 3-13 Putting Information into Your Stack 3-14 Adding fields to the background 3-14 Creating the Category field 3-15 Creating the Artist, Title, and Notes fields 3-17 Typing into the fields 3-17 Adding more cards to the stack 3-18 Buttons for Traveling 3-19 Creating Next and Previous buttons 3-19 Customizing the button on the right 3-19 Customizing the button on the left 3-20 Writing the scripts 3-20 Adding visual effects 3-22 Adding a visual effect to the Next button 3-22 Adding a visual effect to the Previous button 3-23 The syntax of the visual command 3-24 Skimming cards 3-25 Modifying the Next button’s script 3-25 Modifying the Previous button’s script 3-27 Adding graphics 3-29 Fields and Other Containers 3-30 Putting values into containers 3-30 Putting values into the Message box 3-30 Fields as containers 3-32 Creating the Label field 3-32 Writing a script for the stack 3-32 How the script works 3-33 Creating a pop-up field 3-34 Creating the Credits field 3-34 Creating an About button 3-35 Writing a script for the Credits field 3-36 Contents v .................................... Trying out the scripts 3-37 How the scripts work 3-37 Variables 3-38 Creating a Sort button 3-38 How the script works 3-39 Putting comments into the handler 3-40 Scripts That Make Decisions 3-41 If structures 3-41 Creating a Quit button 3-42 Trying out the Quit button 3-43 Adding an action 3-44 Modifying the Quit button’s script 3-45 Decisions within decisions 3-46 Repeat structures 3-46 Creating the Index card 3-48 Creating the Entries field 3-48 Creating the Index button 3-49 Writing a script that goes through all the cards 3-49 How the script works 3-50 Adding statements that generate the index 3-50 Some aesthetic and efficiency touches 3-52 Adding a keyboard shortcut 3-53 Setting properties 3-54 Changing the cursor 3-55 Using functions 3-56 Going from an index entry to a card 3-56 Handling Messages 3-59 How messages travel 3-59 Creating a Sound button 3-60 Moving the handler to the card level 3-61 Trying out the card script 3-62 Moving the handler to the background level 3-63 Trying out the background script 3-64 Handlers calling handlers 3-65 Writing the “calling” handler 3-65 Writing the “called” handler 3-66 vi Contents .................................... Intercepting a message 3-68 How the handlers work 3-69 Calling handlers from the Message box 3-69 Handlers as building blocks 3-70 You’re on your way! 3-71 Chapter 4 Creating and Modifying Stacks Card Layer Versus Background Layer 4-5 What buttons, fields, and graphics do for your stacks 4-7 Using HyperCard Tools 4-9 Selecting buttons, fields, and graphics 4-12 Planning a Stack 4-14 Stack-Building Process 4-15 Evaluating a stack 4-15 Be sure to get feedback 4-17 Modifying an Existing Stack 4-17 Responsibilities of change 4-17 Examining a stack 4-18 Button information 4-19 Field information 4-21 Card information 4-22 Background information 4-23 Stack information 4-23 Making changes to a stack created with an earlier version 4-24 Undoing Your Mistakes 4-24 Modeling Your Stack After an Existing One 4-24 Creating a New Stack 4-25 Copying parts from other stacks 4-27 Be careful about interactions 4-27 Fixing strange behavior 4-27 Naming a stack 4-28 Changing the size of cards 4-29 Saving a Copy of a Stack 4-31 Creating a Stand-Alone Application 4-32 Reclaiming Free Space in a Stack 4-33 Protecting Your Stack 4-34 Restricting access to a stack 4-34 Contents vii .................................... Protecting a stack from changes or deletion 4-35 Unmodifiable stack padlock 4-37 Limiting user level 4-37 Preventing peeking at buttons and fields 4-39 Preventing script interruption 4-40 Removing a password 4-40 Setting user access for a stack on a file server 4-41 Deleting a stack 4-42 Customizing Your Home Stack 4-43 Changing the appearance of Home cards 4-43 Using the Home stack as a control center 4-44 Chapter 5 Working with Cards and Backgrounds Working with Cards 5-2 Adding a new card to a stack 5-2 Creating a new first card 5-3 Working with large cards 5-5 Copying a card 5-7 Moving a card 5-8 Making a card the first card in the stack 5-9 Getting information about a card 5-10 Naming a card 5-11 Marking a card 5-12 Marking a card with the Get Info dialog box 5-12 Marking a card with the Message box 5-13 Excluding fields from text searches 5-14 Deleting a card 5-15 Protecting a card from deletion 5-15 Working with Backgrounds 5-17 Creating a new background 5-19 Moving between backgrounds 5-20 Copying a background 5-20 Making multiple copies of the same background 5-21 Getting information about a background 5-22 Naming a background 5-23 Excluding background fields from text searches 5-23 Protecting a background 5-24 Deleting a background 5-26 viii Contents ...................................
Recommended publications
  • Guidance for the Provision of ESI to Detainees
    Guidance for the Provision of ESI to Detainees Joint Electronic Technology Working Group October 25, 2016 Contents Guidance ......................................................................................................................................... 1 I. An Approach to Providing e-Discovery to Federal Pretrial Detainees ................................... 1 II. Special Concerns in the Delivery of ESI to Detainees ........................................................... 2 A. Defense Concerns .............................................................................................................. 2 B. CJA and FDO Budgeting Concerns ................................................................................... 3 C. Court Concerns ................................................................................................................... 3 D. Facility Concerns ............................................................................................................... 3 E. U.S. Marshals Service Concerns ........................................................................................ 4 F. Government Concerns ........................................................................................................ 4 III. Practical Steps ....................................................................................................................... 4 A. Government, Defense, Facility and Judicial Points of Contact/Working Group ............... 4 B. Identify Facility e-Discovery Capabilities ........................................................................
    [Show full text]
  • Macintoshed Libraries 2.0. INSTITUTION Apple Library Users Group, Cupertino, CA
    DOCUMENT RESUME ED 355 947 IR 054 450 AUTHOR Vaccaro, Bill, Ed.; Valauskas, Edward J., Ed. TITLE Macintoshed Libraries 2.0. INSTITUTION Apple Library Users Group, Cupertino, CA. PUB DATE 89 NOTE 96p.; For the 1991 volume, see IR 054 451. PUB TYPE Collected Works General (020) Reports - Descriptive (141) EDRS PRICE MF01/PC04 Plus Postage. DESCRIPTORS Academic Libraries; *Computer Software; Elementary Secondary Education; Higher Education; *Hypermedia; *Library Automation; Library Instruction; Library Services; *Microcomputers; Public Libraries; Reference Services; School Libraries IDENTIFIERS *Apple Macintosh; HyperCard; Screen Format; Vendors ABSTRACT This annual collection contains 18 papers about the use of Macintosh computers in libraries. Papers include: "The Macintosh as a Wayfinding Tool for Professional Conferences: The LITA '88 HyperCard Stack" (Ann F. Bevilacqua); "Enhancing Library Services with the Macintosh" (Naomi C. Broering); "Scanning Technologies in Libraries" (Steve Cisler); "The Macintosh at the University of Illinois at Chicago Library: Flexibility in a Dynamic Environment" (Kerry L. Cochrane); "How a School Librarian Looked at a Gnawing Problem (and Saw How the Mac and Hypercard Might Solve It)" (Stephen J. D'Elia); "The Macintoshed Media Catalog: Helping People Find What They Need in Spite of LC" (Virginia Gilmore and Layne Nordgren); "The Mac and Power Days at Milne" (Richard D. Johnson); "The USC College Library--A Macintoshed System" (Anne Lynch and Hazel Lord); "Macintosh in the Apple Library: An Update" (Rosanne Macek); "The Macs-imized High School Library Instructional Program" (Carole Martinez and Ruth Windmiller); "The Power To Be Our Best: The Macintosh at the Niles Public Library" (Duncan J. McKenzie); "Taking the Plunge...or, How to Launch a 'Mac-Attack' on a Public Library" (Vickie L.
    [Show full text]
  • Mac OS 8 Update
    K Service Source Mac OS 8 Update Known problems, Internet Access, and Installation Mac OS 8 Update Document Contents - 1 Document Contents • Introduction • About Mac OS 8 • About Internet Access What To Do First Additional Software Auto-Dial and Auto-Disconnect Settings TCP/IP Connection Options and Internet Access Length of Configuration Names Modem Scripts & Password Length Proxies and Other Internet Config Settings Web Browser Issues Troubleshooting • About Mac OS Runtime for Java Version 1.0.2 • About Mac OS Personal Web Sharing • Installing Mac OS 8 • Upgrading Workgroup Server 9650 & 7350 Software Mac OS 8 Update Introduction - 2 Introduction Mac OS 8 is the most significant update to the Macintosh operating system since 1984. The updated system gives users PowerPC-native multitasking, an efficient desktop with new pop-up windows and spring-loaded folders, and a fully integrated suite of Internet services. This document provides information about Mac OS 8 that supplements the information in the Mac OS installation manual. For a detailed description of Mac OS 8, useful tips for using the system, troubleshooting, late-breaking news, and links for online technical support, visit the Mac OS Info Center at http://ip.apple.com/infocenter. Or browse the Mac OS 8 topic in the Apple Technical Library at http:// tilsp1.info.apple.com. Mac OS 8 Update About Mac OS 8 - 3 About Mac OS 8 Read this section for information about known problems with the Mac OS 8 update and possible solutions. Known Problems and Compatibility Issues Apple Language Kits and Mac OS 8 Apple's Language Kits require an updater for full functionality with this version of the Mac OS.
    [Show full text]
  • Device Manager 1
    CHAPTER 1 Device Manager 1 This chapter describes how your application can use the Device Manager to transfer information into and out of a Macintosh computer. The Device Manager controls the 1 exchange of information between applications and hardware devices. Manager Device This chapter provides a brief introduction to devices and device drivers (the programs that control devices) and then explains how you can use the Device Manager functions to ■ open, close, and exchange information with device drivers ■ write your own device driver that can communicate with the Device Manager ■ provide a user interface for your device driver by making it a Chooser extension or desk accessory. You should read the sections “About the Device Manager” and “Using the Device Manager” if your application needs to use the Device Manager to communicate with a device driver. Applications often communicate with the Device Manager indirectly, by calling functions of other managers (for example, the File Manager) that use the Device Manager. However, sometimes applications must call Device Manager functions directly. The sections “Writing a Device Driver,” “Writing a Chooser-Compatible Device Driver,” and “Writing a Desk Accessory,” provide information you’ll need if you are writing your own device driver. If you writing a device driver, you should understand how memory is organized and allocated in Macintosh computers. See Inside Macintosh: Memory, for this information. You should also be familiar with resources and how the system searches resource files. You can find this information in the chapter “Resource Manager” in Inside Macintosh: More Macintosh Toolbox. If your device driver is to perform background tasks, you’ll need to understand how processes are scheduled.
    [Show full text]
  • Mac OS X Server Administrator's Guide
    034-9285.S4AdminPDF 6/27/02 2:07 PM Page 1 Mac OS X Server Administrator’s Guide K Apple Computer, Inc. © 2002 Apple Computer, Inc. All rights reserved. Under the copyright laws, this publication may not be copied, in whole or in part, without the written consent of Apple. The Apple logo is a trademark of Apple Computer, Inc., registered in the U.S. and other countries. Use of the “keyboard” Apple logo (Option-Shift-K) for commercial purposes without the prior written consent of Apple may constitute trademark infringement and unfair competition in violation of federal and state laws. Apple, the Apple logo, AppleScript, AppleShare, AppleTalk, ColorSync, FireWire, Keychain, Mac, Macintosh, Power Macintosh, QuickTime, Sherlock, and WebObjects are trademarks of Apple Computer, Inc., registered in the U.S. and other countries. AirPort, Extensions Manager, Finder, iMac, and Power Mac are trademarks of Apple Computer, Inc. Adobe and PostScript are trademarks of Adobe Systems Incorporated. Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries. Netscape Navigator is a trademark of Netscape Communications Corporation. RealAudio is a trademark of Progressive Networks, Inc. © 1995–2001 The Apache Group. All rights reserved. UNIX is a registered trademark in the United States and other countries, licensed exclusively through X/Open Company, Ltd. 062-9285/7-26-02 LL9285.Book Page 3 Tuesday, June 25, 2002 3:59 PM Contents Preface How to Use This Guide 39 What’s Included
    [Show full text]
  • Hypertalk: the Language for the Rest of Us
    HyperTalk: The Language for the Rest of Us Kyle Wheeler January 18, 2004 Contents 1 Introduction 1 Introduction 1 There is, perhaps, no piece of software written by Ap- ple Computer, Inc. more prone to generating extreme 2 History 1 emotions in its users than its operating system. Next 2.1 TheBirth ................ 1 below that, however, is HyperCard. Designed and re- 2.2 TheLife................. 2 leased in 1987 by Bill Atkinson [7], HyperCard was an 2.3 TheDeath................ 2 instant success. Leveraging the power and simplicity 2.4 TheLegend ............... 2 of its scripting language, HyperTalk, designed by Bill Atkinson and by Dan Winkler [1], HyperCard demys- 3 Goals 2 tified the art of creating software. The language has a grammar and syntax similar to English, and as such ap- 4 Syntax Semantics 3 pealed to computer hobbyists, teachers, and the uniniti- 4.1 Implementation Notes . 3 ated alike. The commands HyperTalk uses are similar to 4.2 Objects ................. 3 those used by the Macintosh Toolbox, the base-level API 4.3 Messages ................ 4 of Apple’s Macintosh operating system, and the logical 4.4 Handlers................. 4 structure is similar to Pascal and organized in an event- 5 Bibliography 4 driven manner [8]. A BNF 6 A.1 Scripts.................. 6 2 History A.2 Expressions ............... 6 A.3 Ordinals and Positions . 7 2.1 The Birth A.4 Chunks and Containers . 7 HyperTalk was born as the core scripting language of A.5 Objects ................. 7 the HyperCard application, developed by Bill Atkinson1 A.6 Commands . 8 for Apple Computer, Inc. in 1987 under the condition A.6.1 Command Nonterminals .
    [Show full text]
  • Tinkertool System 7 Reference Manual Ii
    Documentation 0642-1075/2 TinkerTool System 7 Reference Manual ii Version 7.5, August 24, 2021. US-English edition. MBS Documentation 0642-1075/2 © Copyright 2003 – 2021 by Marcel Bresink Software-Systeme Marcel Bresink Software-Systeme Ringstr. 21 56630 Kretz Germany All rights reserved. No part of this publication may be redistributed, translated in other languages, or transmitted, in any form or by any means, electronic, mechanical, recording, or otherwise, without the prior written permission of the publisher. This publication may contain examples of data used in daily business operations. To illustrate them as completely as possible, the examples include the names of individuals, companies, brands, and products. All of these names are fictitious and any similarity to the names and addresses used by an actual business enterprise is entirely coincidental. This publication could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes will be incorporated in new editions of the publication. The publisher may make improvements and/or changes in the product(s) and/or the program(s) described in this publication at any time without notice. Make sure that you are using the correct edition of the publication for the level of the product. The version number can be found at the top of this page. Apple, macOS, iCloud, and FireWire are registered trademarks of Apple Inc. Intel is a registered trademark of Intel Corporation. UNIX is a registered trademark of The Open Group. Broadcom is a registered trademark of Broadcom, Inc. Amazon Web Services is a registered trademark of Amazon.com, Inc.
    [Show full text]
  • Chapter 1. Origins of Mac OS X
    1 Chapter 1. Origins of Mac OS X "Most ideas come from previous ideas." Alan Curtis Kay The Mac OS X operating system represents a rather successful coming together of paradigms, ideologies, and technologies that have often resisted each other in the past. A good example is the cordial relationship that exists between the command-line and graphical interfaces in Mac OS X. The system is a result of the trials and tribulations of Apple and NeXT, as well as their user and developer communities. Mac OS X exemplifies how a capable system can result from the direct or indirect efforts of corporations, academic and research communities, the Open Source and Free Software movements, and, of course, individuals. Apple has been around since 1976, and many accounts of its history have been told. If the story of Apple as a company is fascinating, so is the technical history of Apple's operating systems. In this chapter,[1] we will trace the history of Mac OS X, discussing several technologies whose confluence eventually led to the modern-day Apple operating system. [1] This book's accompanying web site (www.osxbook.com) provides a more detailed technical history of all of Apple's operating systems. 1 2 2 1 1.1. Apple's Quest for the[2] Operating System [2] Whereas the word "the" is used here to designate prominence and desirability, it is an interesting coincidence that "THE" was the name of a multiprogramming system described by Edsger W. Dijkstra in a 1968 paper. It was March 1988. The Macintosh had been around for four years.
    [Show full text]
  • FCS Remover User Manual 1
    FCS Remover User Manual 1 FCS Remover User Manual FCS Remover enables you to completely remove Final Cut Studio, Final Cut Pro X, Final Cut Express and Final Cut Server from your system. This is essential as a troubleshooting aid or when upgrading to a major new version of the software. Last updated 09/15/14 FCS Remover User Manual 2 Quick Start 1. You will be presented with the following screen upon launching the application: 2. If you wish to uninstall all components of Final Cut Studio and you have no other Apple Pro Apps such as Logic or Shake on your system, skip to Step 4. 3. If you only wish to remove certain components, use the check boxes to select and deselect them or use the Preset dropdown menu at the top of the window. Last updated 09/15/14 FCS Remover User Manual 3 The following presets are available: All – Selects all components. All Final Cut Studio / Express – This selects all Final Cut Studio / Express components and not Final Cut Server. All Final Cut Server – This selects all Final Cut Server components and not Final Cut Studio. Compressor and Qmaster Only – This selects only Compressor and Qmaster, as these are the most commonly reinstalled applications. Maximum Compatibility – This removes Final Cut Studio but does not remove Final Cut Studio components that are shared by other Apple ProApps such as Logic and Shake. This allows you to remove Final Cut Studio without harming your other ProApp installations. Receipts only – This only removes receipts. Receipts are used by the Final Cut Studio installer to keep track of what has been installed, so removing only receipts is a way of causing the installer to overwrite the original files on the disk without actually removing them.
    [Show full text]
  • Mac OS X: an Introduction for Support Providers
    Mac OS X: An Introduction for Support Providers Course Information Purpose of Course Mac OS X is the next-generation Macintosh operating system, utilizing a highly robust UNIX core with a brand new simplified user experience. It is the first successful attempt to provide a fully-functional graphical user experience in such an implementation without requiring the user to know or understand UNIX. This course is designed to provide a theoretical foundation for support providers seeking to provide user support for Mac OS X. It assumes the student has performed this role for Mac OS 9, and seeks to ground the student in Mac OS X using Mac OS 9 terms and concepts. Author: Robert Dorsett, manager, AppleCare Product Training & Readiness. Module Length: 2 hours Audience: Phone support, Apple Solutions Experts, Service Providers. Prerequisites: Experience supporting Mac OS 9 Course map: Operating Systems 101 Mac OS 9 and Cooperative Multitasking Mac OS X: Pre-emptive Multitasking and Protected Memory. Mac OS X: Symmetric Multiprocessing Components of Mac OS X The Layered Approach Darwin Core Services Graphics Services Application Environments Aqua Useful Mac OS X Jargon Bundles Frameworks Umbrella Frameworks Mac OS X Installation Initialization Options Installation Options Version 1.0 Copyright © 2001 by Apple Computer, Inc. All Rights Reserved. 1 Startup Keys Mac OS X Setup Assistant Mac OS 9 and Classic Standard Directory Names Quick Answers: Where do my __________ go? More Directory Names A Word on Paths Security UNIX and security Multiple user implementation Root Old Stuff in New Terms INITs in Mac OS X Fonts FKEYs Printing from Mac OS X Disk First Aid and Drive Setup Startup Items Mac OS 9 Control Panels and Functionality mapped to Mac OS X New Stuff to Check Out Review Questions Review Answers Further Reading Change history: 3/19/01: Removed comment about UFS volumes not being selectable by Startup Disk.
    [Show full text]
  • Shake User Manual
    Shake Homepage.qxp 5/20/05 6:25 PM Page 1 Shake 4 User Manual To view the user manual, click a topic in the drawer on the side. Otherwise, click a link below. m Late-Breaking News m New Features m Tutorials m Cookbook m Keyboard Shortcuts m Shake Support m Shake on the Web m Apple Training Centers Apple Computer, Inc. FilmLight Limited (Truelight): Portions of this software © 2005 Apple Computer, Inc. All rights reserved. are licensed from FilmLight Limited. © 2002-2005 FilmLight Limited. All rights reserved. Under the copyright laws, this manual may not be copied, in whole or in part, without the written consent FLEXlm 9.2 © Globetrotter Software 2004. Globetrotter of Apple. Your rights to the software are governed by and FLEXlm are registered trademarks of Macrovision the accompanying software license agreement. Corporation. The Apple logo is a trademark of Apple Computer, Inc., Framestore Limited (Keylight): FS-C Keylight v1.4 32 bit registered in the U.S. and other countries. Use of the version © Framestore Limited 1986-2002. keyboard Apple logo (Option-Shift-K) for commercial purposes without the prior written consent of Apple Industrial Light & Magic, a division of Lucas Digital Ltd. may constitute trademark infringement and unfair LLC (OpenEXR): Copyright © 2002 All rights reserved. competition in violation of federal and state laws. Redistribution and use in source and binary forms, with or without modification, are permitted provided that Every effort has been made to ensure that the the following conditions are met: information in this manual is accurate. Apple Computer, Inc. is not responsible for printing or clerical errors.
    [Show full text]
  • Motion 1.0: Late-Breaking News (Manual)
    1 Late-Breaking News About Motion Motion Clarifications Align to Motion behavior When using the Motion Path behavior, the Align to Motion behavior (from the Simulation subcategory) has no effect. Align to Motion is designed to work with a keyframed animation path. You can use the Snap Alignment to Motion behavior (from the Basic Motion subcategory) once a Motion Path behavior is applied to an object. Blend Mode The Premultiplied Mix blend mode performs an unpremultiply composite—the foreground image is assumed to be premultiplied. Artifacts may appear as result of unpremultiplying pixels whose RGB and alpha values are very small (resulting in pixels with values of 255). In some cases, the hardware performs bilinear filtering and then the blend mode unpremultiplies the alpha. Field Dominance Motion projects with field dominance set in Project Properties, will not be encoded or rendered with field interlacing unless Field Rendering is enabled in the View menu of the Canvas. Enabling this setting will also improve playback quality of motion on an interlaced monitor. Filters Pasting a filter does not paste at the current playhead location. Suggestion: Paste the filter, then press the Shift key while you drag the pasted object. As you approach the current playhead location, it snaps into place. Panning To pan the Canvas at any time, hold the Space bar down, then drag in the Canvas. The Pan tool is temporarily selected in the Toolbar. 1 Particles If you apply certain transformations, such as a scale, rotate, or shear, to an object used as a particle cell source, the transformation is not respected.
    [Show full text]