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. cake maker

    Conditional branch script with modulo comparison

    Hi all, Trying to get this working: $gameVariables.value(0037) % 4 == 0 But it doesn't seem to work. It just always runs, and because I'm printing the value of the variable beforehand, I know it shouldn't always run, for example, if the value is 13, the remainder won't be 0, but 1. Any help...
  2. cake maker

    Hit and run trigger

    Hi all, Trying to get a truck event to hit a player (detected with event touch) whereafter the player is squashed for a few seconds and HP is deducted. But as soon as the truck hits the player, I was hoping it would continue it's route to it's finish, but it doesn't, because it's on the same z...
  3. cake maker

    Possible bugs and things

    Hi all. I just wanted to talk about two bugs that I became aware of in my testing. 1. Playing of animation 009 while entering region #2 without any triggering causing that. Could be a plugin, but if so, I've no idea which one. This possibility becomes more plausible when you consider it...
  4. cake maker

    Making a moving car event

    Hi all. I'm getting used to the editor a little now, but haven't found any information on this yet. I want to make an event that uses more than one tile (four tiles for the cars in a square shape), but don't know how to set the resolution of the event graphic. I noticed in VX Ace and MV that...
  5. cake maker

    Hi all, Cake here.

    Hope I can help some people - over and out.
  6. cake maker

    Rope swing animation

    Hey all. I'm trying to make a guy on a rope swing across the screen, using the animation editor. I've got a single frame png file with the rope and guy holding the rope, and have set up the animation frame by frame, swinging from right to left to right to left to right till stop. Because the...
Top