The Mugen Multiverse
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Welcome!!! - Bienvenidos!!! - ( We hope you will get involved in the MMV Community which is dedicated to having fun with Mugen ) - Bienvenidos!!! - Welcome!!!
 
PortalHomeFAQMemberlistLatest imagesUsergroupsSearchRegisterComic WIP TrackerDownloadsLog inChat
Website Navigation Help
Translate the Website
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Latest topics
» Classic VS : Athena
help please Emptyby ELECTRO Yesterday at 12:27 pm

» More Legionnaires
help please Emptyby marvel Yesterday at 8:18 am

» Soul Calibur Edits
help please Emptyby Shining May 14th 2024, 10:56 pm

» I never shared adult content, please remove this topic
help please Emptyby pseudoingles May 14th 2024, 4:26 pm

Special Features at MMV




Chat on MMV w/ Discord

Video Content Creation Reference
Search
 
 

Display results as :
 
Rechercher Advanced Search

 

 help please

Go down 
2 posters
AuthorMessage
shanri

shanri


Posts : 422
Join date : 2015-05-29

help please Empty
PostSubject: help please   help please EmptyOctober 16th 2016, 11:51 am

1. When setting the offset for a projectile, is it possible to set the offset based on the center of the screen, as opposed to based on character location.

2. How would I add a series of sprites which i intend to play as a sort of flip book movie sequence which would cover the entire screen?
Back to top Go down
https://www.youtube.com/channel/UCraHif9aaFxwGLN2CTC5R9w?view_as
Werewood

Werewood


Posts : 5691
Join date : 2014-08-11

help please Empty
PostSubject: Re: help please   help please EmptyOctober 18th 2016, 5:05 am

1. For a MUGEN Helper-based projectile:
postype = left or right
=> left: Interprets off_x relative to the left edge of the screen. A positive off_x is toward the right of the screen.
=> right: Interprets off_x relative to the right edge of the screen. A positive off_x is toward the right of the screen.
Also, Helper-based projectile (helpertype = normal) is basically a MUGEN player so you can use most MUGEN state controllers like PosAdd/PosFreeze/PosSet/Offset/Width..etc. to manage its positions.
But, at the same time you need to take care of some MUGEN Helper issues such as the weirdness of being put into custom state by your MUGEN Enemy...

2. Suppose your "flip book" sprites are 640x480 in dimension sizes.  Add the sprites in your MUGEN .sff file with x-axis = 320 and y-axis = 240.  Make a MUGEN animation (i.e. [Begin Action 888]) out of them with your perferred animation frames times in your MUGEN .air file.  Then in your MUGEN .cns file, make a MUGEN "flip book" Helper with a blank animation (i.e. add a [Begin Action 99999] -1,0, 0,0, -1 to your MUGEN .air file).  Call the made MUGEN "flip book" Helper with "helpertype = normal" and "pos = 160,-120" and "postype = left".  Then in the made MUGEN "flip book" Helper state, give it the "anim = 99999" and at its state Time = 0, make a MUGEN Explod with "anim = 888" and "pos = 160,120" and "postype = left" and "bindtime = -1" and "scale = 0.5,0.5" and "ontop = 1" and "ownpal = 1".  Remember to use ModifyExplod and DestroySelf to end the MUGEN "flip book" Helper and its MUGEN Explod according to your own MUGEN conditions.
Back to top Go down
https://onedrive.live.com/?cid=7DB65F02B0BBD12E
 
help please
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
The Mugen Multiverse :: Mugen Related :: Mugen Help-
Jump to: