- 664
- Posts
- 16
- Years
- Age 33
- England
- Seen May 16, 2024
Great script crazyninjaguy, but I have this problem:
https://www.iaza.com/work/100404C/error51388.png
Thanks for all.
That would be your screen size set at 240x160.
You can do one of two things to sort this out.
1. Change your screen size back to 480x320
2. Change the values in the script.
2.1 - Find the line that says
Code:
Screen.resize(485,695)
Code:
Screen.resize(245,330)
2.2 - Find this line: [code]@spacer=IconSprite.new(0, 320)
2.3 - Find this line:
Code:
@sprite=IconSprite.new(0, 325)
It works for me! It works!
But, er, how do you get it to actually do something? Like, menus and whatnot.
At the moment, this script is only a base. In the future i'll be adding various different menus that you guys can choose from.
Realy nice Script. Only one thing, when you want to change the Screen Size there is no Dual Screen anymore.
Gigatom~
Yeah, in the next version, i'll take out the option where you can change the screen size in the options menu.