Chapter 9: Props: Food, Clothing, Money, Toys, Books, Electronics
9.9. Televisions and Radios

IF authors often provide clues or background information to the player by means of radio broadcasts, TV shows or video tapes because they can talk to the player without needing to listen back, or to react to what the player does. The simplest radio set, like the one in Aftershock, really only has one thing to say: which is serendipitously being broadcast just at the moment the player tunes in (regardless of when that is). The next simplest approach is to spool a broadcast on an endless loop taking several turns to play through, as in Radio Daze.

Televisions come in all shapes and sizes, and Aspect allows their shape ("aspect ratio") to be described by the player.

In Channel 1, we can also refer to the television by what it is currently showing: thus WATCH CHANNEL 4 will work if the set is indeed tuned to 4. In Channel 2, numbered channel changing is taken further: we can now TUNE TV TO CHANNEL 3, as well. Channel 2 is a reasonable base implementation of a television for many purposes.


324
*** Example  Aftershock
Modifying the rules for examining a device so that all devices have some specific behavior when switched on, which is described at various times.

WI
66
* Example  Radio Daze
A radio that produces a cycle of output using varying text.

WI

"Radio Daze" by Jon Ingold

The Living Room is a room. "A long couch, set up so you can see your wireless set. Not that you need to see it, of course."

The long couch is an enterable scenery supporter in the living room. Instead of entering the long couch when the radio was switched off, say "Better turn the radio on before you get comfortable." Report entering the couch: say "You settle yourself down to listen." instead. Instead of listening when the radio is switched on, stop the action.

The radio is a device in the living room. The radio is switched off. "[if switched on]The radio burbles on[otherwise]The radio is off[end if]." Check switching off the radio when the player is on the long couch: say "You can't reach the radio from here." instead.

Every turn when the radio is switched on:
    say "[one of]Two characters in the radio play have begun an argument[or]The argument continues[or]The play continues[stopping]: [one of]'Did not!'[or]'Did too!'[or]'Did I?'[or]'You did!'[or]'I couldn't have, Martha!'[or]'But you did, Tom!'[cycling]"

Test me with "sit on couch / turn on radio / sit on couch/ listen / g / g / g / g / g".

300
* Example  Aspect
Understanding aspect ratios (a unit) in the names of televisions.

WI
304
** Example  Channel 1
Understanding channels (a number) in the names of televisions.

WI
305
*** Example  Channel 2
Understanding channels (a number) in the names of televisions, with more sophisticated parsing of the change channel action.

WI


PreviousContentsNext