Search found 6 matches
- Wed Dec 07, 2011 9:58 pm
- Forum: Support and Development
- Topic: Thread
- Replies: 3
- Views: 1867
Re: Thread
thank you guys. I've saw in wiki the getThread and worked. after this, i had to put it in loop to update the message that will be sent to the main. so, my socket2.lua is like this: require "socket" local client = socket.connect("127.0.0.1", 8090) thread = love.thread.getThread( )...
- Wed Dec 07, 2011 8:22 pm
- Forum: Support and Development
- Topic: Thread
- Replies: 3
- Views: 1867
Thread
Hello guys. I've tried to use thread in love but i can't update an variable. Can someone help me? My main.lua: function love.load() thread = love.thread.newThread( "socket", "socket2.lua" ) thread:start( ) showInfo = false end function love.update(dt) showInfo = thread:receive(&q...
- Tue Jul 19, 2011 1:13 am
- Forum: Support and Development
- Topic: [Help] Map
- Replies: 7
- Views: 3965
Re: [Help] Map
Yeah, can be it. So, have someone an new way to load and scroll the map?
- Sat Jul 16, 2011 2:33 am
- Forum: Support and Development
- Topic: [Help] Map
- Replies: 7
- Views: 3965
Re: [Help] Map
Yeah, i just get the code and changed the name for my map name.
- Sat Jul 16, 2011 1:36 am
- Forum: Support and Development
- Topic: [Help] Map
- Replies: 7
- Views: 3965
Re: [Help] Map
Here is the map. It's a simple map created only for learn how to add and scroll.
- Sat Jul 16, 2011 1:08 am
- Forum: Support and Development
- Topic: [Help] Map
- Replies: 7
- Views: 3965
[Help] Map
Hello folks. I'm having some problems with my map. I've followed all the wiki tutorial's but i got some errors. Using this (http://love2d.org/wiki/TiledMapLoader) code, i got error in tiledmap line 122: attempt to index field ? (a nil value) I think this can be some problems with tiled software. I'v...