Search found 7 matches

by JME
Thu Mar 11, 2021 12:53 pm
Forum: Support and Development
Topic: Help with inventory
Replies: 3
Views: 2934

Help with inventory

Hi I wanted to make an inventory to my platforming game but I cannot get it to work. I can add stuff to an inventory using table.insert() but then I want the items removed when they are being used. Using table.remove() seems to cause some problems... The inventory I make is for one-use items with sl...
by JME
Thu Sep 03, 2020 1:00 pm
Forum: Support and Development
Topic: Make my own particle system
Replies: 3
Views: 6320

Re: Make my own particle system

I made it my own way. Thanks for trying to help me anyway.
by JME
Sun Jul 26, 2020 7:03 am
Forum: Support and Development
Topic: Make my own particle system
Replies: 3
Views: 6320

Make my own particle system

I am doing a weather simulator for my game and I thought the built-in particle system would be excellent for rendering snowflakes. It turns out those particles cannot have values changed after they have appeared so if the player press a button so the screen moves in a certain direction it now looks ...
by JME
Tue Jun 03, 2014 3:16 pm
Forum: Support and Development
Topic: Need to load files more than once. HOW?
Replies: 3
Views: 2420

Re: Need to load files more than once. HOW?

Thank you so much for your help Robin! It worked yes it worked! I am just so glad because I have had that problem in a very long time and you just solved it for me. When I tested it on another test game with images, it did not work first. The game window just closed right after I opened it. A very s...
by JME
Sun Jun 01, 2014 5:24 pm
Forum: Support and Development
Topic: Need to load files more than once. HOW?
Replies: 3
Views: 2420

Need to load files more than once. HOW?

I have been stuck with this problem since over a year ago. The problem that I cannot go to files that i have left when I am running the game. When I require a file, then I want to require another file from that file. Then I want to navigate back to the last file, but I do not know how to. I use luas...
by JME
Tue May 07, 2013 6:03 pm
Forum: General
Topic: What's everyone working on? (tigsource inspired)
Replies: 1791
Views: 1509663

Re: What's everyone working on? (tigsource inspired)

I am working on this post.
by JME
Mon Mar 04, 2013 9:25 pm
Forum: Support and Development
Topic: CANNOT GO TO STATES THAT IS ALREADY LOADED
Replies: 1
Views: 1277

CANNOT GO TO STATES THAT IS ALREADY LOADED

I have a problem with my game: When I run the game, I can only visit a state once. For example, when I start the game, I am led to the state "meny" (the main menu). From that state I can simply go to another state called "LevelSelect" (a level selecting menu). from that state I h...