//#CLIENTSIDEfunction onCreated() { onPlayerEnters();}function onPlayerEnters() { with ( player.level ) { tilelayers[ 0 ].alpha = 0.5; }}