home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 October
/
VPR9710A.ISO
/
Ffilly
/
SHORT1
/
SHORT1.TFY
< prev
next >
Wrap
Text File
|
1997-05-26
|
1KB
|
66 lines
// Created By SPON96.06
//
// 渚ショート
//
// by 渚
//
#info INAM "渚ショート"
#info IART "渚"
#info ICMT "短い物語"
#info COMP "渚"
#info ARNG "渚"
#info GRPC "渚"
#info EFCT "渚"
#info IDIM "640x400 ,65535"
#info JINT No
#info TRNS "Ask Me"
#info MDFY No
// オープニング
main()
{
LoadPic("short1.bmp");
OpenWin(0);
scene1();
}
// エンディング
scene0()
{
CloseWinAll();
}
// シーン1
scene1()
{
int p0, p1, p2, p3;
p0 = LoadPic("short1.bmp");
p1 = LoadPic("1_1.bmp");
p2 = LoadPic("1_2.bmp");
p3 = LoadPic("1_3.bmp");
mes(TIME){ step(2){
PlayMIDI("short1.mid");
end_step;
}}
mes(MIDI_TIME){ step(1){
MovePic(p0, 0, 0, PicWidth(0), PicHeight(0), 0); ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
MovePic(p1, 0, 0, PicWidth(0), PicHeight(0), 0, 0, 0, 2, 20); ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
MovePic(p2, 0, 0, PicWidth(0), PicHeight(0), 0, 0, 0, 3, 20); ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
PlayMIDI("s_end.mid"); ,
MovePic(p3, 0, 0, PicWidth(0), PicHeight(0), 0); ,,,,,,,,,,,,,,
DelPic(p0); DelPic(p1); DelPic(p2); DelPic(p3); del_us; scene0(); del_me;,
}}
}