Advertisement
fastman92

CLEO4 0ADE bug

Mar 26th, 2011
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pascal 0.41 KB | None | 0 0
  1. {
  2. Don`t forget to create  test.fxt with such a content:
  3. BOATS Boats
  4. }
  5.  
  6. {$CLEO}
  7. 0000: "It`s a bug"
  8.  
  9. :TEST
  10. wait 0
  11. 00BC: show_text_highpriority GXT 'BOATS' time 1000 flag 1
  12. if
  13. 0AB0: key_pressed 48    // 0
  14. jf @TEST
  15. 0AC8: 0@ = allocate_memory_size 260
  16.  
  17. 0ADE: 0@ = text_by_GXT_entry 'BOATS'
  18. 0AD1: show_formatted_text_highpriority "test: %s" time 3000 0@
  19.  
  20. 0AC9: free_allocated_memory 0@
  21. wait 3000
  22. jump @TEST
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement