First of all, i'm new in this forum so ill introduce myself! I'm a experienced maker except in scripts, ive just started learning. I also want to say that I'm spanish and i can manage to understand and speak english, but i'm not native hehe. Ive come to this forum bcos no one answers my qestions in soanish forums.. i hope you all are kinder
I am doing a cms, and after creating windows and scenes and whatever, everything works ok, but i want to put an picture that gets bigger and smaller at my will . The problem is that if I create the icon with the RPG::Cache etc type, i can't put the .zoom_x/.zoom_y that i want. So I decided to copy the picture (/icon/"picture_name") to the /Picture folder. Afterward, i write the following lines:
@picture = Game_Picture.new(1)
@picture.show("picture_name",0,14,14,100,100,255,0)
And after this i put the @picture.update in the correct place, but the problem shows when I try to open the menu, that, in fact, opens, but there is no picture. To prove that it is not a "jump the line command" (to name it somehow xd) error I changed the origin value (which is the second propiety, one first 0) into a string and actually it returns me an error. So I also tried to change the "picture name" propiety (not the name of the picture, but the picture_name) to some nosense name, and it does not return me any error. The fact is that I don't know what kind of error i am doing. I'd be thankful if someone could help me.
PD: I am really sorry about my english, excuse me. I try to do my bests
I am doing a cms, and after creating windows and scenes and whatever, everything works ok, but i want to put an picture that gets bigger and smaller at my will . The problem is that if I create the icon with the RPG::Cache etc type, i can't put the .zoom_x/.zoom_y that i want. So I decided to copy the picture (/icon/"picture_name") to the /Picture folder. Afterward, i write the following lines:
@picture = Game_Picture.new(1)
@picture.show("picture_name",0,14,14,100,100,255,0)
And after this i put the @picture.update in the correct place, but the problem shows when I try to open the menu, that, in fact, opens, but there is no picture. To prove that it is not a "jump the line command" (to name it somehow xd) error I changed the origin value (which is the second propiety, one first 0) into a string and actually it returns me an error. So I also tried to change the "picture name" propiety (not the name of the picture, but the picture_name) to some nosense name, and it does not return me any error. The fact is that I don't know what kind of error i am doing. I'd be thankful if someone could help me.
PD: I am really sorry about my english, excuse me. I try to do my bests