# 2D Playable\<Choose One from Three>Tutorial

This tutorial aims to explain how to create a multi-scene playable ad using the Content Editor, and we will use a case study to teach you how to quickly make a "Choose One from Three" type playable ad!

## <mark style="color:blue;">1. Learning Objectives</mark> <a href="#h5pts" id="h5pts"></a>

* **Multi-scene Production**: Understand what "scenes" are and learn how to quickly <mark style="color:red;">set up new scenes by copying existing ones</mark>.
* **Interactive Events**: Learn how to use "<mark style="color:red;">events</mark>" (including trigger events, such as a button press, and a series of response events, such as redirecting to app store) to link "scenes" together, creating a complete playable ad.
* **Three-Option Preset**: Use <mark style="color:red;">Presets Library</mark> assets to quickly create a "Choose One from Three" finger animation.

#### &#x20;<a href="#h5pts" id="h5pts"></a>

## <mark style="color:blue;">2.Basic Info</mark> <a href="#h5pts" id="h5pts"></a>

* \[Difficulty]:⭐⭐
* &#x20;\[Applicable Products]:Universal
* &#x20;\[Interaction]: Press
* \[Number of Interactions]: 3-Step Rediect
* \[Threads]: Multi-threaded
* \[Core Assets]: Static image
* \[Features]:Copy Scene, Presets, Basic Animations, Basic Events.

####

## <mark style="color:blue;">3.Effect Preview</mark>

<table><thead><tr><th width="219.33333333333331">Best experience for playable on mobile devices</th><th width="234">Vertical screen</th><th>Horizontal screen</th></tr></thead><tbody><tr><td><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FxqpNxRVKRsWyV0SD7hT8%2Fimage.png?alt=media&#x26;token=2df7b447-a95a-455d-abee-70141be5c0bb" alt="" data-size="original"></td><td><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FTMJNkYvCAvLp0iew3cLS%2FAnimation11.gif?alt=media&#x26;token=665454c1-a42e-483e-b445-5279c607d923" alt="" data-size="original"></td><td><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FNTCsU1LpWgt64rHjOapm%2FAnimation22.gif?alt=media&#x26;token=5b812e8c-e41c-4208-bed8-9091d91f84af" alt="" data-size="original"></td></tr><tr><td>Scan to play</td><td><a href="https://playable-portal.mintegral.com/common-viewer/mindwork-view.html?url=https%3A%2F%2Fmmp-cdn.rayjump.com%2Fmindworks-interactive-ads.html%3Furl%3Dhttps%253A%252F%252Fmmp-cdn.rayjump.com%252Fps%252Fpreview%252F24%252F11%252F14%252F6735bf39ee63c%252Findex.html%253Floading%253D1%2526preview%253Dtrue%2526lang%253Den%2526preview%253Dtrue%2526itavideo%253D2%2526vconsole%253D0%2526mw_test%253D0%2526loading%253D1%26mw_test%3D0%26is_browser_tips%3D1%26ptloading%3D1%26track_data%3D%257B%2522pid%2522%253A4570707%252C%2522uid%2522%253A109685%252C%2522sct%2522%253A%2522pt_project_ps%2522%252C%2522env%2522%253A%2522p%2522%252C%2522cc%2522%253A%2522SG%2522%257D&#x26;orientation=3&#x26;name=&#x26;language=en%2Czh-cn">Click to play</a></td><td><a href="https://playable-portal.mintegral.com/common-viewer/mindwork-view.html?url=https%3A%2F%2Fmmp-cdn.rayjump.com%2Fmindworks-interactive-ads.html%3Furl%3Dhttps%253A%252F%252Fmmp-cdn.rayjump.com%252Fps%252Fpreview%252F24%252F11%252F14%252F6735bf39ee63c%252Findex.html%253Floading%253D1%2526preview%253Dtrue%2526lang%253Den%2526preview%253Dtrue%2526itavideo%253D2%2526vconsole%253D0%2526mw_test%253D0%2526loading%253D1%26mw_test%3D0%26is_browser_tips%3D1%26ptloading%3D1%26track_data%3D%257B%2522pid%2522%253A4570707%252C%2522uid%2522%253A109685%252C%2522sct%2522%253A%2522pt_project_ps%2522%252C%2522env%2522%253A%2522p%2522%252C%2522cc%2522%253A%2522SG%2522%257D&#x26;orientation=3&#x26;name=&#x26;language=en%2Czh-cn">Click to play</a></td></tr></tbody></table>

