home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 May
/
CHIPCD5_98.iso
/
software
/
testsoft
/
carr
/
IRL.CST
/
00123_Script_s_Down+loop
< prev
next >
Wrap
Text File
|
1998-01-28
|
362b
|
19 lines
on enterFrame
global mov,prep,g_animbrd,g_animy,g_animdir,g_animspr,g_animt,g_animjmp
global g_music
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
set g_music="Car"
end if
end
on exitFrame
go to the frame
end