FlashEff2Code showTransition problems

Posted by wampg 
FlashEff2Code showTransition problems
November 28, 2010 12:40AM
hi all,
i use FlashEff2Code, and i have 1 btn and 1 movieClip with a photo inside,
i want when i press that btn to have some showTransition effect on that photo, and if i press again that btn again to have that effect again on my photo, and again and again,......
Re: FlashEff2Code showTransition problems
November 29, 2010 08:49AM
First the show transition needs to be set and then when you press the button you just have to call the show method on flasheff.
Please let me know if you managed to do this.



Edited 1 time(s). Last edit at 11/29/2010 08:49AM by kneo.
Re: FlashEff2Code showTransition problems
December 02, 2010 10:55PM
those things are impossible :(( ; i made that this but still isnt what i want
i have a photo galley and 2 btn for next/previous photo
i have 1 UILoader components - UILoader.name = avatar, and 15 photos in some xml file;
that UILoader is in MovieClip symbol - i call that MovieClip symbol with UILoader on stage 9 times:

for (var i:int=0; i < 9; i++) {

currentStar= new fotO(); // fotO - is name of my MovieClip with that UILoader, to export for ActionScript
currentStar.avatar.setSize(377, 191.65);

... ...
}

in MovieClip i have showTransition on that UILoader:
frame1

import com.jumpeye.Events.FLASHEFFEvents;

var effect:FlashEff2Code = new FlashEff2Code();
addChildAt(effect,0);

var i=0;
var rands = Math.floor(Math.random() * 13);

while(i!=MovieClip(this.parent).myA.length){
if(rands==MovieClip(this.parent).myA[i]){
rands = Math.floor(Math.random() * 13);
i=0;
}
else{i++;
}
}
MovieClip(this.parent).myA.push(rands)

effect.showTransition = MovieClip(this.parent).efect[rands]

function completeHandler(event:Event):void {
ldr.visible=false
ldr.gotoAndStop(1)
effect._targetInstanceName = "avatar";
}
avatar.addEventListener(Event.COMPLETE, completeHandler);

----------------
on stage i have 3 menu btn
when i press 1 of those menu btn i want to load other 15 photos in those MovieClip's that i created on stage
HERE problems appear
:
i can load what i want where i want, but i dont have that showTransition effect anymore
i tried to use : - effect.show() - after - effect._targetInstanceName = "avatar";
is ok, when i press menu btn and load new photos i have that effect, but now, when i try to use next/previous btn, i have that effect on the last photo added on screen each time i press next/previous btn

i made new frame - FRAME2

avatar.unload();
avatar.addEventListener(Event.COMPLETE, completeHandler1);
function completeHandler1(event:Event):void {
effect.show()
}

and when i press menu btn i have :
currentStar.gotoAndStop(2);
but still the same problem when i press next/prev btn

WHAT i want:
because i have lot's of photos for each menu tab, i use on stage only 9 times my MovieClip, as i said before, and when i press 1 from menu btn, i load 9 from my photo one for each MovieClip with showTransition effect
then when i press next/prev btn i unload 1 from those 9 photos and i load another photo but this time i dont want to have showTransition effect - i want this effect only for first 9 photos

after this, when i press another menu btn i want that showTransition effect again only for first 9 photos loaded, and i dont want it for others (nrTotal - 9) photos.

i hope you can understand something, and maybe you know what i must do
thx
Re: FlashEff2Code showTransition problems
December 03, 2010 12:34PM
Well, at this point I suggest you should open a ticket from here:[www.jumpeyecomponents.com] and send us the source files you are working on.
Re: FlashEff2Code showTransition problems
December 03, 2010 03:12PM
what i must do here --> Order id:* - when i open a ticket ???
Re: FlashEff2Code showTransition problems
December 03, 2010 03:18PM
" Hi ,

A request for support has been created and assigned ticket #474192. A representative will follow-up with you as soon as possible. "

i hope you can help me thx



Edited 1 time(s). Last edit at 12/06/2010 03:05PM by florodebat.
Re: FlashEff2Code showTransition problems
December 03, 2010 03:39PM
You can find the order id in your jumpeyecomponents account->my downloads. Please give us the order id using the ticket system and not here. Thank you.



Edited 1 time(s). Last edit at 12/03/2010 03:40PM by kneo.
Re: FlashEff2Code showTransition problems
December 03, 2010 04:20PM
i dont have something like Order id in my downloads, :( sry
so you cant help me???
Re: FlashEff2Code showTransition problems
December 08, 2010 09:35AM
You are using flahseff2code component without a license, which is illegal and therefore we cannot help you.
Sorry, you do not have permission to post/reply in this forum.