ActiveDen

Xml text/logo steel melting effect

  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
spaceking says
Purchased

I am using this but not working! item type=”class” link=”http://www.xx.com” target=”_blank”>

2 years ago
Author
bitfade bitfade replied

please contact me trough profile, i need you to send me your full config file.

2 years ago
Purchased
Default-user spaceking replied

I sent you mail. Please contact me ASAP .

Regards

2 years ago
Author
bitfade bitfade replied

done

2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
ShredDead says
Purchased

Great Script and it looks great with my logo. I have read through the comments and noticed that SMCRobert made a reference

var config:XML = // if you want to disable the steel effect and use original logo colors // just set nosteel=”true” logo


I have searched all the .AS files and cannot find this variable. The only thing that I did find was located inside bitfade\text\steel.as on line 86 and 98.

Wait ~ As I write this I believe that I have figured it out.

I need to add ‘nosteel=”true”’ inside the config.xml within <transition size="60" delay="86400" color="fire" font="Arial" duration="25" nosteel="true" />

If this is correct please inform me.
2 years ago
Author
bitfade bitfade replied

yes, that’s correct

2 years ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
spaceking says
Purchased

ok I contact you and will send fla

2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
ShredDead says
Purchased

Thanks for the reply.

I did find an interesting audio file that I thought would serve the script even better. It’s an .Mp3 of a BlowTorch that last 00:01:03 just clip the end of the audio and fade out for realism. I imported the file into my library and then dragged it onto my stage. Therefor I won’t be involved with any .xml configuration.

Here’s the link:

BlowTorch

Thanks again.

2 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 5 000 and 10 000 dollars
  • Bought between 1 and 9 items
  • United States
  • Referred between 10 and 49 users
scottrockers says
Purchased

Hey Bitfade,

Great file, any way to make the animation go from the right to the left?

Thanks, Scott Rockers

2 years ago
Author
bitfade bitfade replied

Hi Scott,
there’s not an option for that, you’ll need to tweak sources
shouldn’t be that hard

2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
RobertSharfe says
Purchased

Hi. Great effect! I see that if I simply change the Flash Document background to white, I see nothing. How can I have this work on a white background?

Also, if I want another effect to start immediately after this one o the same logo, how would you recommend I do this?

Thanks, RZS

2 years ago
Author
bitfade bitfade replied

answered your mail

2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
mike_specialist says
Purchased

Is it possible to detect when the animation is over, have tried using event listeners but wont work

2 years ago
Author
bitfade bitfade replied

Hi, sorry for delay, didn’t noticed your comment

method destroy() in base.as gets called when intro ends, you may add your code there

2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
  • Poland
coldcity says
Purchased

Hi,

I’m having problem with setting starting position of effect, when i try to use :

textSteel = new steel(config) textSteel.x = 150 textSteel.y = 100 addChild(textSteel)

I get: Access of undefined property textSteel.

Everything else works perfectly (I use it to draw a logo)

1 year ago
Author
bitfade bitfade replied

you probably miss a “var” declaration:

var textSteel = new steel(config)

1 year ago
  • Has been a member for 3-4 years
  • Bought between 100 and 499 items
goldkind says
Purchased

Nice script … thank you.

How can I get a white backgrund and keep the metallic text-effect at the same time?

Thanks .... Goldkind

1 year ago
Author
bitfade bitfade replied

you’ll need to modify as sources for that

just search for

bMap.blendMode = “add”

and change to

bMap.blendMode = “normal”

1 year ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
timdunn says
Purchased

Hi, How do I make it stop after the it plays once? Thanks, Tim

1 year ago
Author
bitfade bitfade replied

Hi

look for “loop” option in help file

1 year ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Bought between 100 and 499 items
asitace says
Purchased

hi can the logo be built from right to left?

1 year ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Bought between 100 and 499 items
asitace says
Purchased

also, i tried to loop the animation (i want it to play over and over without stopping at fading out) i work on the example 3 and my code is:

import bitfade.text.steel

var config:XML = logo

addChild(new steel(config))

i dtried to change the noloop=”true” to flase but its still not working. also looked at the help files but found no answer to that

it would be grat if you could help with these two questions (secnd question is the one prior to this: hi can the logo be built from right to left?)

thanks.

1 year ago
Author
bitfade bitfade replied

Hi

to avoid looping, use

<config noloop="true">
<!-- your conf here -->
</config>

there’s not an option for right to left transition, you’ll have to change actionscript code for that

1 year ago
Purchased
asitace asitace replied

im sorry i wasnt clear I DO WANT IT TO LOOP but it doesnt, it stops after 1 time and like i said changing true or false does not work:

http://asit.co.il/temp/textSteel.html

1 year ago
Purchased
asitace asitace replied

thanks!

1 year ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
timdunn says
Purchased

Hi, Thanks for the help! One last thing. I got the logo in but I don’t know how to get it to NOT loop. I’ve read the text.steel.help.txt but it is very vage as to which file the “noloop” is in and where or what to add to the code. Thanks for your help…

1 year ago
Author
bitfade bitfade replied

Hi tim

<config noloop="true">
<!-- your conf here -->
</config>
1 year ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • New Zealand
jchamie says
Purchased

Seems to only work on black backgrounds? If it is white i can’t see anything.

1 year ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • New Zealand
jchamie says
Purchased

- sorry found you have already answered this… in steel.as, search for: bMap.blendMode = “add” and modify to: bMap.blendMode = “normal”

Working now.

1 year ago
  • Has been a member for 1-2 years
  • Bought between 500 and 999 items
Urbanopoly says
Purchased

what xml file is responsible for me adding the logo and images to the special effect.

10 months ago
Author
bitfade bitfade replied

Hi

png image needs to be embedded in the FLA , please have a look at example03

if you still have troubles, you can contact me from my profile form

10 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
mohdshah says

hey may i put your logo in my wordpress site. Looking For your reply. thank you. :)

9 months ago
Author
bitfade bitfade replied

Hi, not sure what you meant
can you explain what for ?

9 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
mohdshah says

Dear Bitfade, I means my site is wordpress site and my logo now from PSD .And i have looking your this flash design and i Think to make my wordpress logo! are is it possible to make default logo for my wordpress site. Thank You. :)

9 months ago
Author
bitfade bitfade replied

Yeah, you just need to edit your theme and replace image html markup with “object” to load the swf.

ofc you would need to know how to modify the theme files

9 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
mohdshah says

May you help me after i buy this product? :) many2 thanks Bitfade.

9 months ago
Author
bitfade bitfade replied

this would be outside the scope of free support
anyway, you could hire a freelancer to do the work for you.

9 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
vagtarap says
Purchased

When exporting in flash to MOV or AVI nothing happens?

When I export to SWF it works fine – but I nothing else?

28 days ago
by
by
by
by
by