Game Layout
Start a New Construct project
Start a New Construct project
use 1080P Portrait since this is a mobile game
use 1080P Portrait since this is a mobile game
The key to this type of game is that it is largely User Interface (UI) driven.
The key to this type of game is that it is largely User Interface (UI) driven.
Rename Layer 0 to UI
Rename Layer 0 to UI
The cursor in the game is a hand which drops the fruit.
The cursor in the game is a hand which drops the fruit.
Add a Sprite to the Layout
Add a Sprite to the Layout
Rename it to Cursor
Rename it to Cursor
In the Sprite Editor select Load Animations
In the Sprite Editor select Load Animations
Choose the Cursor.zip file which you downloaded earlier.
Choose the Cursor.zip file which you downloaded earlier.
Go ahead and delete the default Animation.
Go ahead and delete the default Animation.
It is not required.
It is not required.
Position the Cursor at the top of the screen in the middle.
Position the Cursor at the top of the screen in the middle.
Resize the Cursor to be the length of the screen and 160px wide.
Resize the Cursor to be the length of the screen and 160px wide.
The Layout should look like this now:
The Layout should look like this now: