Code:
#This shows the animation
#Frames 1 to 27
for(i, 1, 27) do(
sl := lookup slice(sliceNum, collection)
put slice (sl, camera pixel X, camera pixel Y)
set parent (sl, slParent)
set slice visible (sl, on)
wait(4)
set slice visible (sl, off)
slicenum := (sliceNum + 1)
free slice (sl)
)
#This makes the hero appear at the (x,y) coordinate at the end
#of the animation. This also replaces the default "Coyote"
#character with "Plume" from the animation, then proceeds
#to have her face right and talk to "Jinso"
#Makes Plume Appear after animations
set hero position (me, 11, 10)
add hero (1)
swap by position (1, 2)
swap out hero (2)
embiggen now
wait(3)
set hero direction (me, right)
focus camera (11, 10, 1)
wait for camera
#Dialogue b/w Jinso and Plume
show text box (8)
wait for text box
show text box (9)
wait for text box
#Frames 1 to 27
for(i, 1, 27) do(
sl := lookup slice(sliceNum, collection)
put slice (sl, camera pixel X, camera pixel Y)
set parent (sl, slParent)
set slice visible (sl, on)
wait(4)
set slice visible (sl, off)
slicenum := (sliceNum + 1)
free slice (sl)
)
#This makes the hero appear at the (x,y) coordinate at the end
#of the animation. This also replaces the default "Coyote"
#character with "Plume" from the animation, then proceeds
#to have her face right and talk to "Jinso"
#Makes Plume Appear after animations
set hero position (me, 11, 10)
add hero (1)
swap by position (1, 2)
swap out hero (2)
embiggen now
wait(3)
set hero direction (me, right)
focus camera (11, 10, 1)
wait for camera
#Dialogue b/w Jinso and Plume
show text box (8)
wait for text box
show text box (9)
wait for text box
Here's a video of what actually happens:
https://www.youtube.com/watch?v=jWYGABBXxmI&feature=youtu.be
As far as I can tell, this should perform the animation, then put my hero where the animation character lands, then replace them with the correct hero. Though is seems like none of this is happening. In the video, the hero remains a coyote, and does not change to that (x,y) position....
⊕ P E R S O N A L M U S I C: https://open.spotify.com/album/6fEo3fCm5C3XhtFRflfANr
⍠ C O L L A B M U S I C: https://dustpuppets.bandcamp.com/releases



