Search found 15 matches

by Quôzul
Mon May 07, 2018 5:15 pm
Forum: Support and Development
Topic: Multiplayer using sock.lua | Can't host a server
Replies: 17
Views: 14706

Multiplayer using sock.lua | Can't host a server

Hello, I'm trying to create a mutiplayer game using the library Sock.lua , this is working in local but I can't connect to the server through my public IP :huh: Even with the given exemple Pong it isn't working... I've just done that: client = sock.newClient("my IP adress", 22122) Of cours...
by Quôzul
Sun Apr 22, 2018 7:56 am
Forum: Support and Development
Topic: I need help with Gspot
Replies: 7
Views: 3400

Re: I need help with Gspot

pgimeno wrote: Thu Apr 19, 2018 9:20 am I've merged the multiline fix now.
I'll try this out, thank you for theses tips :D

Sorry to have taken a long time to answer, I had a problem with my computer.
by Quôzul
Tue Apr 17, 2018 1:12 pm
Forum: Support and Development
Topic: I need help with Gspot
Replies: 7
Views: 3400

Re: I need help with Gspot

One more clarification. When you say menu, do you mean the tooltip text? that is, the little window with a text? I meant the little window that popup next to the item. If you mean just that, you can use the tip property instead, like this: display.item.tip = "This is a" .. (e:match("...
by Quôzul
Tue Apr 17, 2018 7:42 am
Forum: Support and Development
Topic: I need help with Gspot
Replies: 7
Views: 3400

Re: I need help with Gspot

Hello, welcome to the forums. Thanks you :nyu: I'm not sure I understand. My understanding is that you want to have a series of items as names in a list, and when you hover over one, a menu appears and you can select from it, or it disappears if you move the mouse. Is that right? That's the idea, a...
by Quôzul
Mon Apr 16, 2018 5:24 pm
Forum: Support and Development
Topic: I need help with Gspot
Replies: 7
Views: 3400

I need help with Gspot

Hello, I'm using the Gspot library to create UI for my game and I want to create a inventory with a menu appearing beside the name of the item when I hover it. See my attached "helpme.love" (it's in love 11) -- Edit The problem is that only one sub-menu is appearing (the last one created)....