My switch works the wrong way around, the item goes down path one when it should go down path two.: Difference between revisions

From Planimate Knowledge Base
Jump to navigation Jump to search
(Importing text file)
 
m (1 revision(s))
 
(No difference)

Latest revision as of 15:34, 10 January 2008

Q:My switch works the wrong way around, the item goes down path one when it should go down path two.

A:Review your condition result - a true result will mean the item takes the Lower of the two outgoing paths, and a false result will take the higher-numbered outgoing path.


idkbase note 258