events after pictures

● ARCHIVED · READ-ONLY
Started by DarknessFalls 7 posts View original ↗
  1. Maybe I am doing something wrong but it seems that when ever I attempt to do something like: if button C is pushed erase image, else show it. NPC text.... that the events before the conditional will play out, the events after the conditional will play out but the picture wont show. So I tried: events, picture, events with the same issue. the events before and after lay out but the picture doesn't show. So I tied: events, picture and finally I got my picture.

    But my end goal is: events play, if a button is pushed erase the picture on screen, else show it. after picture is erased play addition events.

    ideas?
  2. Have you tried putting a wait command between the events and showing of the picture?
  3. Kalacious said:
    Maybe I am doing something wrong but it seems that when ever I attempt to do something like: if button C is pushed erase image, else show it. NPC text.... that the events before the conditional will play out, the events after the conditional will play out but the picture wont show. So I tried: events, picture, events with the same issue. the events before and after lay out but the picture doesn't show. So I tied: events, picture and finally I got my picture.

    But my end goal is: events play, if a button is pushed erase the picture on screen, else show it. after picture is erased play addition events.

    ideas?
    Please post a screenshot of your event.

    Most likely reason is that you got a timing problem with the moment when the button is pressed, but without knowing the exact event it's difficult to guess whether you need a loop for solving it and where to enter that...
  4. All events before the conditional play. All events after the condition play. the Image is never shown. ideas? the image should remain until I press 'C' which I suppose is the literal 'C' on the keyboard? either way I press nothing after she states that she will explain it, because it jumps to the next block of text.
  5. I imagine that you want the player to be able to read through the image tutorial for as long as they'd like.

    If so, there's a much simpler way to go about it:

    TxIm_zpse715b306.png

    Basically, what I've done is use the Show Picture command to display the tutorial image. Then I added a blank text input with a transparent window. The event won't move forward until the player presses Enter/Space or Escape key, after which it will erase the picture and continue on. :)
  6. you dear are god. and yes it is a tutorial :D . /thread.
  7. Glad I could help. :)

    This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.