How do you put a button inside an if …else condition?
// set render quality size
[If, renderQuality == “maximum”
, // Then…
[IPress,Movie:Large]
, // Else…
[IPress,Movie:Small]
]
You can’t supply a string as a substitute and the above code won’t work so I’m stumped.