ID:1885838
 
(See the best response by Pokemonred200.)
Is there a way? If I want to use all of DS/Standalone/Webclient, I will have to make some changes on the screen size depending on what the player is using.. is there a way to identify it?
Best response
use client.connection. ex:

client/New()
if(connection=="web") // using the webclient
// do stuff
..()
Thanks! :D