multiEffect

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the multiEffect to {true | false}
Summary

Has no effect and is included in LiveCode for compatibility with imported SuperCard projects.

Introduced1.0
Platformsdesktop, server
RelatedCommand: visual effect
Glossary: property, handler, SuperCard, LiveCode, error
Description

In SuperTalk, the multiEffect property determines whether multiple visual effects are played in succession or interleaved. In LiveCode, visual effects are always played back in succession, one after the other.

The multiEffect property is always set to false. A handler can set it to any value without causing a script error, but the actual value is not changed.