Hi, i am looking for a way to put buttons in the map that will open a window whene you click on them during gameplay, like in www.runescape.com (http://www.runescape.com). I am ussing blizz abs. :D
u will need blizz's mouse system for that and then sombody can make a script that when you click on an image it opens a scene
no actually a simple event system. Just need the mouse system and blizz abs or tons of addons
(http://i678.photobucket.com/albums/vv143/GameGuysProjects/simple.png)
EDIT: THat last branch
$mouse.x >= should be $mouse.y <= small typo when making the event.
Though it would be easier with a script than having an event on every single map...
Quote from: stripe103 on July 18, 2010, 11:58:30 am
Though it would be easier with a script than having an event on every single map...
Not if it's a common event.
Oh, yea... Didn't think of that. :^_^':
Quote from: game_guy on July 18, 2010, 11:26:02 am
no actually a simple event system. Just need the mouse system and blizz abs or tons of addons
(http://i678.photobucket.com/albums/vv143/GameGuysProjects/simple.png)
EDIT: THat last branch
$mouse.x >= should be $mouse.y <= small typo when making the event.
It works but i need the button to always be in the the upper left corner of the
Make a picture and show it. The event system should be a common event.
I made this
(http://i915.photobucket.com/albums/ac351/cyclope_hud/CE.png)
but it didnt work :wacko:
You didnt change the button x in the conditional branches. th 16 is button x. so you gotta change them all to 608 because thats the button x. Also change the width and height to the buttons picture width and height. Also the button y needs to be set to 0.
And like I said the last branch had a typo in it.
it needs to be
Quote from: game_guy on July 18, 2010, 02:47:21 pm
You didnt change the button x in the conditional branches. th 16 is button x. so you gotta change them all to 608 because thats the button x. Also change the width and height to the buttons picture width and height. Also the button y needs to be set to 0.
And like I said the last branch had a typo in it.
it needs to be
like this???
(http://i915.photobucket.com/albums/ac351/cyclope_hud/CE-1.png)
Yup. Did it work?
No :'(
err, that picture would go off the screen if it's 120 pixels wide and at 608.
It is 24 px
just make a selectable icon on the map if my virus detector didn't expire I'd make you 1 real fast it's not that hard just check if the item command is at index 0 and if c is pressed
Thanks! :D
if the width is only 24 dont add 128 add 24
I changed it to 24 but its still not working
I'll make a demo real fast.
Did you made the demo???
Not yet, been busy all day. Expect it tomorrow k?
ok, np :)
Here ya go
http://www.sendspace.com/file/udboz1
It works :clap: