# First define the two videos
image oralelf2 = Movie(play="movies/oralelf2.webm", # Raising her arms
loop=False, # This one doesn't want to loop
image="oralelf3.webp") # Display this after the video finishes if not looping
image oralelf3 = Movie(play="movies/oralelf3.webm", # Holding his hips
start_image="oralelf3.webp") # Display this before the video loads
# Then define a new Displayable to show both videos
image oralelf2transition:
"oralelf2" # Show first movie
pause 3 # First movie duration, minus a tiny bit
"oralelf3" # Show second looping movie