# Call function from other screen

**URL:** https://community.thunkable.com/t/call-function-from-other-screen/487026
**Category:** Questions about Thunkable X
**Tags:** function
**Created:** [February 27, 2020, 8:29am UTC](https://community.thunkable.com/t/call-function-from-other-screen/487026 "2020-02-27T08:29:05Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![eng\_ahmed](https://avatars.discourse-cdn.com/v4/letter/e/a698b9/32.png) [@eng\_ahmed](https://community.thunkable.com/u/eng_ahmed)
#### Post date: [February 27, 2020, 8:29am UTC](https://community.thunkable.com/t/call-function-from-other-screen/487026/1 "2020-02-27T08:29:05Z")

</div>

Is thunkable x support calling function that defined in screen1 from screen2?  
this is important feature that will reduce code lines

---

<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: [February 27, 2020, 9:25am UTC](https://community.thunkable.com/t/call-function-from-other-screen/487026/2 "2020-02-27T09:25:54Z")

</div>

See scrTitle and scrGlobalFunctions

[https://x.thunkable.com/projects/5d70f93f8a62b4079eedaff2/project/properties/designer/](https://x.thunkable.com/projects/5d70f93f8a62b4079eedaff2/project/properties/designer/)

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [February 27, 2020, 1:23pm UTC](https://community.thunkable.com/t/call-function-from-other-screen/487026/3 "2020-02-27T13:23:17Z")

</div>

So at anytime the message is changed, the function fires? Do I understand that correctly? Because the function is powered by a timer, which work across screens?

---

<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: [March 7, 2020, 12:03pm UTC](https://community.thunkable.com/t/call-function-from-other-screen/487026/4 "2020-03-07T12:03:27Z")

</div>

After an event occurs from the user, a single timer is started. The event handler for this timer is located on a different screen, which allows you to call functions from it on the same screen.

Unfortunately, components don’t have global links, and we can’t directly access a component on another screen from one screen. If this were possible, then even more powerful applications could be created.

---

<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:40am UTC](https://community.thunkable.com/t/call-function-from-other-screen/487026/5 "2024-11-08T11:40:32Z")

</div>


