From 65af63ef1f52c181bc256f368dcb5811be047f5d Mon Sep 17 00:00:00 2001 From: Changbai Li Date: Sat, 14 Mar 2020 18:18:50 +0800 Subject: [PATCH] add automatic show control with this line of code, we won't have to right click and show control. --- sketch.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sketch.js b/sketch.js index 50db7ea..63cdf96 100644 --- a/sketch.js +++ b/sketch.js @@ -16,6 +16,7 @@ let srt = ""; function preload() { vid = createVideo(vidFile); vid.size(640, 320); + vid.showControls(); subText = loadStrings(subFile); }