home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 May
/
CHIPCD5_98.iso
/
software
/
testsoft
/
carr
/
IRL.CST
/
00124_Script_s_polka
< prev
next >
Wrap
Text File
|
1998-01-28
|
460b
|
23 lines
on enterFrame
global mov,prep,g_animbrd,g_animy,g_animdir,g_animspr,g_animt,g_animjmp
global g_music,tmpt
if prep=1 and mov=0 then
set g_animbrd=0
set g_animy=-68
set g_animdir=4
set g_animspr=7
set g_animt=the timer
set mov=1
set prep=0
sfOut 0
set g_music="polka"
set tmpt=the timer
end if
if (the timer-tmpt)>250 then set g_music="Car"
end
on exitFrame
go to the frame
end