Use R111 and simply drag drop the file in the start page, it worked right away for me.
In a project where the Sprite sp1 has two different frames :
| Global number gv_sum = 0
+ System: On start of layout
-> txt1: Set text to gv_sum
+ Mouse: On Left button Clicked on sp1
----+ sp1: Pick top instance
--------+ sp1: Animation frame = 0
---------> System: Add 2 to gv_sum
--------+ System: Else
--------+ sp1: Animation frame = 1
---------> System: Add 1 to gv_sum
+ (no conditions)
-----> txt1: Set text to gv_sum
Otherwise you can also check out this tutorial to do a shooting gallery: scirra.com/arcade/tutorial-games/shooting-gallery-2252