Help - Search - Members - Calendar
Full Version: Noob
Scenyx Entertainment Community > Xbox1 Forums > Dashboard Forums > Official MediaXMenu (MXM) Forum > MXM ActionScripting Forum
halohacker2003
i just switched from evox and i very confused how do i work scripts
geniusalz
Basically, in the menu.xml file (make one if you haven't... Check in 'Important Threads' then 'New Users'... and the link to the help site there)

<Item>
<Title>Something</Title>
<Action>
*** script goes here ***
</Action>
</Item>

Scripts are a list of commands, pretty similar to programming. See the script reference for more details. And there's lots of example scripts here too.
halohacker2003
Some scripts say i need a file called blahblah.xas or something along that line where could i get this. also how do use scripts
geniusalz
In that case, download from allxboxskins.com

or just put all the script commands into a text file, and rename it to .xas

And to call it, in your menu:

<Item>
<Title>Something</Title>
<Action>
Callfile c:\somescript.xas
</Action>
</Item>
halohacker2003
ok thanx then how would i load it from the dashboard.......lol nerver mind.......im an a$$ sometimes
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.