odiusfly's Forum Posts

  • I work on a project that import an image at the center (200x200 for example) and this image i give different height and weight than what we can see on screen. So as i said, this works with off mode. I ask you in case there is any tip, even a function outside, whatever can helps. If no, it's ok, no prob.

  • Ashley

    Do this:

    Create a project with 500x500.

    Set to letterbox mode.

    Set size to 1000x1000 and snap. Even 250x250 if you want.

    Will get result of width and height depend your browser and resolution.

    So if you use the same thing but use off mode and add any size you will get the same size.

    I use "canvas size" before "take snapshot".

    Simple lines of code:

    1) Set canvas size

    2) Take snapshot

    3) On canvas snapshot -> Invoke download

    Is there any different way i miss to get any size with letterbox mode?

    Thanks!

  • Ashley

    Any help? Thanks!

  • Hey guys,

    I want to snap canvas but when i use Fullscreen mode = Off can get any size i want.

    So what i need is to use Fullscreen mode = Letterbox scale at the beginning and when i want to snap to use Off mode until complete and rerun me to Letterbox scale mode.

    Can I? Or... Is there any different way to snap any size without Off mode? I try something with browser without luck.

    Thanks!

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hello,

    If you are interested, don't hesitate to contact me via email:

    odiusfly [at] hotmail [dot] com

    Thanks in advance,

    Kyriakos

    odiusfly.com

  • Hello,

    Check your inbox.

    Thanks in advance,

    Kyriakos

    odiusfly [at] hotmail [dot] com

    odiusfly.com

  • Hello,

    If you are interested don't hesitate to contact me via email:

    odiusfly [at] hotmail [dot] com

    Thanks in advance,

    Kyriakos

    odiusfly.com

  • Hello,

    If you are interested for freelance work, don't hesitate to contact me via email:

    odiusfly [at] hotmail [dot] com

    Thanks in advance,

    Kyriakos

    odiusfly.com

  • Hello,

    If you are interested don't hesitate to contact me via email:

    odiusfly [at] hotmail [dot] com

    Thanks in advance,

    Kyriakos

    odiusfly.com

  • R0J0hound

    Thank you my friend! Nice idea!!! :)

  • Thank you Magistross for your help, I appreciate it! :)

    Just a question:

    I check the project so if i understand right, each time you clear all text and replace the names for each starting from left to right, yes?

    So my question is, what can i do, if i want to use the text names but this time to use visible and position methods? But not to use any destroy. Can i?

    I mean, imagine the 4 text to have unique variables (Instance variables) - Why not to get from array.

    So for example:

    Text 1 = John = 100

    Text 2 = Bill = 50

    Text 3 = Jason = 10

    Text 4 = Anna = 30

    So back on your example, when i search for "J" letter,

    The project keep on Text 1 "John" but this time in Text 2 with "Bill" and "50" variable give the name "Jason".

    Hope you understand my point. Thanks again!

    P.S: Yes i know, maybe you can create something with Y for array and give on text a rename for names and variables. But i ask in case not use this way (rename) and to use a move/position method.

  • Hey guys,

    I try to create a search system without luck.

    I want to use 1 text and 1 textbox. Each time i start writing to detect the text characters from left and appear the right text names.

    I don't want to delete and create the texts each time i search. A visible-invisible method is needed.

    Any ideas, can you please help me?

    Thanks again all!

  • Thank you Martin & GAMEE Team!!! :)

  • Yes i test it yesterday but i thought maybe there was a different way with just 1 sprite.

    Okay no problem. Thank you! :)

  • Hey Guys,

    I try to load a base64 format in sprite via array without luck.

    In this example i use 2 different images, red and green boxes.

    I use an array and add base64 code for each.

    What i want is, each sprite to load the image code from array (loopindex).

    So basically the result to be 1 red and 1 green boxes.

    Can you please help me? Thanks!