Changes between Version 2 and Version 3 of Ticket #15303


Ignore:
Timestamp:
Jul 31, 2024, 8:21:56 PM (7 weeks ago)
Author:
eriktorbjorn
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15303 – Description

    v2 v3  
    55"Yes, I know" you offer proudly, "I'm the Chief Tape Rewinder and Sterilizer on this project!"
    66
    7 But that message was only shown for a split second, before skipping to the next message. I ''think'' what's going on here is some sort of integer overflow. This is how the message is displayed:
     7But that message was only shown for a split second, before skipping to the next message. I ''think'' what's going on here is some sort of integer overflow. This is how the message is displayed in rm150.sc:
    88
    99{{{
    10                         (
    11                                 (Say larryTalker "\"Yes, I know,\" you offer proudly,
    12                                         \"I'm the Chief Tape Rewinder and Sterilizer
    13                                         on this project!\""
    14                                         #dispose:
    15                                         #caller:                self
    16                                 )
     10                        (22
     11                                (Say You_a 150 9 108 139 self) ; "Yes, I know," you offer proudly, "I'm the Chief Tape Rewinder and Sterilizer on this project!"
    1712                        )
    18                         (
     13                        (23
    1914                                (= ticks 30)
    2015                        )