1,051
edits
m (→Native functions: replaced dead link) |
m (→cinematic_: moved image from right to left) |
||
Line 168: | Line 168: | ||
*cinematic_stop bitmap_name:string end:int velocity:float - stop the display of a cinematic insert - cinematic_stop (KONtalkangryfront, 16, 20) | *cinematic_stop bitmap_name:string end:int velocity:float - stop the display of a cinematic insert - cinematic_stop (KONtalkangryfront, 16, 20) | ||
This picture shows layout of the "flags" used by cinematic_start/stop (those start:int; end:int numbers). Blue-visible screen, yellow-behind visible screen. If you set zero flag (cinematic_start MUROtalking, 180,180, 0, 0, 15, false) picture is displayed in the top-left corner of the visible part. If you set it to higher number than 25, picture will not be displayed. | This picture shows layout of the "flags" used by cinematic_start/stop (those start:int; end:int numbers). Blue-visible screen, yellow-behind visible screen. If you set zero flag (cinematic_start MUROtalking, 180,180, 0, 0, 15, false) picture is displayed in the top-left corner of the visible part. If you set it to higher number than 25, picture will not be displayed. | ||
[[image:Cinematic_flags.jpg]] | [[image:Cinematic_flags.jpg]] | ||
edits