Options: Harry Potter•Hermione•Dumbledore•Voldemort
Includes: Wand•Wand Box•180 sheets•Charger Cable•Spell Guide
Precautions: You must watch the teaching before using it. Minors must use it under the supervision of a guardian. Do not shoot at people or flammable objects.
You cannot directly see the situation in the launch port with your eyes. Reflection inside the mirror to see what’s inside the tube. Do not strike or beat the wand.
Note: The presented paper is a consumable item, you need to prepare it yourself when it is used up. Almost all magic prop shops sell this, use it after drying (be sure to expose it to the sun)
// Listening to the video element let clip = document.querySelector(".vid")
/* Adding the event listeners on the video to play/pause the video. */ clip.addEventListener("mouseover", function (e) { clip.play(); })
/* Applying the mouse out event to pause the video */ clip.addEventListener("mouseout", function (e) { clip.pause(); })