####

## <mark style="color:blue;">4. Gameplay Overview</mark>

**Before starting the production, we need to outline the gameplay logic for this case：**

* When entering the trial, the initial screen shows a main character, with three different character cards displayed below. A guide appears, prompting the player to click on any of the cards to unlock a new character.
  * If the player clicks the left card, a red treasure chest appears, unlocking New Character A.
  * If the player clicks the middle card, a purple treasure chest appears, unlocking New Character B.
  * If the player clicks the right card, a green treasure chest appears, unlocking New Character C.
* Once the corresponding new character is unlocked, it will automatically redirect to the ending screen. On the ending screen, the player clicks the button to redirect to app store.

####

## <mark style="color:blue;">5.Production Approach</mark>

**Core Concept:** Minimize the number of animations and events within each scene, maintain clear logic in scene segmentation, and keep the layer structure simple.

**Scene Segmentation:** Based on the gameplay overview from the previous section, we can split this case into the following 5 scenes:

* Scene 1: Inducing Selection (Three Options)
* Scene 2: Displaying Result A after Selection
* Scene 3: Displaying Result B after Selection
* Scene 4: Displaying Result C after Selection
* Scene 5: End Page

<table><thead><tr><th width="139">Scene Name</th><th>Scene 1 - Inducing Selection</th><th>Scene 2/3/4 - Result Display</th><th>Scene 5 - End Page</th></tr></thead><tbody><tr><td><strong>Visual Rendering</strong></td><td><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FJULUgJZvy3AZWLh9LCuN%2Fimage.png?alt=media&#x26;token=386b09c6-7878-4a0a-aa42-020bfb523ab0" alt="" data-size="original"></td><td><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FUdx0dAin1TsHx1NXBOzc%2Fimage.png?alt=media&#x26;token=10ecf338-ef01-43e9-a5e5-b0cb2522661f" alt="" data-size="original"></td><td><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2F8CAuMLr7mduAhbEhWIwz%2Fimage.png?alt=media&#x26;token=8494a428-ae2e-4934-9ede-ed6cdbec7dbc" alt="" data-size="original"></td></tr><tr><td><strong>Scene Description</strong></td><td>In the character unlock scene, guide the player to click on any card to unlock a new character.</td><td><p>After selection, a treasure chest will appear, and the player is guided to click to open the chest.</p><p>Once clicked, the new character's card is displayed, and the player is then redirected to the end page.</p></td><td>On the end page, show the product information and the redirect button.</td></tr><tr><td><strong>Core Assets</strong></td><td><p><strong>Images</strong>: Main character, 3 card buttons, 3 button halos (optional), finger, logo, CTA button</p><p><strong>Text</strong>: Instructional text, download text</p></td><td><p><strong>Images</strong>: 3 treasure chests, scattering light, 3 new character cards, external glowing sequence frames, finger, logo, CTA button</p><p><strong>Particles</strong>: Explosion, smoke explosion</p><p><strong>Text</strong>: Instructional text, download text</p><p><strong>Sound Effects</strong>: Fireworks explosion sound, flash sound effect</p></td><td><strong>Images</strong>: 3 characters, 2 CTA buttons, logo</td></tr><tr><td><strong>Core Animations</strong></td><td><p><strong>Finger</strong>: Displacement Easing + Alpha Easing</p><p><strong>Button Outer Glow x3</strong>: Alpha Easing</p><p><strong>Instructional Text</strong>: Alpha Easing</p><p><strong>Main Character</strong>: Scale Easing</p></td><td><p><strong>Scattering Light</strong>: ZoomIn + Spin Easing</p><p><strong>Treasure Chest</strong>: ZoomIn + Displacement Easing + Tada + ZoomOut2</p><p><strong>Finger</strong>: Fadeln + Scale Easing</p><p><strong>New Character Card</strong>: ZoomIn + Displacement Easing</p></td><td><p><strong>Character</strong>: Displacement Easing</p><p><strong>CTA Button</strong>: Scale Easing</p></td></tr><tr><td><strong>Core Events</strong></td><td><p><strong>Trigger Object</strong>: Button x3</p><p><strong>Trigger Event:</strong> Press</p><p><strong>Response Event</strong>: Redirect to the specified scene 2/3/4</p></td><td><p><strong>Trigger Object</strong>: Treasure Chest</p><p><strong>Trigger Event:</strong>Press</p><p><strong>Response Event</strong>: (See Step 3 in Section 6)</p></td><td><p><strong>Trigger Object</strong>: CTA Button</p><p><strong>TrTrigger Event:</strong> Press</p><p><strong>Response Event</strong>: Redirect to app store</p></td></tr></tbody></table>

