Title | Data | Data Name | No |
Format Bool CPK_IsDispTime (CpkHn cpk) Input cpk: Movie handle Output None Function value TRUE when the movie frame image has been expanded and displayed. FALSE if it is not yet time to display Function When this function returns to TRUE, it is time to display an image of one frame , so if you have expanded to sprite VRAM, you will change the frame. memory If expanded to , transfer the expanded content to VRAM. After that, be sure to call CPK_CompleteDisp.
Title | Data | Data Name | No |
Format void CPK_CompleteDisp (CpkHn cpk) Input cpk: Movie handle Output None Function value None Function Notifies the library that the image display is complete. Remarks Call this function when CPK_IsDispFrame becomes TRUE. If you do not call , the movie will not play.
Title | Data | Data Name | No |
Format void CPK_VblIn (void) Input None Output None Function value None Function Manages movie playback time. Remarks When using this library, be sure to call this function with a V blank IN interrupt.