Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: semi transparnt images in lua

                  
   
  1. #11
    DCEmu Pro dangee's Avatar
    Join Date
    Feb 2007
    Posts
    531
    Rep Power
    69

    Red face oops

    Quote Originally Posted by dangee View Post
    local U=nil ; screen:blit(0,0,clouds,U,U,U,U,true)

    local im=clouds ;
    screen:blit(0,0,im,0,0,im:width(),im:height(),true ) -- more reliable
    --
    the im: versions ok
    the U versions rong

    if the 4 subimage args #4-#7 are Undefined ,
    the alpha flag becomes opt. arg #4
    so..

    screen:blit(0,0,clouds,true)

    ..should work
    NE1 confirm it?

  2. #12
    DCEmu Rookie BlackShark's Avatar
    Join Date
    Mar 2006
    Posts
    107
    Rep Power
    71

    Default

    Quote Originally Posted by Gold Line View Post
    hi can i just ask what do i use to change .mid music to a format that lua can play
    DL modTracker (google it) then open your midi file (mid) and just save as an it. file, load it like "NameOfSong.it", Get a soda to complement your satisfaction for coding something that works, Donate 100 $ to me, and then your done!

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Bookmarks

Posting Permissions

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