Search found 2 matches
- Thu Jul 01, 2021 1:33 am
- Forum: Support and Development
- Topic: How do I use the love.video element
- Replies: 2
- Views: 4800
How do I use the love.video element
I have read the love.video wiki but I still dont understand it and I've searched for videos about it but I can't find one, please help how do i use it?
- Wed Jun 30, 2021 7:40 pm
- Forum: General
- Topic: How do I use the love.video element
- Replies: 1
- Views: 5223
How do I use the love.video element
I have read the love.video wiki but it just doesn't make sense. if someone who knows how to use it can explain it to me I would be grateful thx :) function love.load() Video = love.graphics.newVideo("nice-anim.ogv") end function love.update(dt) Video:play(true) end function love.draw() end...