#22003/7/8 18:17:04
on beginsprite me
starttimer
end
on exitFrame me
if the timer>5*60 then
go to the frame +1
else
go to the frame
end if
end
on keydown me
if keypressed() then
go to the frame +1
end if
end
编辑历史:[这消息被54zq编辑过(编辑时间2003-07-08 18:17:38)]