-- Lingo syntaxspriteChannelObjRef.sprite // JavaScript syntaxspriteChannelObjRef.sprite;
Sprite Channel property; returns a reference to the sprite in the current frame of a sprite channel. Read-only.
This statement sets the variable mySprite to the sprite in the sprite channel named Ribbon.
-- Lingo syntax
mySprite = channel("Ribbon").sprite
// JavaScript syntax
var mySprite = channel("Ribbon").sprite;