PDA

View Full Version : make 2 slideshows



Zandis
22-02-2004, 08:06 PM
How to make two slideshows in one flash file?

Double L
23-02-2004, 09:27 AM
You can use g3nolite v1.7 for your 1st slideshow and g3nolite v2 for your 2nd slideshow.

sirhc
23-02-2004, 02:32 PM
You can use g3nolite v1.7 for your 1st slideshow and g3nolite v2 for your 2nd slideshow.

you can make as many slides as you like by using g3n0lite 2.0, just record the 5e0 ID, or else, if you don't want to have a menu, you can have a fast_slide my making a shortcut key instead of a menu...

Zandis
23-02-2004, 02:55 PM
Thanx, but can u explain, how to run slide show by pressing shortcut?

Zandis
23-02-2004, 07:50 PM
And there is one more question - with g3n0lite I patch two slideshows and get two function IDs (BA and C0). Then I load my slideshow gsc file and run it. Now 1st slideshow is changed. But how can I change animation for 2st slideshow? If I load and run another slideshow patch(gsc) this change animation for 1st slideshow (BA), not 2st (C0)

danwood76
23-02-2004, 08:01 PM
Maybee here is a way to change where the .gsc loacates the slideshow??

You could then point it to your second

Double L
24-02-2004, 11:36 AM
Thanx, but can u explain, how to run slide show by pressing shortcut?

To make a shortcut key for your slideshow try this one,
After you patch slideshow in g3nolite v2 take note of the location of "function own_draw_slideshow" which is for ex. 0x00xxxxxx. then you can use fastmados.gsc script by spaceimpact33, you just have to edit the bottom part.

spc: freeshit = 200
ext: own_get_config_nibble = own_get_config_nibble
ext: own_set_config_nibble = own_set_config_nibble


clc: inverttoggle = 0x00140040 + 0x200000
std: shortkey_pos = inverttoggle

prt: nice... it's ready. report bugz & wishes.
prt: otherwise have fun.

Just replace 0x00140040 with what ever value you got at "function own_draw_slidesho at 0x00xxxxxx" and i think this will work.

Just make sure to patch the shortkey_main.gsc first. :)

User32
24-02-2004, 03:26 PM
And there is one more question - with g3n0lite I patch two slideshows and get two function IDs (BA and C0). Then I load my slideshow gsc file and run it. Now 1st slideshow is changed. But how can I change animation for 2st slideshow? If I load and run another slideshow patch(gsc) this change animation for 1st slideshow (BA), not 2st (C0)
remove the auto-find option and put the location that g3n0lite provides you.

Zandis
25-02-2004, 04:07 PM
Thanx to all :)