Mediator 9: Drag & Drop


Mediator 9

In this screencast I show you how to create a simple interactive drag and drop matching activity in Mediator. You will be introduced to several key building blocks for programming interactivity in your projects. I would recommend that you watch all of the previous screencasts in this series before attempting to follow this one.

If you’d like to explore the example project demonstrated in this screencast, you can download it and edit it on your own computer (assuming that you have installed Mediator 9). You can also download the full script for the screencast.

Specific topics covered in this screencast:

  • The ‘Drag & Drop’ event
  • The ‘Drop On’ action
  • Variables
  • The ‘Assign’ event
  • ‘If…’ events (also referred to as ‘Conditional Statements’)
  • Using the Debug tool

Duration: 15min 51secs

Level: Intermediate

Download (click a link below):

QuickTime [medium] 960 × 600

QuickTime [small] 640 × 400

Download this screencast in iPod/iPhone format via iTunes

,

  1. #1 by Pippa Totraku on 14th November 2009 - 7:51 pm

    Through Jeremy’s screencast series on Mediator I have found a good balance of information both visually onscreen and through the audio narration. I will continue to use these resources significantly in my teaching and I know that my students appreciate the support they provide. Many, many thanks.

  2. #2 by Curtis Nelson on 6th August 2010 - 5:34 pm

    Any possibility of hiring you to help me with a “drag & drop” programming problem I’m having? I’m up against a hard deadline and can’t seem to find the solution. I know its there – I just can’t seem to see it. If possible, I’d appreciate it. I think you have my email address through my registration.

    Thanks much!

  3. #3 by Jeremy on 13th September 2010 - 7:15 pm

    Sorry but I’ve been away on leave and recent changes in my personal circumstances have made it very difficult for me to find time to work on the Mediator screencasts. The Advanced Drag & Drop screencast is coming along but is quite a biggy. I’ll try to get it published shortly. Sorry that I don’t have the time to offer you more assistance.

  4. #4 by Vinny Doyle on 8th December 2010 - 6:56 pm

    Hi, great work. Do you sell training on Mediator?

    Regards

    Vinny

  5. #5 by Jeremy on 8th December 2010 - 8:09 pm

    Thanks for the positive feedback, Vinny. What kind of training did you have in mind and in what context?

  6. #6 by Vinny Doyle on 8th December 2010 - 10:55 pm

    Jeremy, I think Mediator 9 is a great programme, but the tutorials provided by Matchware are not good. I basically want to use it for developing training & adding soem Java script.

  7. #7 by Vinny Doyle on 8th December 2010 - 10:58 pm

    Jeremy, basically I want to do a presentation, have a questionnaire & be able for the results to be emailed to a person, the name of which can be set at the beginning.

  8. #8 by Andrew Welsh on 5th August 2011 - 10:09 am

    Hi Jeremy,
    Hope that you can shed some light on this. Creating an E-Learning Booklet, using the tools with Mediator. I have repurposed an existing Flash movie and tried to import it into Mediator. The Flash Object is a drawing tool which allows the user to draw circles over spelling mistakes in text and to print off later. The swf loads and plays in Mediator fine, howvever, when it is exported eitther through SCORM or as swf file, the Flash Object sometimes appears and if it does the user is unable to draw on the canvas. Any ideas??

  9. #9 by Jeremy on 7th August 2011 - 9:16 pm

    I don’t have any experience of using interactive Flash objects in Mediator projects so I’m not able to provide you with any tips on this one. Perhaps someone else reading these comments might have some advice? I wonder if there could be a clash of different ActionScripts here? I’m not sure how Mediator handles ActionScript.

  10. #10 by wil on 8th August 2011 - 7:30 pm

    I have had lots of issues with features not working as they should in compiled swf’s. It could be the added swf in question contains scripting that interferes with mediator. I suggest you produce a test a application with just the imported flash object added and nothing else. if it compiles and works you at least know it should work in theory, if it doesnt work in this format then, your not going to be able to use it in mediator.

  11. #11 by Liam on 19th January 2012 - 7:09 pm

    Hi Jeremy. Have been following your Screencasts as an aid to my coursework and have found them very useful! Just one question: How do i make the score from that particular screencast appear on every page? This is so that the user can track their score throughout the product. Every time i advance to another page it seems to disappear.
    Many Thanks.

  12. #12 by Jeremy on 22nd January 2012 - 6:26 pm

    Glad you find the screencasts useful. It sounds like you might have your score variable set to ‘local’ scope – you need to change this to ‘global’ scope so that the value of the variable is available to other pages. Hope this helps and sorry for slow response.

(will not be published)