Jump to content

Announcing our new website

To find out the latest about our new website, visit Game Dev Unlimited

Fading in & Out


  • You cannot reply to this topic
9 replies to this topic

#1 CrimsonInferno

    Child of the North . ∙ : ∙ . ¤

  • Member
  • 2,072 posts

Posted 08 September 2010 - 04:07 AM

I can't seem to remember the simplest thing :facepalm @ myself.

Its been months since I touched XP and I forgot about it. I've been using VX lately (youtube episodes) and no matter what, I can't seem to do it.

I know this may sound like a easy and simple question and I know I knew it before....but how do I, in XP, make the screen fade, transfer character (I know that part at least lol) and then have the screen unfade out? When I do it, the screen stays black. I knew this at one point, but I forgot lol


Can anyone help me........?

*sorry for such the novice question -sigh-*

Thanks for reading! :P

#2 Tomo2000

    The Zombie Master

  • Member
  • 1,023 posts

Posted 08 September 2010 - 09:15 AM

Even I get this happening all the time... It happens because when it transfers it doesnt do anything after it. What you want is probally something like this:

Change Screen Colour Tone (-255, -255, -255), @20 (frames)
Wait 25
Change Screen Colour Tone (0, 0, 0), @20 (frames)
Transfer Player

That way the player transfers while the screen is unfading. Another way to do this is just to add a parallel process event on the new map that sets it to whatever tone you need. Hope this helps.
~Tomo2000.

#3 rgangsta

    The Boss

  • Member
  • 1,090 posts

Posted 08 September 2010 - 01:41 PM

This is why I use VX. It fades the screen for you upon transfer :D

#4 Polraudio

    Master of the Mind

  • Moderator
  • 3,479 posts

Posted 08 September 2010 - 02:31 PM

View PostTomo2000, on 08 September 2010 - 09:15 AM, said:

Even I get this happening all the time... It happens because when it transfers it doesnt do anything after it. What you want is probally something like this:

Change Screen Colour Tone (-255, -255, -255), @20 (frames)
Wait 25
Change Screen Colour Tone (0, 0, 0), @20 (frames)
Transfer Player

That way the player transfers while the screen is unfading. Another way to do this is just to add a parallel process event on the new map that sets it to whatever tone you need. Hope this helps.
~Tomo2000.
Actually

Change Screen Colour Tone (-255, -255, -255), @20 (frames)
Wait 25
Transfer Player
Change Screen Colour Tone (0, 0, 0), @20 (frames)
Wait 25


Then they have to wait till it fades back before they can move.

#5 Lizzie S

    Legendary

  • RMXPU Legend
  • PipPipPipPipPipPipPip
  • 1,624 posts

Posted 08 September 2010 - 04:01 PM

This gives me a great idea for a script. Maybe something to work on for myself. Thanks, Crimson!

#6 CrimsonInferno

    Child of the North . ∙ : ∙ . ¤

  • Member
  • 2,072 posts

Posted 08 September 2010 - 05:38 PM

Thanks for helping me guys! I can't believe I forgot how to do this. I guess my break to VX really messed me up lol


------


I tried both those ways, but the screen never unfades >.>

@Leon:
A script? Well, glad I helped/inspired you ^,^

#7 Polraudio

    Master of the Mind

  • Moderator
  • 3,479 posts

Posted 08 September 2010 - 05:43 PM

it should. thats why there is a "Change Screen Colour Tone (0, 0, 0), @20 (frames)"

Change Screen Colour Tone (-255, -255, -255), @20 (frames) - Fades completely black after 20 frames
Wait 25
Transfer Player
Change Screen Colour Tone (0, 0, 0), @20 (frames) - Un-Fades completely after 20 frames
Wait 25

You sure you set all the sliders back to the center for the last Change Screen Colour Tone?

#8 Lizzie S

    Legendary

  • RMXPU Legend
  • PipPipPipPipPipPipPip
  • 1,624 posts

Posted 08 September 2010 - 05:47 PM

I just posted a script that should help make this easier.

#9 CrimsonInferno

    Child of the North . ∙ : ∙ . ¤

  • Member
  • 2,072 posts

Posted 08 September 2010 - 05:48 PM

Okay, I thought I checked the "unfade" back to 000s. I left one lol

>.>

Thanks Lucas! :D

#10 Kiriashi

    Activity Whore

  • RMXPU Legend
  • PipPipPipPipPipPipPipPipPipPip
  • 4,486 posts

Posted 08 September 2010 - 08:09 PM

View PostLeon, on 08 September 2010 - 05:47 PM, said:

I just posted a script that should help make this easier.


Heh, someone asks how to do a simple thing in RMXP and you go out of your way to make a script for the problem. xD

Nice.





0 user(s) are reading this topic

members, guests, anonymous users