Search Results
-
How do I use the same controls on multiple cards?
This lesson will show you how to share one set of controls across multiple cards. Using the same controls on multiple cards makes it much easier to make changes as you only have to update the controls in one place.
-
Image Viewer
Updated on: Oct 24, 2022
<p>I have an old laptop at home, which over the years has taken quite a beating and has everything (including the kitchen sink) installed on it. As a result, it now takes the best part of 30 minutes just to boot up. I don't want to re-format the drive and re-install windows as there is a bunch of... -
Hangman
Updated on: Feb 19, 2018
<p>Hangman is a fun and simple game that everyone knows how to play. This tutorial will show how easy it is to create a Hangman game in LiveCode.</p> <p>Creating a game is a great way of starting out with LiveCode as it covers many features</p> <p> * Using basic controls; buttons, fields and gr... -
Blind Effect
Updated on: Feb 25, 2018
<p>In LiveCode the use of groups of controls allows us to write general UI controls that can be easily extended by editing the content of the individual groups, without affecting any overall functionality. This lesson is about writing a blind effect, where one can click on a blind pane such that ... -
Custom Controls
Updated on: Aug 09, 2019
One of the most useful features of LiveCode is the ability to group controls and view them as a single object. In this lesson, we demonstrate how to use a group as an custom control in LiveCode, while constructing a scrollbar.