./clones_the_end.lua

  1. Clones_the_end_doc_handle = -1 
  2.  
  3. local The_end_anim_h = -1 
  4.  
  5. function clones_the_end_init() 
  6. 	 
  7. 	Clones_the_end_doc_handle = vint_document_find("clones_the_end") 
  8. 	 
  9. 	The_end_anim_h = vint_object_find("the_end_anim") 
  10. 	vint_apply_start_values(The_end_anim_h) 
  11. 	--Dump pause map... 
  12. 	pause_map_dump() 
  13. end 
  14.  
  15. function clones_the_end_19() 
  16. 	 
  17. 	lua_play_anim(The_end_anim_h) 
  18. end 
  19.  
  20. function clones_the_end_cleanup() 
  21. 	--restore pause map... 
  22. 	pause_map_restore() 
  23. end 
  24.