Code: Select all
-- **************************************************
-- Provide Moho with the name of this script object
-- **************************************************
ScriptName = "AM_Switcher"
-- **************************************************
-- General information about this script
-- **************************************************
AM_Switcher = {}
function AM_Switcher:Name()
return 'Switcher'
end
function AM_Switcher:Version()
return '1.0'
end
function AM_Switcher:UILabel()
return 'Switcher'
end
function AM_Switcher:Creator()
return 'Aleksei Maletin'
end
function AM_Switcher:Description()
return 'Creates a smartbone with all the switch keys'
end
https://drive.google.com/file/d/131Mcee ... sp=sharing