Search found 28 matches

by GamesOfFreak
26 Apr 2021, 10:27
Forum: Ask for Help (v1)
Topic: GuiClose Multiple Windows & Lock specific GUI
Replies: 3
Views: 750

Re: GuiClose Multiple Windows & Lock specific GUI

See this example: Gui, +Owner +Disabled Gui, Add, Text,, This is the main GUI Gui, Show, x50 y50 w200 h100, Main Gui, Settings:Add, Text,, This is the settings GUI Gui, Settings:Show, x100 y200 w200 h100, Settings return SettingsGuiClose: Gui, 1:-Disabled Gui, Settings:Cancel return GuiClose: ExitA...
by GamesOfFreak
26 Apr 2021, 05:20
Forum: Ask for Help (v1)
Topic: GuiClose Multiple Windows & Lock specific GUI
Replies: 3
Views: 750

GuiClose Multiple Windows & Lock specific GUI

I'm currently making my first advanced Script with customized Functions and GUIs. Now I have a Problem to close a specific GUI Window through GUIClose. My Question: Can I specify in GUIClose the specific GUI Window to close it only this Window? My Second Question: I have two GUI Windows and in my Sc...
by GamesOfFreak
25 Apr 2021, 09:05
Forum: Scripts and Functions (v1)
Topic: [Class] ImageButton - 1.5.00.00 - 20201230
Replies: 190
Views: 104466

Re: [Class] ImageButton - 1.5.00.00 - 20201230

I found myself how I it works!
by GamesOfFreak
25 Apr 2021, 01:08
Forum: Scripts and Functions (v1)
Topic: [Class] ImageButton - 1.5.00.00 - 20201230
Replies: 190
Views: 104466

Re: [Class] ImageButton - 1.5.00.00 - 20201230

It seems, I can't get it to work to make render Image inside the Button. Can I use specific Image Paths for ImageButtons?

I need an Tutorial how to implement the Images.
by GamesOfFreak
24 Apr 2021, 23:18
Forum: Scripts and Functions (v1)
Topic: Radial menu scripts
Replies: 338
Views: 183343

Re: Radial menu scripts

I want to impement this Radial Menu Script into my Script, is this possible?
by GamesOfFreak
15 Sep 2020, 06:33
Forum: Ask for Help (v1)
Topic: SoundPlay doesn't work in my Script
Replies: 5
Views: 275

Re: SoundPlay doesn't work in my Script

One Question I want to play if I activate the script a sound and if I deactivate also toggle the script it should be play a deactivate sound.

Edit: I found it out and thanks for the help with this problem! ^^
by GamesOfFreak
15 Sep 2020, 05:33
Forum: Ask for Help (v1)
Topic: SoundPlay doesn't work in my Script
Replies: 5
Views: 275

Re: SoundPlay doesn't work in my Script

I know why it doesn't work:

it seems SoundPlay doesn't work with #if because I put 'SoundPlay %A_ScriptDir%\sounds\activated.wav' at the top of the script and was worked. I don't know if this is a bug or something.
by GamesOfFreak
15 Sep 2020, 04:03
Forum: Ask for Help (v1)
Topic: SoundPlay doesn't work in my Script
Replies: 5
Views: 275

SoundPlay doesn't work in my Script

I want to play Sound after I click F1 if the variable norecoil is true, but there is no sound at all playing it. I'm trying to make my own Script for a Game. I marked the point where SoundPlay I used with '<-- here'. #NoEnv SendMode Input #SingleInstance Force SetWorkingDir %A_ScriptDir% if not A_Is...

Go to advanced search