HyperCard stack

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(References)
(Sample files)
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{FormatInfo
 
{{FormatInfo
 
|formattype=electronic
 
|formattype=electronic
|subcat=HyperMedia
+
|subcat=Hypermedia
 
}}
 
}}
 
 
A '''HyperCard stack''' is a collection of text, images, and sometimes audio, organized using the metaphor of a stack of cards and made interactive using a scripting language called HyperTalk.
 
A '''HyperCard stack''' is a collection of text, images, and sometimes audio, organized using the metaphor of a stack of cards and made interactive using a scripting language called HyperTalk.
  
 
== Format info ==
 
== Format info ==
  
* [http://hypercard.org/hypercard_file_format.php Format description]
+
* [https://web.archive.org/web/20170630035040/http://hypercard.org/hypercard_file_format.php Format description]
  
 
== Metaformat files ==
 
== Metaformat files ==
  
* [https://www.synalysis.net/Grammars/HyperCardStack.grammar Synalysis grammar file] (for Hexinator / Synalize It!; [[Synalysis grammar file|more details]])
+
* {{Synalysis|HyperCardStack}}
  
 
== Converting / Viewing HyperCard stacks ==
 
== Converting / Viewing HyperCard stacks ==
Line 20: Line 19:
  
 
=== LiveCode ===
 
=== LiveCode ===
 +
UPDATE: As of LiveCode 7+, there is a bug preventing
 +
HyperCard stacks from being imported - LiveCode will crash. This bug has been filed, but until a fix becomes available, use LiveCode 6 to open the stack, then other versions (or 6, if you wish) to edit the imported stack.
 +
 
[http://www.livecode.com/ LiveCode] (formerly RunRev, which in turn was formerly MetaCard) is able to import HyperCard stacks and save them in the LiveCode file format. Stacks can then be edited and published as standalone applications through LiveCode, which supports Windows, Mac, GNU/Linux, Android, iOS and the web as deployment platforms. The community edition of LiveCode is free software (open source), and runs on Windows, Mac and GNU/Linux. There is an online tutorial for [http://www.hyperactivesw.com/mctutorial/rrtutorialtoc.html converting HyperCard stacks into LiveCode]
 
[http://www.livecode.com/ LiveCode] (formerly RunRev, which in turn was formerly MetaCard) is able to import HyperCard stacks and save them in the LiveCode file format. Stacks can then be edited and published as standalone applications through LiveCode, which supports Windows, Mac, GNU/Linux, Android, iOS and the web as deployment platforms. The community edition of LiveCode is free software (open source), and runs on Windows, Mac and GNU/Linux. There is an online tutorial for [http://www.hyperactivesw.com/mctutorial/rrtutorialtoc.html converting HyperCard stacks into LiveCode]
  
 
=== Stackimport / Stacksmith ===
 
=== Stackimport / Stacksmith ===
 
Stackimport is "a command line tool that reads a HyperCard stack and generates a folder with XML and PBM files from it containing a more easily readable representation of its contents". It is currently Mac only. Stacksmith is a 'clone' of HyperCard (by the same author as Stackimport) that includes the code from Stackimport and so can natively import HyperCard stacks. Source code for both [https://github.com/uliwitness/Stacksmith Stacksmith] and [https://github.com/uliwitness/stackimport/ Stackimport] is available on GitHub, and a prebuilt binary (Mac only) of Stacksmith which also includes the binary for Stackimport can be found on the [http://stacksmith.com/moreinfo.php Stacksmith website].
 
Stackimport is "a command line tool that reads a HyperCard stack and generates a folder with XML and PBM files from it containing a more easily readable representation of its contents". It is currently Mac only. Stacksmith is a 'clone' of HyperCard (by the same author as Stackimport) that includes the code from Stackimport and so can natively import HyperCard stacks. Source code for both [https://github.com/uliwitness/Stacksmith Stacksmith] and [https://github.com/uliwitness/stackimport/ Stackimport] is available on GitHub, and a prebuilt binary (Mac only) of Stacksmith which also includes the binary for Stackimport can be found on the [http://stacksmith.com/moreinfo.php Stacksmith website].
 +
 +
== See Also ==
 +
* [[WOBA]] image format
 +
 +
== Sample files ==
 +
* [https://archive.org/details/hypercardstacks?sort=-publicdate HyperCard stacks on Internet Archive]
  
 
== References ==
 
== References ==
* [http://en.wikipedia.org/wiki/HyperCard HyperCard] on Wikipedia
+
* [[Wikipedia:HyperCard|HyperCard]] on Wikipedia
 
* [http://hypercard.org/ Open Source HyperCard-related stuff]
 
* [http://hypercard.org/ Open Source HyperCard-related stuff]
 
* [http://www.kreativekorp.com/swdownload/wildfire/HC%20FILE%20FORMAT%202010.TXT The Definitive Guide to the HyperCard Stack File Format] describes all known details of the HyperCard 2.x format
 
* [http://www.kreativekorp.com/swdownload/wildfire/HC%20FILE%20FORMAT%202010.TXT The Definitive Guide to the HyperCard Stack File Format] describes all known details of the HyperCard 2.x format
 
* [https://archive.org/details/CC501_hypercard Computer Chronicles: Introduction to Hypercard] (video)
 
* [https://archive.org/details/CC501_hypercard Computer Chronicles: Introduction to Hypercard] (video)
 
* [http://tmbg.bryceland.com/JHstack.php Emulation of 1990s They Might Be Giants Hypercard stack (in Flash)]
 
* [http://tmbg.bryceland.com/JHstack.php Emulation of 1990s They Might Be Giants Hypercard stack (in Flash)]

Revision as of 19:36, 12 January 2019

File Format
Name HyperCard stack
Ontology

A HyperCard stack is a collection of text, images, and sometimes audio, organized using the metaphor of a stack of cards and made interactive using a scripting language called HyperTalk.

Contents

Format info

Metaformat files

Converting / Viewing HyperCard stacks

Using HyperCard Directly

HyperCard stacks can (of course) be viewed in HyperCard through the use of an emulator such as Mini vMac or Sheepshaver

LiveCode

UPDATE: As of LiveCode 7+, there is a bug preventing HyperCard stacks from being imported - LiveCode will crash. This bug has been filed, but until a fix becomes available, use LiveCode 6 to open the stack, then other versions (or 6, if you wish) to edit the imported stack.

LiveCode (formerly RunRev, which in turn was formerly MetaCard) is able to import HyperCard stacks and save them in the LiveCode file format. Stacks can then be edited and published as standalone applications through LiveCode, which supports Windows, Mac, GNU/Linux, Android, iOS and the web as deployment platforms. The community edition of LiveCode is free software (open source), and runs on Windows, Mac and GNU/Linux. There is an online tutorial for converting HyperCard stacks into LiveCode

Stackimport / Stacksmith

Stackimport is "a command line tool that reads a HyperCard stack and generates a folder with XML and PBM files from it containing a more easily readable representation of its contents". It is currently Mac only. Stacksmith is a 'clone' of HyperCard (by the same author as Stackimport) that includes the code from Stackimport and so can natively import HyperCard stacks. Source code for both Stacksmith and Stackimport is available on GitHub, and a prebuilt binary (Mac only) of Stacksmith which also includes the binary for Stackimport can be found on the Stacksmith website.

See Also

Sample files

References

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox