Search found 5 matches
- Sat Jun 26, 2010 9:52 am
- Forum: Support and Development
- Topic: Music Bar;Drawn
- Replies: 12
- Views: 5119
Re: Music Bar;Drawn
Oh gawd.. It still will not draw the graphics when I go over the position... function love.load() MouseX = love.mouse.getX() MouseY = love.mouse.getY() function love.update(dt) if(MouseX == 300 and MouseY == 320) then do love.graphics.rectangle(fill,260,260,100,40) love.graphics.setColor(255,255,255...
- Sat Jun 26, 2010 8:05 am
- Forum: Support and Development
- Topic: Music Bar;Drawn
- Replies: 12
- Views: 5119
Re: Music Bar;Drawn
I thought that but then I thought it was only a timer function D:
Heres another question if I wanted like a area of the screen instead of a point how would i do it with the if???
Heres another question if I wanted like a area of the screen instead of a point how would i do it with the if???
- Sat Jun 26, 2010 7:31 am
- Forum: Support and Development
- Topic: Music Bar;Drawn
- Replies: 12
- Views: 5119
Music Bar;Drawn
Ok this is what I got currently if any one can help please do :) In function love.load() I've got for the menu; MouseX = love.mouse.getX() MouseY = love.mouse.getY() and in function love.draw() I've got for the menu; if(MouseX == 260 and MouseY == 260) then do love.graphics.rectangle(line,260,260,50...
- Thu Jun 24, 2010 4:08 am
- Forum: Support and Development
- Topic: Requesting Help - INTROS
- Replies: 11
- Views: 3750
Re: Requesting Help - INTROS
so say if I never had logo of the studio appear with that which works but if then I want the logo to appear from 0 alpha to 255 would I use ? if(Logodraw > 255) then Logodraw = Logodraw + 40*dt else alpha = 255 end end Currently here is my full game function love.load() love.graphics.setBackgroundCo...
- Thu Jun 24, 2010 2:12 am
- Forum: Support and Development
- Topic: Requesting Help - INTROS
- Replies: 11
- Views: 3750
Requesting Help - INTROS
Ok so how would I go about making a intro with a image which would fade to the main menu?
Also am a newbie, How do I create new frames and transition to them?
Also am a newbie, How do I create new frames and transition to them?