Results 1 to 2 of 2

Thread: LoadSymbolBitmapColor

  1. #1
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default LoadSymbolBitmapColor

    The Dungeon bitmap wasn't working, so I made a new one...

    Simba Code:
    'dungeon':
          begin
            SymbolBitmap :=BitmapFromString(8, 9, 'meJw7cAAEFiz4ExDwBYi0tD4wMMSw' +
            '5vwDCs6cORMoApHCKg4URBOHiBAUl3b9CxGHG8LPPx8oDkRg50Clg' +
            'ILp6a+BbEYGhgMwMBMJHEACEKOAJIQLAAEpc48=');
            Result := 2698232;
          end;

    Tested at Edge Dungeon symbol by the two yews....

    Simba Code:
    program new;
    {$i SRL/SRL.Simba}
         var x, y : integer;
    begin
    SetupSRL;
    ActivateClient;
    if Findsymbol(x, y, 'dungeon') then
    writeln('sdfsdf');
    end.

  2. #2
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Fixed for the next version.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •