I want to make a cutscene animation, in which my character uses a skateboard to go from one side of a room to the other. During this movement (that I'm going to do with programming as you can see in my snippet of code), I want a view to be shown in which the character goes "swinging his arms" as if he were surfing. In a repeatedly_executed I have created this function
view 8 is the view where the player is over the skateboard in a loop waving their arms.
skate is an object with represents the skateboard.
With the previous code the player is moving from a side to the other but only shows the firts frame of the view. I want to show all the frames of this view in a loop...until my player comes to the end.
Thanks for your help!!
view 8 is the view where the player is over the skateboard in a loop waving their arms.
skate is an object with represents the skateboard.
With the previous code the player is moving from a side to the other but only shows the firts frame of the view. I want to show all the frames of this view in a loop...until my player comes to the end.
Thanks for your help!!