#### &#x20;<a href="#qh8tn" id="qh8tn"></a>

## <mark style="color:blue;">6.</mark> <mark style="color:blue;"></mark><mark style="color:blue;">**Production Guidelines**</mark> <a href="#qh8tn" id="qh8tn"></a>

### Step 1 - Basic Scene Setup

<table><thead><tr><th width="320">Illustration</th><th>Step</th></tr></thead><tbody><tr><td><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FznX6SBmcgfkqcRbcUipt%2Fimage.png?alt=media&#x26;token=5825dee0-1211-41dc-bcf8-e3e9fe02511f" alt="" data-size="original"></td><td>Add background image and background music in <strong>Global Settings</strong>.</td></tr></tbody></table>

### **Step 2 - Scene 1** Creation **(Induce Selection)**

**Step Summary**: Use the "Three-Choice" preset to quickly complete animation creation.

<table><thead><tr><th width="238">Illustration</th><th width="268">Step</th><th>Events Setting</th></tr></thead><tbody><tr><td><p><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FRbmEAw4NRyQ5admHhYid%2Fimage.png?alt=media&#x26;token=e021466a-729a-4861-9b4c-a74b9347d698" alt="" data-size="original"></p><p></p><p></p><p><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FQbcffvKzShK2yMOSVY8f%2Fimage.png?alt=media&#x26;token=a5096765-0853-4eab-be0d-c5aa03321548" alt="" data-size="original"></p><p></p><p></p><p><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FYC9xQDuJJTNQI3gMm06z%2Fimage.png?alt=media&#x26;token=d5c05312-24b1-461e-825c-6e9c36d41fbd" alt=""></p></td><td><ol><li><mark style="color:orange;">Create Operation Instructions using preset</mark></li></ol><p>The Presets Library provides pre-made effects and functions, including layer setup, animation settings, etc. You can quickly complete the creation by replacing assets.</p><p><strong>① Add Preset</strong>:</p><p>Click on the Presets Library, find the "Three-Choice" preset, and add it. A new scene will be automatically generated, which will serve as Scene 1</p><p><em>(You can delete the default Scene 1.)</em></p><p><strong>② Replace Card Buttons x3/ Finger Style</strong></p><p>Select option layers A/B/C and the finger, and replace the card button and finger styles in the parameter settings area on the right.</p><p><em>(Optional: Since this case does not use the button Scale Easing animation provided by the preset, you need to delete the original animation and create a new Alpha Easing animation for the outer glow.)</em></p><p><strong>③ Adjust Instruction Text Content and Position</strong></p><p>You can directly drag the instruction text to the desired position and modify the text content in the parameter settings area on the right. Adjust the style as needed.</p><p><em>Tips: To achieve a more polished or personalized effect, you can add outer glow images or background images for the instruction text.</em></p></td><td><p><strong>Layer Event 1</strong></p><ul><li>Select the Card Button A1 group</li><li>Add Event - Press;</li><li>Add Response Event - Redirect to the specified scene 2</li></ul><p><strong>Layer Event 2</strong></p><ul><li>Select the Card Button B1 group</li><li>Add Event - Press;</li><li>Add Response Event - Redirect to the specified scene 3</li></ul><p><strong>Layer Event 3</strong></p><ul><li>Select the Card Button C1 group</li><li>Add Event - Press;</li><li>Add Response Event - Redirect to the specified scene 4</li></ul><p><strong>Layer Event 4</strong></p><ul><li>Select the CTA Button group</li><li>Add Event - Press;</li><li>Add Response Event - Redirect to app store</li></ul></td></tr><tr><td><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2Fxp1VBCFNwTgB0WDAoJPq%2Fimage.png?alt=media&#x26;token=0c99f4cb-c65d-47e0-8d7e-7e55994078ba" alt="" data-size="original"></td><td><ol start="2"><li><mark style="color:orange;">Add Main Character Image</mark></li></ol><p>① Import the main character image, adjust the position and size to fit, and drag the image to the bottom of the layer stack.</p><p>② Select the main character layer, set the pivot to (50, 100), and add a Scale Easing animation to create a breathing effect for the character.</p></td><td></td></tr><tr><td><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FFT9BxPiNsvCMqh31LWXh%2Fimage.png?alt=media&#x26;token=acf6bf4e-2c96-403c-a2ff-e2a4534ab4e1" alt="" data-size="original"></td><td><ol start="3"><li><mark style="color:orange;">Add Product Information + CTA Button</mark></li></ol><p>① Import the logo and adjust the position and size to fit.</p><p>② Add the CTA button and text, then group them together.</p></td><td></td></tr></tbody></table>

