collapse

Author Topic: Transparency  (Read 463 times)

0 Members and 1 Guest are viewing this topic.

Offline Rage

  • IMT Princess
  • IMT Content Architect
  • *
  • Posts: 7307
  • Country: United States us
  • Last Login:September 27, 2024, 04:01:09 PM
  • The trend setter
Transparency
« on: August 31, 2010, 12:50:42 PM »
I just wondering how do you make it so sprites are transparent. Is it a coding thing or spriting thing.



I AM THE PRINCESS. LOVE ME!!!     
Proud supporter of CROM                 DONT CLICK THIS LINK...

Offline davismaximus

  • Initiate
  • **
  • Posts: 113
  • Last Login:January 02, 2015, 12:49:27 AM
Re: Transparency
« Reply #1 on: August 31, 2010, 01:08:36 PM »
If you're using Fighter Factory, go to the Animations tab.  There should be a spot that says "Trans," where you can type either add, add1, or sub depending on what type of transparency you're looking for.


Offline ExShadow

  • IMT Content Architect
  • *
  • Posts: 4097
  • Country: United States us
  • Last Login:April 03, 2023, 07:30:21 PM
  • Get serious.
Re: Transparency
« Reply #2 on: August 31, 2010, 02:35:33 PM »
What sprites are you trying to make transparent, is it for a stage or character?
»ĐΣΛTĦŞTØRM«

Offline Acey

  • Infinity Administrator
  • *
  • Posts: 9579
  • Country: United States us
  • Last Login:December 05, 2022, 10:43:15 PM
  • "Victory means nothing, the fight is everything."
    • Infinity Wiki - Acey
    • Email
Re: Transparency
« Reply #3 on: August 31, 2010, 05:53:20 PM »
transparency can be added to the animation (not the sprite) in the AIR file, or to the code. Either way the answer is code. Like Vibrant said, what are you trying to make transparent?

Offline Rage

  • IMT Princess
  • IMT Content Architect
  • *
  • Posts: 7307
  • Country: United States us
  • Last Login:September 27, 2024, 04:01:09 PM
  • The trend setter
Re: Transparency
« Reply #4 on: September 12, 2010, 10:20:49 PM »
i was going to try and make Axl turn in invisible for a info or maybe a move. So its a coding thing, alright thanx ::salute::

I AM THE PRINCESS. LOVE ME!!!     
Proud supporter of CROM                 DONT CLICK THIS LINK...

Offline O Ilusionista

  • Since 1999 and kicking :)
  • IMT Content Architect
  • *
  • Posts: 12473
  • Country: Brazil br
  • Last Login:September 07, 2024, 07:23:21 PM
  • OpenBOR & Mugen addicted
    • BMT - Brazil Mugen Team
    • Email
Re: Transparency
« Reply #5 on: September 17, 2010, 01:56:11 PM »
Code: [Select]
[state 00, invisible]
Type = AssertSpecial
Trigger1 = Whatever you want
flag = invisible

If you wanna make him invisible just while he is doing an attack, use

Code: [Select]
[state 00, invisible]
Type = AssertSpecial
Trigger1 = 1
flag = invisible

But if you wanna make him invisible during some time, you will need to use a variable. Like this:

on the move code, add

Code: [Select]
[state 0,0]
Type = VarSet
v= 10 ;(for example)
value = 1

then, you add this under state -3:

Code: [Select]
[state 00, make invisible while the var is active]
Type = AssertSpecial
Trigger1 = Var(10)
flag = invisible

[state 00, no invisible while you are hitted]
Type = VarSet
Trigger1 = MoveType = H
v = 10
value = 0


Tags:
 


* IMT Facebook

Help us by Donating!

IMT Discord

Join us at our Discord! Click the image below!

* IMT Shoutbox

Sorry, this shoutbox does not exist.

* Recent Posts

thunderstrike eric masterson by wacky thaxie
[September 26, 2024, 06:09:19 PM]


Classic VS : Balrog by ELECTRO
[September 25, 2024, 11:44:58 PM]


Justice League Seattle Stage by Vegaz by LightFlare
[September 23, 2024, 12:14:06 PM]


Ancient Gears Stage 1.1 & 1.0 by MatreroG
[September 20, 2024, 11:59:18 AM]


Justice League Metropolis Stage by Vegaz by LightFlare
[September 16, 2024, 11:57:49 AM]


Ultimate Mai Shiranui (FF2 & FF3) by nickfurry
[September 15, 2024, 02:27:53 AM]


Justice League Gotham Stage by Vegaz by LightFlare
[September 11, 2024, 09:41:42 AM]


Lasombra's IKEMEN Go Interactive Stages' WIP Topic and Releases by Lasombra Demon
[September 07, 2024, 03:06:46 AM]


MatreroG's Stages W.I.P. Concepts by MatreroG
[September 06, 2024, 01:27:09 PM]


Justice League Flash Stage by Vegaz by LightFlare
[September 03, 2024, 10:30:40 AM]

* IMT Calendar

September 2024
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 [28]
29 30

SimplePortal 2.3.5 © 2008-2012, SimplePortal