# Xml actions question

**URL:** https://forum.kirupa.com/t/xml-actions-question/171838
**Category:** Uncategorized
**Created:** [December 8, 2005, 4:52pm UTC](https://forum.kirupa.com/t/xml-actions-question/171838 "2005-12-08T16:52:01Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![modulater](https://avatars.discourse-cdn.com/v4/letter/m/958977/32.png) [@modulater](https://forum.kirupa.com/u/modulater)
#### Post date: [December 8, 2005, 4:52pm UTC](https://forum.kirupa.com/t/xml-actions-question/171838/1 "2005-12-08T16:52:01Z")

</div>

Hi there,

I have following actions assigned in my xml file. I like to time them. Like when I use ‘gotoUrl’ or the action ‘titel’ the action takes place like for instance after 2 seconds. How do this? Below you can find the actions. Big thx in advance!!!

Actions = Object();  
Actions.gotoURL = function(urlVar) {  
getURL(urlVar, “\_blank”);  
unloadMovie(jpgcontainer);  
};  
Actions.titel = function(msg) {  
trace(msg);  
titel\_txt.html = true;  
titel\_txt.htmlText = msg;  
};
