- 24
- Posts
- 19
- Years
- Age 34
- Reading England
- Seen Apr 5, 2006
Are you going to do anymore work on this or just leave it as it is?
well, there's an easier way:sobeman459 said:those to fit this screen if you can send those i post it item balls and keyitems
@picture.zoom_x = (Screen_Width / Current_Picture_Width) * 1.3334
@picture.zoom_y = (Screen_Height / Current_Picture_Height)
well, it's not the fading that lags.dan48 said:I fixed my problem but what I though would go away didn't. You know how the text fades in during a battle. How do I take out the fading in. It makes my battles lag so much Blizzy. Please tell me how to fix this. I just want it to be straight and not fading in. I just want it to be there right away, like when you talk to a person. How do I fix this?
if @fade_in
self.contents_opacity += 24
if @fade_in
self.contents_opacity = 255
i'd say delete the script Scene_MenuSetreal said:Can someone tell me how to remove the menu (so I can work off the default one ) ?
Thats simple.. but each badge as a switch and then when you beat the gym leader who gives u the badger.. turn on the switch and make it so the trainer leaves/or moves after the switch is activated..dan48 said:how do I like put a person blocking a road and the only way to get through is by having a badge or something. I dont know how to do this.