Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 23.0.3 ]
Hi Cammunity.
In my model i am using a code to make an object run an animation.
if (buttonNum == 8)
{
Model.find("Door");
}
if (buttonNum == 9)
{
Model.find("Door");
}
What is the complete code lines for this.
Thankyou
Solved! Go to Solution.