-- Drag/Drop section BEGINS - Do not edit between BEGINS and ENDS.
local Movie = __Script.dragdrop.Movie
-- Drag/Drop section ENDS
-- Toggle the playing state of the movie
Movie.Playing = not Movie.Playing
-- Print the movie details
print("Filename = ", Movie.Filename)
print("Repeat = ", Movie.Repeat)
print("Position = ", Movie.Position)