User Tools

Site Tools


macros:function:math.isequal

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
macros:function:math.isequal [2017/11/22 10:03] icke_siegenmacros:function:math.isequal [2017/11/24 10:54] (current) icke_siegen
Line 26: Line 26:
  
 == Remarks == == Remarks ==
 +
 +As of version 10, it is possible to write conditions in a more modern way, which integrates such functions and logic operations as control structures:
 +
 +<code xml>
 +<step>
 +  {
 +    if(Playbacks.Editor.Times.ChaseSpeed == 0.0) {
 +       ActionScript.SetProperty.Float("Playbacks.Editor.Times.ChaseSpeed", 1.0);
 +    }
 +  }
 +</step>
 +
 +</code>
  
 ~~DISCUSSION~~ ~~DISCUSSION~~
macros/function/math.isequal.1511345016.txt.gz · Last modified: 2017/11/22 10:03 by icke_siegen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki