Search found 6 matches

by mobadihp
17 Oct 2019, 07:15
Forum: Ask for Help (v1)
Topic: 2 SetTimer -1 at same time, and SoundPlay, , 1
Replies: 3
Views: 550

Re: 2 SetTimer -1 at same time, and SoundPlay, , 1

Soundplay is a very simple command and certainly not ideally suited for things like this, but one possible and easy workaround might be to create a timer that calls Soundplay after a certain time, that means, the time that the sound file needs to run once... ;[...] SetTimer, TwinkleText, -1 gosub, ...
by mobadihp
16 Oct 2019, 05:46
Forum: Ask for Help (v1)
Topic: 2 SetTimer -1 at same time, and SoundPlay, , 1
Replies: 3
Views: 550

2 SetTimer -1 at same time, and SoundPlay, , 1

Anyone can help me to make music loop? I was trying like this, but SoundPlay, , 1 make the twinkle label waiting too for it's done #SingleInstance, force #Persistent Menu, Tray, NoStandard Menu, Tray, NoIcon Gui, Font, tBold s120 Gui, Add, Text, +Center vMusic, PLAYING Gui, Show, , Loop SetTimer, Tw...
by mobadihp
23 Aug 2019, 06:24
Forum: Ask for Help (v1)
Topic: Calling label, Include file, Checking current version
Replies: 6
Views: 1106

Re: Calling label, Include file, Checking current version

https support.microsoft.com /en-za/help/3140245/update-to-enable-tls-1-1-and-tls-1-2-as-default-secure-protocols-in-wi Broken Link for safety enable TLS 1.2 the registry or have microsoft's easy fix do it the second error is because u continued running the script, despite its already corrupted stat...
by mobadihp
21 Aug 2019, 11:29
Forum: Ask for Help (v1)
Topic: Calling label, Include file, Checking current version
Replies: 6
Views: 1106

Re: Calling label, Include file, Checking current version

When i try running version check always showing this, do you know what's the problem?
Spoiler
by mobadihp
18 Aug 2019, 07:59
Forum: Ask for Help (v1)
Topic: Calling label, Include file, Checking current version
Replies: 6
Views: 1106

Re: Calling label, Include file, Checking current version

i am mostly unable to comprehend what ure saying. i have no idea what u mean by "calling a label instead of GoSub " To stop a file that is currently playing, use SoundPlay on a nonexistent filename as in this example: SoundPlay, Nonexistent.avi . that said, u cannot cancel a currently executing sub...
by mobadihp
14 Aug 2019, 08:33
Forum: Ask for Help (v1)
Topic: Calling label, Include file, Checking current version
Replies: 6
Views: 1106

Calling label, Include file, Checking current version

I have several problem here 1. I want to call a label instead GoSub a label which thread won't waiting label done executing. 2. I want to stop current label progress (e.x SFX1) then re-run it. 3. There's AHK can use included file in compiled .exe instead extract those file? 4. I want to checking cur...

Go to advanced search