### Step 3 - Scenes 2/3/4 Creation (Display Result Selection)

**Step Summary:** Focus on creating one of the result selections first. Once that scene is set up, use the "Duplicate the Scene" function to quickly build the remaining two scenes.

*Note: The feedback triggered by clicking the card buttons only differs in the "treasure chest" and "new character card" styles. The rest of the scene remains the same, so we use the "Duplicate the Scene" function for faster creation.*

<table><thead><tr><th width="197">Illustration</th><th width="294">Step (Example: Scene 2)</th><th>Events Setting</th></tr></thead><tbody><tr><td><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FJba9sQUjup647HBEQSzb%2Fimage.png?alt=media&#x26;token=ac90a253-a7df-4f25-9926-ce3f16234b10" alt="" data-size="original"></td><td><ol><li><mark style="color:orange;">Copy Layers</mark></li></ol><p>① Directly copy the "logo", "CTA button", "instruction text", and "finger" from Scene 1 to Scene 2.</p><p>② Modify the content of the instruction text.</p><p><br><em>Tips: There are two instruction texts in this scene, so when copying the instruction text group from Scene 1, you can copy an additional layer and modify the text content.</em></p></td><td><p></p><p><strong>Layer Events</strong></p><ul><li>Select the treasure chest group</li><li>Add Event: Press</li><li>Add response event: Hide Instruction 1</li><li>Add response event: Play the treasure chest group animation from the start；Play the flash sound effect (animation and sound when the treasure chest opens)</li><li>Add response event: Delay execution, set the timer for 1 second. Add response event: Show the new character card group；Show Instruction 2</li><li>Add response event: Delay execution, set the timer for 2 seconds. Add response event: Redirect to the specified scene (Scene 5, End Page)</li></ul></td></tr><tr><td><p><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2Fq6A4MGGq03uu1ei7hiBF%2Fimage.png?alt=media&#x26;token=ea35b87c-db67-4d97-aa7c-a5d5f07a9d87" alt="" data-size="original"></p><p></p><p></p><p><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FpgsY1uBtjgPuX4zCCjdr%2Fimage.png?alt=media&#x26;token=de077d80-0c6b-4770-8330-26f7a9c54efa" alt=""></p><p></p><p></p><p><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FEud1fkamHGaPj5pbS5dd%2Fimage.png?alt=media&#x26;token=43a88e2b-afa5-489d-9c55-dfa4363ee932" alt=""></p></td><td><ol start="2"><li><mark style="color:orange;">Add Treasure Chest</mark></li></ol><p>① Add the treasure chest image to the canvas and adjust its position and size as needed.</p><p>② Add "Approach - ZoomIn" and "Universal - Displacement Easing" animations to the treasure chest layer to give it dynamic effects.</p><p>③ Group the treasure chest, and then add "Emphasize - Tada" and "Exit - ZoomOut2 animations to the group, simulating the dynamic effect of the chest exploding when clicked.<br><em><strong>Note:</strong> Since the treasure chest explosion occurs only after the player clicks the chest, you need to disable the autoplay feature for the explosion animations.</em></p></td><td></td></tr><tr><td><p><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FEOtJX4h22SlFJJfwfm9s%2Fimage.png?alt=media&#x26;token=48b10342-1524-4288-bc1a-6aac54acc3ad" alt="" data-size="original"></p><p></p><p></p><p><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FoEpNiCE0liWzrmMnHjoV%2Fimage.png?alt=media&#x26;token=663160fc-fa03-4be8-9bbe-117d5fd64110" alt=""></p></td><td><ol start="3"><li><mark style="color:orange;">Add Particle Effects</mark></li></ol><p>① In the Assets Library - Public Assets, add the particle effects "Explosion" and "Smoke Explosion" (adjust particle parameters as needed).</p><p>② Add the scattering light image, adjust its position and size, and apply "Approach - ZoomIn" and "Universal - Spin Easing" animations.</p><p>③ Drag the three effect layers below the treasure chest layer.</p></td><td></td></tr><tr><td><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2F8RmbZ5zzueaUhLoOzdHg%2Fimage.png?alt=media&#x26;token=e1acaaad-ba49-437e-ad47-fdde6e4a204d" alt="" data-size="original"></td><td><ol start="4"><li><mark style="color:orange;">Add Finger Animation</mark></li></ol><p>Add "Approach - Fadeln" and "Universal - Scale Easing" animations to the finger layer to simulate the clicking effect.</p></td><td></td></tr><tr><td><p><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FTTLNVt9k3ed6BxVMFHfi%2Fimage.png?alt=media&#x26;token=3081375d-b3cc-4c7a-8148-9b94cd8d9989" alt="" data-size="original"></p><p></p><p></p><p><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FoDeh3IE2yrR0UidEXjmm%2Fimage.png?alt=media&#x26;token=a875dcd9-c791-4ab4-8850-fa6e8daf603a" alt=""></p><p></p><p><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FDB1ZLZYOPj3ilwjF4i1Z%2Fimage.png?alt=media&#x26;token=8a56f58b-2679-4bfc-9d24-0c05741f8f9d" alt=""></p></td><td><ol start="5"><li><mark style="color:orange;">Add New Character Card</mark></li></ol><p>① Add the new character card and external glow frame-by-frame animation, group them, and adjust the position and size as needed.</p><p>② Add "Approach - SlideZoomInUp" and "Universal - Displacement Easing" animations to the new character card group to enhance the visual effect.<br><em>(Tips: When working on this step, you can temporarily hide the other layers to make the operations easier.)</em></p><p>③ After adjustments, hide the new character card group and the second set of instruction texts. Use event settings to show them only after the player clicks the treasure chest.</p></td><td></td></tr><tr><td><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FT6vfhVjMp8Q1FMaSscBm%2Fimage.png?alt=media&#x26;token=d6e55009-378e-4caf-8764-5ee412ae8989" alt="" data-size="original"></td><td><ol start="6"><li><mark style="color:orange;">Duplicate the Scene</mark></li></ol><p>① After completing Scene 2, right-click on Scene 2 and select <em>Duplicate the Scene</em> to quickly duplicate Scene 3 and Scene 4.</p><p>② Replace the "Treasure Chest" and "New Character Card" layers in Scene 3 and Scene 4 to complete these two scenes.</p></td><td></td></tr></tbody></table>

