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. D

    Yanfly action sequence animation bug?

    Hello forum people, It feels that when a action sequence plays it seems to skip a part of the animation on the first cast. Then I try the same move again and it plays perfectly with no error. Is this a bug or am I doing something wrong? Or is it a buffering of animation issue? Heres the...
  2. D

    Window_update which bitmap is it on?

    So on an update function how do I know which variable bar to update? Since I forlooped to create multiple bars. Thanks. The update function will not know which bitmap is which? for(var i = 0; i < achievementText.length; i++){ this.createVariableBars(i); }...
  3. D

    add game variables? (non event)

    It seems I cant find this anywhere. Is there a way to set a bunch of game variables at once without an event doing it? it seems theres no database tab for it I want to add a bunch of game variables for scripting purposes such as max hp, partygold. I know how to access them via script...
  4. D

    Help javascript beginner

    Hello I am a programmer, but being the first time using javascript i get an error which i never seen before in other languages. To start off i made my own window which works fine, now i want to for loop through an array to draw progress bars. unlockablesWindow.prototype.initialize =...
Top