Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Search results

  1. Tsukihime

    Learn Javascript Basics

    That would be up to you and how quickly you can understand and apply what you learn. I learned Ruby through RPG Maker VX Ace with no prior ruby experience for example, but you'll probably need to learn some programming concepts as well.
  2. Tsukihime

    Banner Contest!

    Well, "Forums" and non-"Forums" versions are up so it'll be up to democracy to see which one wins.
  3. Tsukihime

    Ajax

    http://preorder.rpgmakerweb.com/rpg-maker-mv/
  4. Tsukihime

    Ajax

    Pre-order demo.
  5. Tsukihime

    Ajax

    Which resources?
  6. Tsukihime

    Ajax

    Sorry, I was wrong. Scripts aren't loaded asynchronously but other resources are. WebAudio.prototype._load = function(url) { if (WebAudio._context) { var xhr = new XMLHttpRequest(); xhr.open('GET', url); xhr.responseType = 'arraybuffer'; xhr.onload =...
  7. Tsukihime

    What scripts would you like made?

    Well, it's not like you'd need to use tile-based collision detection when you're building a touhou scene... If there was a way to embed a Game Maker project in an RPG Maker project, I wouldn't mind, but at this point I would find it more productive to be able to build a shooter engine into RM...
  8. Tsukihime

    Banner Contest!

    I wonder how RagingFlare's banners would look if the word "forums" was in there.
  9. Tsukihime

    Ajax

    This is the kind of logic they're using to send requests var xhr = new XMLHttpRequest(); try { xhr.open('GET', lastScript.src); xhr.overrideMimeType('text/javascript'); xhr.send(); return true } catch (e) { return false } So you'll likely need to include...
  10. Tsukihime

    New Emoticons!

    I was wondering if we can get some Rilakkuma emoticons.
  11. Tsukihime

    What scripts would you like made?

    I don't think you'll be getting any sophisticated collision detection. If anything, it will still be using Ace's tilemap format: simply checking if your position is equal to the target's position. However, pixiJS may be able to offer some help with that. And if it doesn't...you might look at...
  12. Tsukihime

    How do I disable email alerts?

    I think I found it. Under Preferences there are these options: Automatically watch threads that you create or when you reply... and receive email notifications of replie
  13. Tsukihime

    A topic to sharing personal websites?

    For smaller communities it might not be too much of an issue but for larger communities I never really know whether someone's making resources and putting it on their website or on the forums. And even then, if I don't check a particular section of the forums, I may never know about it. On...
  14. Tsukihime

    How do I disable email alerts?

    I have just checked and it is currently unticked. Which means I am receiving emails even if it's unticked. Hmm.
Top