### Step4 - Scene 5 Creation (End Page)

**Step Summary:** Use simple "Scale Easing" animations to create a breathing effect for the CTA buttons on the end page.

<table><thead><tr><th width="177">Illustration</th><th width="356">Step</th><th>Events Setting</th></tr></thead><tbody><tr><td><p><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FGhZnhPjp7WNkBvtERZ7G%2Fimage.png?alt=media&#x26;token=a97767eb-dc97-419d-9c35-60e9764cba66" alt="" data-size="original"></p><p></p><p><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FJ2Xe5aKGwg9KmIxySe2j%2Fimage.png?alt=media&#x26;token=28cd1c77-fea5-4269-b01e-779da78d8bd5" alt=""></p></td><td><ol><li><mark style="color:orange;">Add Multiple Characters</mark></li></ol><p>① Add multiple character images and adjust their position and size.</p><p>② Apply "Universal - Displacement Easing" animations to each character to create a breathing effect.<br><em>Tips: To make the scene look more natural, set different displacement distances for each of the three characters so they move in different directions.</em></p></td><td><p></p><p><strong>Layer Event</strong></p><ul><li>Select the CTA button group.</li><li>Add Event: Press</li><li>Add the response event - Redirect to app store.</li></ul></td></tr><tr><td><p><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FXQHbP9HMceQ1utu3ME1T%2Fimage.png?alt=media&#x26;token=74773476-0ee6-4d9b-94a6-add09b190adc" alt="" data-size="original"></p><p></p><p><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FEZal0TnbaGmOIcNNfQp9%2Fimage.png?alt=media&#x26;token=f1a8eb92-764a-4f94-8d1d-4767d80e9fb6" alt=""></p><p></p><p><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2F0xGuueVdylCEdERp5ib8%2Fimage.png?alt=media&#x26;token=7affe8d1-bc6d-4b25-b8eb-d3d383076713" alt=""></p></td><td><ol start="2"><li><mark style="color:orange;">Add Product Information + CTA Buttons</mark></li></ol><p>① Add the logo and adjust its position and size as needed.</p><p>② Add two CTA buttons in the same style but with different colors, along with corresponding text, and group them together.</p><p>③ Apply "Universal - Scale Easing" animations to the two button groups to create a staggered breathing effect using different curve settings.</p></td><td></td></tr></tbody></table>

