Is it possible to import some images to C2 from google image search by keyword or similar image?
It should be possible using the Sprite object, AJAX object and this plugin: plugin-json-import-export-generate-edit-inspect_t100042
Using Google's old image search API (found here https://developers.google.com/image-sea ... uide?hl=en) you can use AJAX to request a link with the search, parse it through the JSON parser plugin and then get the image links that you can use on the sprite object.
Develop games in your browser. Powerful, performant & highly capable.
Thanks andreyin! I'll try it.