Jump to content


Photo
- - - - -

Easy Text Box Example


  • Please log in to reply
81 replies to this topic

#81 edneicabofrio

edneicabofrio

    GMC Member

  • GMC Member
  • 12 posts
  • Version:GM:HTML5

Posted Yesterday, 11:59 PM

Any idea what's going on with mine?

 

 

 

InvinCibleXz and Nolbear !

 

 

In my opinion this is a bug in the command  sprite_create_from_screen on the script is in the Object "Controller".

This command is presenting strange behavior on some platforms such as Windows XP and Android 4.1.2.

I submitted the case as a bug, which may be accompanied at this link:
http://bugs.yoyogame...ew.php?id=11108

 

I use GM: Studio 1.1.964 Steam on Window XP. And you guys?

Thanks


Edited by edneicabofrio, Today, 12:02 AM.

  • 0

#82 thegame

thegame

    Flying Penguin

  • GMC Member
  • 1407 posts
  • Version:GM:Studio

Posted Today, 12:27 PM

I'm using GM:S 1.1.964 Steam on Windows 7.

With Nolbear's, it was because the port and view sizes were different. When you take an image of the stretched screen its size is 640x480 (or whatever it was). Then you draw 640x480 on a smaller screen like, 64x48, and you lose most of the image. To fix it, it was drawn scaled down to the correct size.

InvinCibleXz looks like it might have been a similar problem, as only the drawn image was the wrong size. The rest of the screen was still fine. Now that I think of it, changing the draw_sprite to

draw_sprite_stretched(pauseImg, 0, view_xview[0], view_yview[0], view_wview[0], view_hview[0]);

the way I did with Nolbear would probably work.

It's possible that it would be the same for edneicabofrio, but there's no image so I can't be sure.


  • 0




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users