### Step 5 - Overall Preview <a href="#q96z9" id="q96z9"></a>

<table><thead><tr><th width="230">Illustration</th><th>Step</th></tr></thead><tbody><tr><td><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FmCN19HVNE7PB1rtJHfW8%2Fimage.png?alt=media&#x26;token=84d1c52c-60e6-47fe-90d4-5d4a2e94ce23" alt="" data-size="original"></td><td><p><mark style="color:orange;">Additional Notes - Landscape Layout</mark></p><p>After completing the portrait layout for each scene, you will need to adjust the layout for landscape mode. (It is recommended to frequently use the "Reuse vertical screen position configuration" button.)</p></td></tr><tr><td><p><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FKtSavm7He8d0FZE4R6G4%2Fimage.png?alt=media&#x26;token=3fa34773-477b-4c47-a299-17fd8131fac4" alt="" data-size="original"></p><p></p><p><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FQyHV2PSLjgNYGTFIuFot%2Fimage.png?alt=media&#x26;token=e29dec19-e3fa-4a9e-9959-21bd31e47737" alt=""></p></td><td><p><mark style="color:orange;">Additional Notes - Screen adaptation</mark></p><p>Adjust the layers that need screen adaptation and preview the adaptation effect to ensure it fits properly.</p></td></tr><tr><td><img src="https://695199083-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4PyzU9CRLR4XKbxmIEid%2Fuploads%2FixcqDoyF7NG5t7LeDEmm%2Fimage.png?alt=media&#x26;token=c525d17a-e042-4393-9108-422dc264f44e" alt="" data-size="original"></td><td><p><mark style="color:orange;">Overall Preview</mark></p><p>① It is advisable to preview your work promptly after completing each step in the creation process to check if the settings are correct.</p><p>② Once everything is completed, it is recommended to perform an overall preview on different devices, languages, and orientations to ensure everything is working correctly.</p></td></tr></tbody></table>
