-
I saw the other issue with the same question but mine's a bit different I believe. I want the video to play below the hud but stay attached to the camera so it stays fully on screen. I've tried setting it to camHUD but it covers the arrows and hud and camGAME makes it so it moves with the stage and I don't know how to fix it. Sorry if my question is confusing but I've been trying to figure this out for 3 hours and know almost nothing about coding. I did check the WIKI for this and couldn't find anything. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
You can use |
Beta Was this translation helpful? Give feedback.
You would mostly just write the event as normal, but make it so that the video is constructed on the
create
callback and then load the video using the traditionalonEvent
callback, like you would with any other event. You only need to run the event at the beginning of the chart. Essentially, you just split the work between different callbacks.