Hi,
Following a request, please find few actions to work with screen resolutions. The SetResolution action is not tested tho ( I never mess with my screen resolutions

to begin with ) so if you have problems let me know.
-- ArrayListGetResolutions requires ArrayMaker, you can find it here:
https://hutonggames.fogbugz.com/default.asp?W715it saves resolution inside a vector3: width,height,refreshRate.
-- GetCurrentResolution works on it own, arrayMaker not required
-- ScreenSetResolution works on it own as well.
GetCurrentResolution and ScreenSetResolution accepts a vector 3 as the resolution (width,height,refreshRate) so that if you use ArrayListGetResolutions, you can simply extract on of the resolution of the arrayList and use it as is without messing with it further.
bye,
Jean