in reply to Creating a drag and drop game to memorize

Since you haven't shown any of your code it is hard to tell where you are having problems. Anyway, here are a few examples of runnable code that may give you useful hints.

How to make a Tk::Button move/slide within a Tk::Table
How to move up/down the row element in a ListBox/Mlistbox

  • Comment on Re: Creating a drag and drop game to memorize

Replies are listed 'Best First'.
Re^2: Creating a drag and drop game to memorize
by kartik.sh89 (Initiate) on Mar 01, 2013 at 04:41 UTC
    Yes.. Sorry but I am not able to understand from where should I start. This is going to be my first Perl project. I am still struggling with the canvas and drag&drop module.

    Please suggest me some road-map that how can I achieve this.