It's only playing the 5th index.
Even with your combined code.
Search found 49 matches
- Mon Oct 06, 2014 7:15 pm
- Forum: Libraries and Tools
- Topic: TEsound - simple, easy sound/music manager
- Replies: 57
- Views: 78592
- Mon Sep 29, 2014 5:53 pm
- Forum: Libraries and Tools
- Topic: LoveVideo - LÖVE module for playing video
- Replies: 28
- Views: 15741
Re: LoveVideo - LÖVE module for playing video
What file formats does this support?
- Mon Sep 22, 2014 7:12 pm
- Forum: Games and Creations
- Topic: Autumn - RELEASED :D
- Replies: 21
- Views: 16510
Re: Autumn - RELEASED :D
Just ran the game for two minutes.
The game is EXTREMELY laggy, and the mouse has over a second of input latency.
I can't play this.
windows 8 64bit
The game is EXTREMELY laggy, and the mouse has over a second of input latency.
I can't play this.
windows 8 64bit
- Mon Sep 22, 2014 5:53 pm
- Forum: Libraries and Tools
- Topic: TEsound - simple, easy sound/music manager
- Replies: 57
- Views: 78592
Re: TEsound - simple, easy sound/music manager
I don't understand then.
How would I incorporate my list then, when I want to play it randomized?
How would I incorporate my list then, when I want to play it randomized?
- Tue Sep 16, 2014 6:29 pm
- Forum: Support and Development
- Topic: String format related question
- Replies: 5
- Views: 5268
Re: String format related question
There's no song load function, with TEsound you're supposed to be able to load a song by using it's "TEsound.play(songpath)" function. I've attempted what you just told me to do to no results. I know that I'm doing something ridiculously wrong, but I just don't know what else to do. I'm pr...
- Tue Sep 16, 2014 5:52 pm
- Forum: Support and Development
- Topic: String format related question
- Replies: 5
- Views: 5268
Re: String format related question
I cheated and made a separate list for titles. Still think there's a better way to go about this. namelist = { "Matryoshka Chorus", -- one "Senbonzakura Chorus", -- two "Noushou Chorus", -- three "HeadphoneActor Chorus", -- four "Nyan Chorus", -- fiv...
- Tue Sep 16, 2014 5:39 pm
- Forum: Support and Development
- Topic: String format related question
- Replies: 5
- Views: 5268
String format related question
I've been trying to create a playlist with a list of songs. These songs are of course sorted in a path format, so list = { "assets/music/matryoshkachorus.mp3", "assets/music/senbonzakurachorus.mp3", "assets/music/noushouchorus.mp3", "assets/music/headphoneactorchor...
- Fri Sep 12, 2014 7:36 pm
- Forum: Support and Development
- Topic: "Questions that don't deserve their own thread" thread
- Replies: 905
- Views: 469378
Re: "Questions that don't deserve their own thread" thread
Quick question. I have the following folders. -editor ->main.lua -game ->tilemap.lua I need to make a require(tilemap) from that main.lua file, but I'm not sure how since they are in different folders. Any help would be appreciated. Thanks! In your main, type require "game/tilemap"
- Mon Sep 08, 2014 7:43 pm
- Forum: Libraries and Tools
- Topic: Löve Frames - A GUI Library
- Replies: 406
- Views: 386741
Re: Löve Frames - A GUI Library
your genius
That worked well, thank you very much man; I need to go practice this shit though
That worked well, thank you very much man; I need to go practice this shit though
- Mon Sep 08, 2014 5:47 pm
- Forum: Libraries and Tools
- Topic: Löve Frames - A GUI Library
- Replies: 406
- Views: 386741
Re: Löve Frames - A GUI Library
It's still working incorrectly. The slider starts at the bottom (which means you could only increase the volume in theory!) and the increasing isn't working either, but when I increase the value and try to bring it down, when the button reaches the bottom the sound is muted until the slider is raise...