Jump to content

Stuck..


AceLoc
 Share

Recommended Posts

Hey.. Im tryin to play somethings with a script which is:

hcc.thx and hc.cdc

And i tried something like:

$image = "hcc.thx"
$sound = "hc.cdc"

SoundSetWaveVolume("100")
SoundPlay($sound)
SplashImageOn("Example:", $image, 541, 541)
Sleep(25000)
SplashOff()

toobad it doesnt work.. the image does more or less..

but the sound totally doesnt play :whistle:

Help would be appreciated...

Thanks ;)

Edited by AceLoc

[quote name='AceLoc']I gots new sunglasses there cool.[/quote]

Link to comment
Share on other sites

$image = "hcc.thx"

http://www.fileinfo.net/extension/thx :

Amiga THX Tracker Music File, Audio file or song created with THX Tracker program on an Amiga system; similar to a MIDI file, but also includes audio samples

$sound = "hc.cdc"

http://filext.com/detaillist.php?extdetail=CDC :

Canvastic Documnet/Drawing, Student focused graphics/text publishing tool for K-8.

For one thing, you've got them backwards. :whistle:

The other is that AutoIt just doesn't support those formats. You're going to have to convert them to bmp/jpg and wav/mp3 first, and I haven't a clue as to how, as I've never heard of them.

[font="Fixedsys"][list][*]All of my AutoIt Example Scripts[*]http://saneasylum.com[/list][/font]

Link to comment
Share on other sites

oh...

LOL

$sound = "hc.cdc"

http://filext.com/detaillist.php?extdetail=CDC :

Canvastic Documnet/Drawing

$image = "hcc.thx"

http://www.fileinfo.net/extension/thx :

Amiga THX Tracker Music File, Audio

For one thing, you've got them backwards. smile.gif

But still, you could do that iwth the .thx file... i guess

Why cant everyone just switch to the same format... tga perhaps, or png, xcf would be cool ^^

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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