Jump to content
  • 0

thor patcher


blakbord

Question


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  108
  • Reputation:   1
  • Joined:  02/10/12
  • Last Seen:  

I was wondering how can I use this MODE=3? how can it show a message box in the patcher itself? i tried to use this but it only follows the link and open into a brower.. anyone can help? thanks in advance..

CUSTOM BUTTON

[Button:Name]
Default='images/button1.png'
OnHover='images/button2.png'
OnDown='images/button3.png'
Left=80
Top=406
Mode=1
Action='http://example.com'

Declares a new button
[Button:Name]
Name or ID, must be unique for each and every button

Default='images/button1.png'
image of the button on normal state

OnHover='images/button2.png'
image of the button when mouse hovers it

OnDown='images/button3.png'
image of the button when the user click on it

Left=80
X coordinate of the button (in pixels)
Counted from the left of the background image.

Top=406
Y coordinate of the button (in pixels)
Counted from the left of the background image.

Mode=1
Functions of the button
Possible Mode values:
1 : Open URL
2 : Open File/Program (remove the file extension or it won't work)
3 : Displays a Message Box
4 : Minimize window
5 : Close Patcher
6 : Makes this button as clone start button behavior

Action='http://example.com'
Applies on modes 1-3




bump for this..

Edited by blakbord
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...