# New Year's challenge

**URL:** https://community.thunkable.com/t/new-years-challenge/387317
**Category:** Questions about Thunkable X
**Created:** [December 31, 2019, 3:15pm UTC](https://community.thunkable.com/t/new-years-challenge/387317 "2019-12-31T15:15:12Z")
**Posts on this page:** 5
**Page:** 1

<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: [December 31, 2019, 3:15pm UTC](https://community.thunkable.com/t/new-years-challenge/387317/1 "2019-12-31T15:15:12Z")

</div>

On the scrTitle screen in the project [https://x.thunkable.com/projects/5d70f93f8a62b4079eedaff2/project/properties/designer/](https://x.thunkable.com/projects/5d70f93f8a62b4079eedaff2/project/properties/designer/) is located as far as List Viewers. When you select a list item, you go to the screen with the given name. But there is no “navigate to” block on the scrTitle screen! Is it Christmas magic?

Put like those who know the solution to do this.

---

<div class="post-metadata">

### Author: ![Mark](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/mark/32/18133_2.png) [@Mark](https://community.thunkable.com/u/Mark)
#### Post date: [January 2, 2020, 12:22am UTC](https://community.thunkable.com/t/new-years-challenge/387317/2 "2020-01-02T00:22:29Z")

</div>

@actech Is this a challenge that you know the answer to or are you genuinely unsure what is going on? If it is the former, I’ll keep quiet 😉 . If it’s the latter, let me know, because I think I may have an idea of what might be happening.

-Mark

---

<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: [January 2, 2020, 12:27pm UTC](https://community.thunkable.com/t/new-years-challenge/387317/3 "2020-01-02T12:27:31Z")

</div>

Mark, I know the answer because it works in the specified project. I was interested in checking that there is at least one user in the community who is interested in not only resolving issues for his application. The result showed that two users still decided to see the project, but no one put Like. What does this say? Let everyone decide for himself if he is interested in thinking about it.

---

<div class="post-metadata">

### Author: ![kartik14](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kartik14/32/44782_2.png) [@kartik14](https://community.thunkable.com/u/kartik14)
#### Post date: [January 2, 2020, 2:06pm UTC](https://community.thunkable.com/t/new-years-challenge/387317/4 "2020-01-02T14:06:20Z")

</div>

Hi, @actech! 👋  
I got you 😁

* * *

On `scrTitle`, you are setting an alert’s (btw it’s a timer) message to the item clicked.

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/3/5/3517125856006e13cbf539ab42fd2d50ff804179.png)

Now, on `scrGlobalFunctions`, you are executing the firing block, which calls a function which uses normal navigaton. The firing block gets this message -

> you are setting an alert’s (btw it’s a timer) message to the item clicked

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/3/f/3fa48bde5b25fd721543ce077811480459955d55.png)

Nice puzzle! 👍  
Thanks and Happy New year 🎉!

**P.S.** I just found this topic, and immediately looked into your project 😄

---

<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, 11:46am UTC](https://community.thunkable.com/t/new-years-challenge/387317/5 "2024-11-08T11:46:13Z")

</div>


