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?
April 23rd, 2007, 09:36
BlackShark
Quote:
Originally Posted by Gold Line
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!