I want to replicate a tutorial game made using "Game Maker".
At the start of the game,The fruits starts moving in certain directions and bounce off the wall(This continues forever).
When I click at a fruit,it should move to a random place in the level and add +1 to score.
At time intervals instances of 'bomb' is spawned at random places within the level.When I click the bomb,Game over.
postimg.org/image/g3qbai31x
(Note:This is a snip image of "Game Maker" 'room'.The blue thing is the controller object,same as the system object in Construct)
And this zip contains my attempt(.cap) AND the original .exe of the game
2shared.com/file/n9LW2N38/Tutorial.html
My attempt contains just sprite objects arranged as in the game and nothing else.<img src="smileys/smiley2.gif" border="0" align="middle" />
I am very new to construct.Help.
I have to make the wall solid.How can I make the fruits start moving .etc??
Not sure how to use the event sheet (on this).