# Exit Screen 1 when proceed to screen 2

**URL:** https://community.thunkable.com/t/exit-screen-1-when-proceed-to-screen-2/30405
**Category:** Questions about Thunkable X
**Created:** [June 6, 2018, 12:26pm UTC](https://community.thunkable.com/t/exit-screen-1-when-proceed-to-screen-2/30405 "2018-06-06T12:26:16Z")
**Posts on this page:** 14
**Page:** 1

<div class="post-metadata">

### Author: ![TaherR](https://avatars.discourse-cdn.com/v4/letter/t/9d8465/32.png) [@TaherR](https://community.thunkable.com/u/TaherR)
#### Post date: [June 6, 2018, 12:26pm UTC](https://community.thunkable.com/t/exit-screen-1-when-proceed-to-screen-2/30405/1 "2018-06-06T12:26:16Z")

</div>

How to close screen 1 when screen 2 starts?

Basically, I am using the screen 1 as a splash screen and I have put a timer which when fired, it automatically opens screen 2 from which I can navigate to other screens. But when I press back on say, screen 11, it goes back to screen 10 then screen 9 then screen 8 and so on until Screen 1 (splash screen) and now it stays on the splash screen indefinitely because the timer has already been fired once and loop is disabled.

What I am trying to achieve is that when back pressed, once it reaches Screen 2, instead of going back to Screen 1 it should simply quit the app.

Now I understand this is because iOS guidelines state that its apps should not have quit or exit buttons, but my audience is fully android and I am never going to even build the iOS app. So whats the option for me here? How can I close the Splash Screen once the app is past that screen?

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [June 6, 2018, 12:31pm UTC](https://community.thunkable.com/t/exit-screen-1-when-proceed-to-screen-2/30405/2 "2018-06-06T12:31:28Z")

</div>

If you are not going to create applications for iOS, then why do you use Thunkable X? Use Thunkable Classic where for Android there is much more functionality than in X.

---

<div class="post-metadata">

### Author: ![TaherR](https://avatars.discourse-cdn.com/v4/letter/t/9d8465/32.png) [@TaherR](https://community.thunkable.com/u/TaherR)
#### Post date: [June 6, 2018, 12:33pm UTC](https://community.thunkable.com/t/exit-screen-1-when-proceed-to-screen-2/30405/3 "2018-06-06T12:33:23Z")

</div>

To keep future options open just in case if I decide to publish it on iOS as well.

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [June 6, 2018, 12:35pm UTC](https://community.thunkable.com/t/exit-screen-1-when-proceed-to-screen-2/30405/4 "2018-06-06T12:35:08Z")

</div>

Can you give a link to your project?

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [June 6, 2018, 12:36pm UTC](https://community.thunkable.com/t/exit-screen-1-when-proceed-to-screen-2/30405/5 "2018-06-06T12:36:45Z")

</div>

Closing the screen and leaving the application in Thunkable X is not, but can think.

---

<div class="post-metadata">

### Author: ![TaherR](https://avatars.discourse-cdn.com/v4/letter/t/9d8465/32.png) [@TaherR](https://community.thunkable.com/u/TaherR)
#### Post date: [June 6, 2018, 12:44pm UTC](https://community.thunkable.com/t/exit-screen-1-when-proceed-to-screen-2/30405/6 "2018-06-06T12:44:30Z")

</div>

[https://x.thunkable.com/copy/ef0450268755feba20f7ddc6b9fb33cf](https://x.thunkable.com/copy/ef0450268755feba20f7ddc6b9fb33cf)

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [June 6, 2018, 12:52pm UTC](https://community.thunkable.com/t/exit-screen-1-when-proceed-to-screen-2/30405/7 "2018-06-06T12:52:31Z")

</div>

I understood.

As a screen splash use a full-screen Column with absolute positioning that covers all the elements on the Menu Screen. By the timer, make this Column invisible (with all the elements on it) and as a result, the Menu Screen will be visible.

Do you like this decision?

---

<div class="post-metadata">

### Author: ![TaherR](https://avatars.discourse-cdn.com/v4/letter/t/9d8465/32.png) [@TaherR](https://community.thunkable.com/u/TaherR)
#### Post date: [June 6, 2018, 1:00pm UTC](https://community.thunkable.com/t/exit-screen-1-when-proceed-to-screen-2/30405/8 "2018-06-06T13:00:07Z")

</div>

This is genius. Thanks man! I will try this and let you know.

---

<div class="post-metadata">

### Author: ![TaherR](https://avatars.discourse-cdn.com/v4/letter/t/9d8465/32.png) [@TaherR](https://community.thunkable.com/u/TaherR)
#### Post date: [June 6, 2018, 1:11pm UTC](https://community.thunkable.com/t/exit-screen-1-when-proceed-to-screen-2/30405/9 "2018-06-06T13:11:13Z")

</div>

How to make columns Visible/Invisible? I don’t see the block anywhere.

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [June 6, 2018, 1:14pm UTC](https://community.thunkable.com/t/exit-screen-1-when-proceed-to-screen-2/30405/10 "2018-06-06T13:14:52Z")

</div>

This is not as easy as it would be desirable. You can:

1. set Column.width and Column.height = 0
2. make the background and base color transparent for components

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [June 7, 2018, 11:45am UTC](https://community.thunkable.com/t/exit-screen-1-when-proceed-to-screen-2/30405/11 "2018-06-07T11:45:47Z")

</div>

Hi there,

The problem mentioned in this discussion is serious. I have not yet found a good solution for creating a splash screen in Thunkable X. As another solution, you can use a skipped splash screen: place a transparent full-screen button on top of the splash screen, in the handler of which you need to specify the transition to the desired screen.

I think that now, for the implementation of the screensaver, the most appropriate is the use of navigation components, for example, Tab Navigator.

---

<div class="post-metadata">

### Author: ![RedScorpion\_Gheorghi](https://avatars.discourse-cdn.com/v4/letter/r/43a26b/32.png) [@RedScorpion\_Gheorghi](https://community.thunkable.com/u/RedScorpion_Gheorghi)
#### Post date: [June 11, 2018, 2:43pm UTC](https://community.thunkable.com/t/exit-screen-1-when-proceed-to-screen-2/30405/12 "2018-06-11T14:43:42Z")

</div>

![Close%20screen](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/7/6/76fe00b097bad26ca60a674d78b8a0a37ee99e30.png)

Hello!  
Maybe this formula help. Easy. You can use this block in another button if you want, and when you change screen use this and close the old one.

Regards

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [June 11, 2018, 3:08pm UTC](https://community.thunkable.com/t/exit-screen-1-when-proceed-to-screen-2/30405/13 "2018-06-11T15:08:00Z")

</div>

Hello,

Thanks for the suggested block, but there are no such blocks in Thunkable X. However, I think I found a way to make splash in Thunkable X. To do this all the screens placed in the component Tab Navigator, which is off SwipeEnabled mode and turn off display the tabs. In this case you can not return to the splash screen with a swipe gesture. But for navigating between screens, you will have to manually use the “navigate to” blocks.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:02pm UTC](https://community.thunkable.com/t/exit-screen-1-when-proceed-to-screen-2/30405/14 "2024-11-08T12:02:29Z")

</div>


