Help - Search - Members - Calendar
Full Version: Format Script
Scenyx Entertainment Community > Xbox1 Forums > Dashboard Forums > Official MediaXMenu (MXM) Forum > MXM ActionScripting Forum
Be Absentminded
Well here's my scipt I made. Just want to make sure it's all ok before I accidently ruin my box.

QUOTE
;#############################
;#
;# CREATOR: Be Absentminded
;# DATE: 11.15.03
;# Action Script Name: FormatE
;# VERSION: 1.0
;# Menu Item Action Script
;# Function Description: This script is used
;# to format your E: partition.
;#
;#############################


:FormatSelect
BeginDraw UseCurrent
MessageBox "E: Format Menu$eol$Press A To Format$eol$Press B To Cancel"
EndDraw
Input
If %_GP_A% == "1" GOTO FormatE
If %_GP_B% == "1" GOTO NoFormatE
QUIT

:FormatE
BeginDraw UseCurrent
MessageBox "Formatting..."
EndDraw
Delay 3
Format E:
BeginDraw UseCurrent
MessageBox "Format Complete!"
EndDraw
Delay 3
QUIT

:NoFormatE
BeginDraw UseCurrent
MessageBox "Format Cancelled"
EndDraw
Delay 5
QUIT


-Jameson
Be Absentminded
wow. nobody knows? maybe no one cares... sad.gif

-Jameson
yourwishismine
Looks good to me...

but then again..

I've never written any actionscripts...

but I'm pretty familiar with the format...
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.