MoI discussion forum
MoI discussion forum

Full Version: Shortcut script to hide/show background image

From: Nick (BODINI)
15 Mar 2008   [#1]
Straight from Michaels brain to your shortcut menu, a shortcut script to hide/show background image. Thanks Michael!

script:var images = moi.view.getBackgroundImages(); for ( var i = 0; i < images.length; ++i ) images.item(i).hidden = !images.item(i).hidden;
From: neilwilson3412
5 Sep 2018   [#2] In reply to [#1]
was just looking for this :) is helpful thank you
From: Metin Seven (METINSEVEN)
6 Sep 2018   [#3] In reply to [#1]
Cool, thanks!