Search found 467 matches

by plouf
Mon Mar 11, 2024 8:11 pm
Forum: Hollywood bugs
Topic: apng plugin problem
Replies: 16
Views: 626

Re: apng plugin problem

my code should load AND play

Code: Select all

@REQUIRE "apng"
LoadAnim(1,"elephant.png")

PlayAnim(1)

WaitLeftMouse()
anyway your test.apng with horses do not play, seems ,to me, some incombatibility with hollywood, with compression method used
by plouf
Mon Mar 11, 2024 3:28 pm
Forum: Hollywood bugs
Topic: apng plugin problem
Replies: 16
Views: 626

Re: apng plugin problem

you dont provide enought info ..
provide apng to test..
also have you test it with minimal code ? i have provide a minimal working code a few post above, does works using this code ?

all these info help...
by plouf
Mon Mar 11, 2024 6:38 am
Forum: Hollywood bugs
Topic: apng plugin problem
Replies: 16
Views: 626

Re: apng plugin problem

Plugin in libs is older version ?
How do you compile ? Localy or cross compile from pc? Maybe is not in linkerplugins in that case
by plouf
Sun Mar 10, 2024 10:30 pm
Forum: Hollywood bugs
Topic: apng plugin problem
Replies: 16
Views: 626

Re: apng plugin problem

ok about isanim()
correct is isAnim("elephant.png")
by plouf
Sun Mar 10, 2024 10:15 pm
Forum: Hollywood bugs
Topic: apng plugin problem
Replies: 16
Views: 626

Re: apng plugin problem

i dont know about isanim() maybe a bug

but in first post you said you see only first frame, i can see elephant running (all frames)
also isAnim = anims (gif/apng) siVideo (mpg avi etc)
by plouf
Sun Mar 10, 2024 9:27 pm
Forum: Hollywood bugs
Topic: apng plugin problem
Replies: 16
Views: 626

Re: apng plugin problem

works here both amigaos68k and windwosx64 HW10

Code: Select all

@REQUIRE "apng"
LoadAnim(1,"elephant.png")

PlayAnim(1)

WaitLeftMouse()
by plouf
Sun Mar 10, 2024 8:44 pm
Forum: Newbie questions
Topic: JSON DeserializeTable question
Replies: 2
Views: 292

Re: JSON DeserializeTable question

Code: Select all

NPrint(t.tilesets[0])
by plouf
Thu Mar 07, 2024 10:32 pm
Forum: Hollywood bugs
Topic: apng plugin problem
Replies: 16
Views: 626

Re: apng plugin problem

Do you use latest v1,3?

Some problems fixed
https://forums.hollywood-mal.com/viewtopic.php?p=20071
by plouf
Thu Feb 22, 2024 9:53 pm
Forum: RapaGUI
Topic: Change colors in a button
Replies: 7
Views: 300

Re: Change colors in a button

maybe above idea can be implemented using hollywood class, a bit complicated but doable

probalby the "cleanest" way is just to use an icon to a button, icon is not actually "background color" but a big red square ,for example, can have similar eye impact to user
by plouf
Tue Feb 20, 2024 9:10 pm
Forum: Newbie questions
Topic: Is there way to check mouse movement on edge of screen?
Replies: 5
Views: 359

Re: Is there way to check mouse movement on edge of screen?

just an idea, for "workaround" ! i have see a few similar "editors", where they use a combined use of Arrows AND mouse, mostly for accuracy, But in your case maybe its a working workaround for movement "over the edge" i.e. user while hold rightmouse button moves your sq...