home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Archived / Updates / Flash / writeflash / !MakeFlash / h / flash < prev    next >
Text File  |  2000-04-23  |  1KB  |  40 lines

  1.  
  2. #define stagEnd                  0
  3. #define stagShowFrame            1
  4. #define stagDefineShape          2
  5. #define stagPlaceObject          4
  6. #define stagRemoveObject         5
  7. #define stagDefineBits           6
  8. #define stagDefineButton         7
  9. #define stagJPEGTables           8
  10. #define stagSetBackgroundColour  9
  11. #define stagDefineFont           10
  12. #define stagDefineText           11
  13. #define stagDoAction             12
  14. #define stagDefineFontInfo       13
  15. #define stagDefineSound          14
  16. #define stagStartSound           15
  17. #define stagDefineButtonSound    17
  18. #define stagSoundStreamHead      18
  19. #define stagSoundStreamBlock     19
  20. #define stagDefineBitsLossless   20
  21. #define stagDefineBitsJPEG2      21
  22. #define stagDefineShape2         22
  23. #define stagDefineButtonCxform   23
  24. #define stagProtect              24
  25.  
  26. // Flash 3
  27. #define stagPlaceObject2         26
  28. #define stagRemoveObject2        28
  29. #define stagDefineShape3         32
  30. #define stagDefineText2          33
  31. #define stagDefineButton2        34
  32. #define stagDefineBitsJPEG3      35
  33. #define stagDefineBitsLossless2  36
  34. #define stagDefineSprite         39
  35. #define stagNameCharacter        40
  36. #define stagFrameLabel           43
  37. #define stagSoundStreamHead2     45
  38. #define stagDefineMorphShape     46
  39. #define stagDefineFont2          48
  40.