Search found 728 matches
- Tue Apr 29, 2014 10:58 pm
- Forum: Support and Development
- Topic: Point in a direction and move in that direction
- Replies: 8
- Views: 3865
Re: Point in a direction and move in that direction
I believe this can be done using slopes from algebra. For example to go to the top right corner you would do Y = Y + (speed*slopeY*dt) slopeY would be 1 X = X + (speed*slopeX*dt) slopeX would be 1 To go horizontal to the right then slopeY will be 0 and slopeX will be 1. Now knowing this all you will...
- Tue Apr 29, 2014 10:48 pm
- Forum: Support and Development
- Topic: Point in a direction and move in that direction
- Replies: 8
- Views: 3865
Re: Point in a direction and move in that direction
Do you need help with getting it to move in the direction it is facing?
- Tue Apr 29, 2014 9:13 pm
- Forum: Support and Development
- Topic: Need help with sending images
- Replies: 2
- Views: 943
Re: Need help with sending images
I have no code I just need help with the whole process. Like how to serialize and deserialize images. And how to make a server and client. I need help with this because I would like to have texture packs as in game downloadable content.
- Sun Apr 27, 2014 10:29 pm
- Forum: Support and Development
- Topic: Can someone with Windows please test this .exe?
- Replies: 5
- Views: 1586
Re: Can someone with Windows please test this .exe?
Is it packaged with the windows installer? And what version of love is it for
- Sun Apr 27, 2014 10:23 pm
- Forum: Support and Development
- Topic: Can someone with Windows please test this .exe?
- Replies: 5
- Views: 1586
Re: Can someone with Windows please test this .exe?
I will test it now. What is it supposed to do?
- Sat Apr 26, 2014 8:37 pm
- Forum: Support and Development
- Topic: [Solved] Access table information from a different file?
- Replies: 6
- Views: 2152
Re: How to access table information from a different file?
as long as you require everything at the top of main.lua you would be to access and modify the values.
- Sat Apr 26, 2014 8:13 pm
- Forum: Support and Development
- Topic: transferring Images using lua-Enet.
- Replies: 9
- Views: 3361
Re: transferring Images using lua-Enet.
Um could anyone explain how to do this
- Sat Apr 26, 2014 7:55 pm
- Forum: Support and Development
- Topic: Need help with sending images
- Replies: 2
- Views: 943
Need help with sending images
I am using a server to send images to a client but I cant get it to work. can somebody help?