Jump to content

Recommended Posts

Posted

Ive been working wih some script files, for eksample, af script that allows you to input a password, but if its wrong, the script will continue...

My question is - Can i in some way make the screen black out for a while? and maybe write text in the black screen..

Other question - If i want to intigrate another file, for ekample an .exe ore .mp3 file, så it will be compiled as one file. Can that be done, ore?

Thx from Wb-FreeKill

Posted

Hiya,

always try searching the helpfile. :ph34r:

  Quote

FileInstall

--------------------------------------------------------------------------------

Include and install a file with the compiled script.

FileInstall ( "source", "dest" [,flag])

Gray Screen:

SplashTextOn("Title", "", @DesktopWidth, @DesktopHeight, -1, -1, 1)
Sleep(3000)
SplashOff()

Greetings,

ZeD

Posted

  ZeDMIN said:

Hiya,

always try searching the helpfile.  :ph34r:

Gray Screen:

SplashTextOn("Title", "", @DesktopWidth, @DesktopHeight, -1, -1, 1)
Sleep(3000)
SplashOff()

Greetings,

ZeD

<{POST_SNAPBACK}>

Can i get the splashscreen in black insted of gray?
Posted

  the_lord_mephy said:

lol me2, *sigh*

<{POST_SNAPBACK}>

well, you know, not that the helpfile isn't wildly exciting, but one must always look for something new and crazily awesome.

"I'm not even supposed to be here today!" -Dante (Hicks)

Guest BlackDiablo110
Posted

I, at first, thought the helpfile sucked, but then I actually read it Oo. It is actually EXTREMLY good and useful, and the only source on learning AutoIt =)

Posted

Yeah but 2 helpfiles is better than one =-o

My site for HTML Help :)[quote name='Valik' date='Oct 15 2004, 12:29 PM']Maybe nobody is an "elite uber-coder" like me because thinking is a capital offense in today's online-world?[right][snapback]36427[/snapback][/right][/quote]
Posted

the problems already solved isnt it?

$password = InputBox("Enter Password", "Enter Password Below", "", "*")

If $password = the right password Then

Statements

EndIf

My site for HTML Help :)[quote name='Valik' date='Oct 15 2004, 12:29 PM']Maybe nobody is an "elite uber-coder" like me because thinking is a capital offense in today's online-world?[right][snapback]36427[/snapback][/right][/quote]

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...