Search found 6 matches

by jrlazz
Mon Jun 03, 2019 16:06
Forum: General Discussion
Topic: Animated images for formspecs
Replies: 4
Views: 828

Re: Animated images for formspecs

I have cleared the line...
fs=fs.."label[2,5.5;... esc and right-click to restart]"
that was for nothing!
The minetest.after instruction acts like a button, that you press to enable the visual function as fast as you can.
It worked well for me.
by jrlazz
Sun Jun 02, 2019 15:11
Forum: WIP Mods
Topic: [Mod] Naval Battle ... lazznav
Replies: 2
Views: 563

Re: [Mod] Naval Battle ... lazznav

Thank You for the lines.
Basically the two luas are the same, changing As to Bs in arrays.
I just decided to try the single line long instructions.
I don´t know about mod licences, and for me it is free for all.
Please try it.
PS.: I would like Your oppinion on https://github.com/jrlazz/lazzanim too.
by jrlazz
Sun Jun 02, 2019 03:05
Forum: WIP Mods
Topic: [Mod] Naval Battle ... lazznav
Replies: 2
Views: 563

[Mod] Naval Battle ... lazznav

lazznav is a Naval Battle funny form (Fufo). https://raw.githubusercontent.com/jrlazz/lazznav/master/lazznav_img_0.jpg https://raw.githubusercontent.com/jrlazz/lazznav/master/naveA_naveB.png Right clicking naveA or naveB blocks ... opens the Naval Battle fufo. https://raw.githubusercontent.com/jrlaz...
by jrlazz
Sat Jun 01, 2019 21:16
Forum: General Discussion
Topic: Animated images for formspecs
Replies: 4
Views: 828

Animated images for formspecs

lazzanim brings a simple formspec that offers a choice to create animated images in formspecs, using minetest.after instruction. The basic code is: lazzanim = {}; local FORM_NAME="lazzanimform" local meu=0 local conta=0 local img="__.png" local para=0 local function showForm(play...
by jrlazz
Wed May 08, 2019 14:04
Forum: WIP Mods
Topic: A funny form for Minetest: lazzbreak
Replies: 1
Views: 546

A funny form for Minetest: lazzbreak

lazzbreak is a funny form ("fufo"). https://raw.githubusercontent.com/jrlazz/lazzbreak/master/lazzbreak_img.jpg Right clicking the lazzbreak block ... opens the puzzle fufo. Sam and his world do not make part of the fun, but without them, there were no funny forms. So I guess lazzbreak can...
by jrlazz
Mon May 06, 2019 13:09
Forum: General Discussion
Topic: Accented words in Minetest
Replies: 4
Views: 1295

Accented words in Minetest

Creating a file in the mod´s world, we can write our accented words. https://raw.githubusercontent.com/jrlazz/lazzaccents/master/accent1.png Reading them with local file=io.open(minetest.get_worldpath().."/arquivb.txt","r"); local arr={} for line in file:lines() do table.insert(a...