andykenobi's Recent Forum Activity

  • Hey, can you inplement clearRect function?

  • Thanks so much for the update.

    Fixed the biggest issue I had with this plugin.

    Works perfectly for me now, thanks again!

    EDIT: Maybe a suggestion/request for any new version that might be upcoming:

    (Don't know whether that's possible at all)

    Would be awesome if you could add the possibility to change the form type for the multiple input alert, like the textbox. (password for example)

    Thanks again!

    Hum... thats a good idea... i will get some "Work vacation" in this month and i will make this... i like it! Thanks!

  • Can i resize canvas without blur? Like "Sample: Point" from the C2.

    Becouse i'm made a pixel art in 32x32... when i paste in canvas, i resize to 128x128, then when i invoke download frim the canvas, the image has same "blur".

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • i made a simple sprite in pixelart in 32x32 resolution.

    I got one problem... why this is happens?

    Editor:

    Browser:

    My game has a resolution: 256, 144. And the sampling: Point.

  • I think GetLastValue can work better with two formats:

    > GetLastValue: ["Fernando Santorini","20","Curitiba"]
    
    *easy use with tokenat.
    [/code:2u26j7gp]
    
    [code:2u26j7gp]
    *ExportToC2Array: {"c2array":true,"size":[3,1,1],"data":[[["Fernando Santorini"]],[["20"]],[["Curitiba"]]]}
    
    or
    *C2Array
    *GetC2ArrayFormat
    *I don't know lol
    [/code:2u26j7gp]
    

    i will make a v3.0... then i will put this functions... If u have another idea to put more, u can say and i will put.

  • I got it! I use this:

    Thank you!

  • > Hey, i don't know how to use mouse or touch to select menu... How do i do it?

    >

    For that purpose the action 'Select item (in menu)' might be handy.

    But how do i get the index number if the mouse is in the third item, for example... ?

  • Hey, i don't know how to use mouse or touch to select menu... How do i do it?

  • Hello there, i love your plugin! Thank you! But i get an error when i use the function "GetPropState". I found where the error is. At line 1091 you don't instance the variable with a "var" property name.

    Current:

    tmpIndex = this.itemHandle.indexOf(name);

    Correct:

    var tmpIndex = this.itemHandle.indexOf(name);

  • Of course, timers are personal. That is the point. Boolean's are personal too.

    Thank you!

  • When i use a lerp, i usually do it with a timer combined with a boolean.

    This way i can restrain the lerp and i know when it ended. By instance.

    https://www.dropbox.com/s/sa8g4v7lkj08s ... .capx?dl=0

    Cube is a lerp with 4 points. Nothing new.

    Cool, but it will work if one object have many instances?

  • Maybe something like: Add another Variable, start it at 0, call it "Timer", set the death condition to: health<0 and Timer<60 -> your code stuff, plus add 1 to "Timer".

    On Timer=60, destroy object.

    Good idea, i will try. Some one have another idea?

andykenobi's avatar

andykenobi

Member since 16 Aug, 2014

Twitter
andykenobi has 1 followers

Trophy Case

  • 10-Year Club
  • Coach One of your tutorials has over 1,000 readers
  • Email Verified

Progress

12/44
How to earn trophies