dahu's Forum Posts

  • Hi !,

    I have several clones of a sprite (case), with for each an instance variable to give them a number of order.

    With an action, i would like to move an other sprite on a specific clone by his specific instance.

    Example: i clic on a case, and a sprite go to another one.

    With the Action "Set position to", i don't see how to put the right X and Y of my case with his instance variable.

    An idea?

    Thank's

  • thank's

  • Hi !

    i am intersting abuor your capx but it don't run more.

    could you update this?

    thank's

  • i haven't seen it was for CC, sorry.

    i search a solution to C2 and i have post an other message to this.

  • Hi!

    my capx don't open because i use an other version of the plugin "sprite", which integer an action "hotspot".

    ( ftpperso.free.fr/zoom/sprite.zip )

    i'll try with your idea but i don't know how center for zooming to a specifix point.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi !

    a few years after 2010 (your post !) i need a plugin to change Hotspot of a sprite during runtime.

    in fact, i want to do a zoom on the point of a sprite i am cliqued.

    can you help me or give me an new url?

    thanks

  • Thank's for your answer but it zoom on the default origin of the sprite, without change this origin when i clic on a specific point of the sprite.

  • Hi,

    i would like to change the origin of a sprite, but in an appli, for zooming on this point.

    i try Hotspot, but i can only clic a time. At the second clic, nothing happend.

    i add two slidebars to change origin and all is good.

    I don't understand why it'wrong with clic on sprite.

    here is a capx.

    svt.dahu.free.fr/zoom/zoom3.capx

    An idea please?

  • Hi,

    i would like to put and adapt a canvas exactly over an image dowload with FileChooser, with the same dimension.

    i can't choose the parameter "Keep curent size" because the image is modified.

    So for that, i need the width and the height of the file.

    I just found the global size in pixels (with FileChooser.FileSizeAt(0) )

    How to do?

  • Hi! thank's

    but i don't see how to do, and i would like to move my rubber with the mouse to erase some area.

  • hi !

    i work on a drawing appli, and how can i make a rubber without color on a canvas?

    i would like to erase some parts of line or curves i drawed. My canvas is upper a picture and i can't use a background color.

    i try to put 0 on alpha value, but without success.

    Thank's !

  • Thank's Lumik, i'll work your example to learn more...

  • my apply (i'am teacher and it is for my classes) use a page to see all the results of my student like this:

  • oups !

    i am a beginner and i don't know how to use what you say about instance or instance variable.

    Have you an example?

    and i use textboxes to build a sort of grid with their borders.

  • Hi !

    i have put some datas in a table (array, dictionary or storage) and i would like to show this table on the screen in Construct2.

    For the moment, i have build a table with a lot of cells (TextBoxes) in wich i get the data, one by one. It's heavy !

    Is ther a solution to do this automatiquely in a grid with all the datas of the table?