Search found 4 matches

Return to advanced search


Re: reset() with script?

this is bad news :) Thanks
by zagor
February 12th, 2018, 1:34 pm
 
Forum: NoLimits Coaster 2 Scripting
Topic: reset() with script?
Replies: 2
Views: 2193

reset() with script?

(F4) bring up the coaster control panel and press the reset button to reset that coaster.
But I want to Reset with script. Please help!
by zagor
February 11th, 2018, 8:24 am
 
Forum: NoLimits Coaster 2 Scripting
Topic: reset() with script?
Replies: 2
Views: 2193

Re: Unknown method: setVisible()

Thanks @herman116 I think setVisible is not working with getSceneObject because the 3d object is not a single piece. So we want to select all child objects with getElementAt. I solved this problem like this import com.nolimitscoaster.*; import nlvm.math3d.*; import nlvm.lang.*; public class SimpleSc...
by zagor
February 11th, 2018, 7:37 am
 
Forum: NoLimits Coaster 2 Scripting
Topic: Unknown method: setVisible()
Replies: 2
Views: 2047

Unknown method: setVisible()

Hi all, my problem is this. I want to make it visible or invisible with keyboard key. For example,when I press "1" my 3d object should disappear. Thanks. import com.nolimitscoaster.*; import nlvm.math3d.*; import nlvm.lang.*; public class SimpleScript extends Script{ private SceneObject sc...
by zagor
February 9th, 2018, 9:40 am
 
Forum: NoLimits Coaster 2 Scripting
Topic: Unknown method: setVisible()
Replies: 2
Views: 2047


Return to advanced search