Got a cool idea that should be in R'n'D? Let's hear it!
Moderators: Flumminator , Zomis
asiekierka
Posts: 143 Joined: Fri Aug 19, 2005 6:18 am
Location: Poland
Contact:
Post
by asiekierka » Sat Jan 07, 2006 9:45 am
This is a good topic.
This is for CEs.
YOu post what you want see:
like:
change to EMPTY if CE X VALUE = Y
It's needed for some parts of my PCX Movies(r) player.
Holger, you can do that?
Time for a CUS6 chunk? Or you that insert in CUS5 Holger?
GraphicsPack project: 90%
IconXT project: 100% (version final is ready)
Holger
Site Admin
Posts: 4278 Joined: Fri Jun 18, 2004 4:13 pm
Location: Germany
Contact:
Post
by Holger » Sat Jan 07, 2006 12:08 pm
> This is a good topic.
... with a confusing name. ;-)
> change to EMPTY if CE X VALUE = Y It's needed for some parts of my PCX
> Movies(r) player.
This is already possible by simply counting backward instead of forward.
> Holger, you can do that?
Use the existing functionality instead, and think again, :-)
> Time for a CUS6 chunk? Or you that insert in CUS5 Holger?
A new CE chunk wouldn't be needed for that...
asiekierka
Posts: 143 Joined: Fri Aug 19, 2005 6:18 am
Location: Poland
Contact:
Post
by asiekierka » Sat Jan 07, 2006 9:24 pm
Thanks for tip Holger!
I do that in movie part:
SET CE VALUE - 1
MOVIE PART CHANGE WHEN CE VALUE = 0 TO MOVIE CONVERTER.
MOVIE CONVERTER WILL CHANGE TO MOVIE 2 WHEN PLAYER PRESS PLAY
and on the last movie it stop when change to empty.
GraphicsPack project: 90%
IconXT project: 100% (version final is ready)
Holger
Site Admin
Posts: 4278 Joined: Fri Jun 18, 2004 4:13 pm
Location: Germany
Contact:
Post
by Holger » Sat Jan 07, 2006 11:16 pm
Yep, that's exactly what I meant...! :-)