Clear + images + fast

Would you like this feature?


  • Total voters
    15

felipefalcon

Villager
Member
Joined
Jun 11, 2014
Messages
20
Reaction score
35
First Language
Portuguese
Primarily Uses
RMVXA
Description of the Feature:
  • Clear/Delete many images in a just command/code.

Code for Implementation:
Code by Hudell
Code:
// Erase Pictures
Game_Interpreter.prototype.command235 = function() {
  var startIdx = this._params[0];
  var endIdx = this._params[1];

  for (var i = startIdx; i <= endIdx; i++) {
    this.erasePicture(i);
  }

  return true;
};
Mockups:

Translate to english:
1- até -> to
2- Todas -> All

Why this suggestion?
Who likes to style their own game, usually create systems, mini-games that use many images. It is often extremely annoying to delete images one by one.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Posts

Latest Profile Posts

People3_5 and People3_8 added!

so hopefully tomorrow i get to go home from the hospital i've been here for 5 days already and it's driving me mad. I miss my family like crazy but at least I get to use my own toiletries and my own clothes. My mom is coming to visit soon i can't wait to see her cause i miss her the most. :kaojoy:
Couple hours of work. Might use in my game as a secret find or something. Not sure. Fancy though no? :D
Holy stink, where have I been? Well, I started my temporary job this week. So less time to spend on game design... :(
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.

Forum statistics

Threads
105,868
Messages
1,017,088
Members
137,585
Latest member
Reversinator
Top