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 >
Text File  |  1998-01-28  |  362b  |  19 lines

  1. on enterFrame
  2.   global mov,prep,g_animbrd,g_animy,g_animdir,g_animspr,g_animt,g_animjmp
  3.   global g_music
  4.   
  5.   if prep=1 and mov=0 then
  6.     set g_animbrd=0
  7.     set g_animy=-68
  8.     set g_animdir=4
  9.     set g_animspr=7
  10.     set g_animt=the timer
  11.     set mov=1
  12.     set prep=0
  13.     set g_music="Car"
  14.   end if    
  15. end
  16.  
  17. on exitFrame
  18.   go to the frame
  19. end