Sorry to revive this dead thread but,
WILL there be multicore/multithreading support?
Referring to what I said above, yes, I understand how MMF reads the events (from top to bottom) like Jamie...
Type: Posts; User: Jase; Keyword(s):
Sorry to revive this dead thread but,
WILL there be multicore/multithreading support?
Referring to what I said above, yes, I understand how MMF reads the events (from top to bottom) like Jamie...
Ohh I see...
The reason I asked, is because I made my application dynamic, and is able to create endless amounts of characters that all behave individually- which meant the "ForEach" commands,...
N'aww....so that means it doesn't support it? :/
Hey!
I googled around and searched the forums before posting this, using the words "Processor" and "I7" but...Didn't find much D:...
...Does MMF2 take advantage of all processors? Only saw slight...
Hello! :)
Here's the problem- I want to individually position multiple instances of the same "String" above characters when they choose to speak. Drawing a speech bubble and having it constantly...
Ahh thanks so much! ^-^
Heyy :)
Trying to generate a random value that is between 0 and 1,000,000,000... But the "Random()" function and "Randomizer" object don't seem to work, they only generate a number below 100,000......
Heck, sorry for showing stupidity. It works perfectly now. I assumed the note referred to a glitch that would make the character not crop at all/ crop instantly/ crash the application, but since none...
Ahh I remember coming across a website by accident a long time ago, that contained Vitalize games. After installing it, I played so many random addictive games, with no lag (flash is laggy for me),...
Ah.....I should have read more about it. *hands head in shame*
Correct me if I'm wrong, but doesn't the extension ".ogg" do video, and also is free? *does some research*
EDIT: Yes! It says in the first 2 paragraphs of the wikipedia page. To quote, "Ogg is a...
Hey Guicole, welcome to the forums!
It appears you have uploaded a Project file (.mfw) Which means we can't open the attachment.
A project file contains the directories of where your actual files...
Check the running animations speed in the Animation editor, make sure that both "Lower Speed" and "Higher Speed" are the same.
If not, then answer the questions that Corlen asked, as well as, Is...
Heh...I have too many extensions lying around. I have directory packer, along with loads of encryption stuff. I'll give it a try. Thanks!
My project has many many images, ranging from enemies, items, inventories and UI's, map tiles, ect. It has amassed my EXE to be very large, when, without all the images, it's very tiny. I don't want...
Wow, thanks soo much MuddyMole. I would never have figured that out. Has helped me a tonn. Again, thanks! ^^
EDIT: I changed "500" to "Xmouse", and I noticed that the cropping is off slightly. It...
Heey, I'm using the Crop shader from the "Complex-Software"'s shader pack.
I have a character, and I want him to "crop" from the right side of him as he walks through a certain Y position.
So if...
arfa, that image you attached made me understand how the method actually retrieves the angle, which is helpful to me, thanks!
Eliyahu, checking out the guide at the moment :)
Third. Quite interesting if you ask me.
Hmm... I fail when it comes to strings, but, I'll give it a shot.
In this code, there's a string, and a counter. The counter is used to keep track of which number to scan for next, and the string...
I know it's quite lame to ask this but, I do struggle with this type of math, as I haven't studied it much. I'll try to explain the best I can.
When dealing with engines with slopes in them,...
I understand what you mean Pixelthief XD. I encountered the problem when using the Glow shader, and thus, did what you did by making the frame bigger but keeping the sprite centered.
That...
I'm not sure on how shaders work entirely, so I'm not sure if skewing is something a shader is capable of doing, but, is there a way to skew an active object with a shader? Thanks in advance :)
I'd guess that the game could detect if a massive jump in time happened... And if it did, then trigger an event. But then things like Daylight Savings time would mess the game up...hmmm...I remember...
Cool, thanks for letting me know :)
Whilst this topic is still alive, if I were to make all "Out of screen" objects invisible, and reappear when they are onscreen, would that help speed up the application?
It is done in 1 command-
-On One Action When Event Loops
-(NEGATE)Repeat while mouseclick is down
Actions go here xD
Try this instead-
1. Start of frame: Set flag 1 off
2. (One action while event loops) Flag is off: Create text
3. (One action while event loops) Flag is on: Destory text.
4. Check for mouse over...
*bump*
Another way this could be put is that, how could I put all the images into a container, in which I can move, flip, rotate, without the images messing up within the container?
Nono! Thats perfect!! Thank you Looki, greatly appreciated :)
And thanks DT for helping out too :)
Looki, I have experience and looked in-depth into an engine you may have heard of called "Sonic Worlds" which is the most closest and exact replica of Sonic The Hedgehog, I just never understood how...
Whats the simplest way to detect slopes and when the player jumps, it propells them in that way slightly depending on the angle? Thanks :)
Hi!
Ok, getting straight to the point, I have multiple images to form a character, to make him customizable, for a platformer game.
And to position all the pieces of the character together, I have...
Holy **** dude! I have been tackling this problem for months now and you have helped me instantly! Thank you Soo much LB! Can't wait til the day comes where i'm just as smart as you :D
Work's...
Woah, never considered the method of only using 1 sensor for all. How would I go about doing that? And would it still work with about 50 enemys onscreen?
EDIT: Infact, how would I detect wether...
Here's an example, seem's my problem is worse than I thought when starting from the beginning. Any idea on how to fix it?
View MFA
Ah thats right LB, got confused on the two and went with Key Object.
Yeah, the power settings option. Having not touched C++ (Only knowing that there are alot of { and } symbols in the coding), do you reckon I could use the .Net script extension to run C++ code if I...
Off the top of my head, i'm sure the key "Tab" focuses onto buttons per say.
Maybe using the "Key Object" to simulate Tab being pressed when you need it focused? That's probably the lamest way to do...
Looked through my immense collection of 200+ extensions and I couldn't find one that would put my moniter on standby, or switch it off. Not the computer, only the moniter. Is it even possible? :)...
I thought it wouldn't really matter. But your probably correct ;)
Lol!
What confuses me is that the events you must have done would be:
-Always
+Center display at (0,0) from "Camera"
+Position ("Camera") to "Player" 0,0
+Position X ("Camera") to "Player"
What...
Hello. In my game, there will be multiple enemys, with AI and stuff, which is all programmed nicely, except... When it comes to programming their gravity and making them jump randomly, I'm forced to...
Or have a black box continually adding/subtracting its Semitransparency coefficient...
Good lipsyncing is what i'm after, i'm tired of doing the "Open and shut mouth" thing... :(
I'll ask this question on this thread since it will prevent pollution...
How would I go about doing Lip Syncing? I tried downloading jLipSync or something and nothing seems to help me. This all...
Wow. Thank you LB and Greg :) Will try it when I get back home XD
Waitwaitwait...So there's a condition for it? I'm currently not at home and don't have access to MMF2 at all. I never knew this existed?! I assumed I would need an extension for it...
Hi!
Any extension or efficient method that could allow me to do actions when a playing sound reaches a certain time? Example:
-Sample "Boom.wav" has reached 00:01.48
+Create object "Smoke" at...
I reckon Physics would come under maths.
I reckon MySQL Would come in handy for storing the data. And there's an extension for mmf2 for MySQL.
As for the application, should be fairly easy to create :D
Haha I agree with you there. People here are so wise and clever and always help out XD
Also, well done :D XD
I THINK he wants to make an ingame control changer.
Where you click a button and it makes a popup appear saying "Press key" then you press the key and it will set it to the corresponding key. (All...
Perfect! I'd gladly help
I wouldn't mind moderating that section of the forum if it came to exist.
The way i'd attempt doing it would be to scale the object, but you say you have already tried that. Explain to me what you tried doing when scaling?
I'm not entirely sure, but I THINK theres a keyboard shortcut to get their quickly.
Fast Loops are your friends :)
Thank you very much LB :)
You have inspired me StephenL. What would be the best method to open other applications quick and easily whilst closing the previous application? :)
Long ago, I made a really complicated system that I password protected in the groups in Event Editor to stop friends from tinkering with it when I sent it round, which i can't seem to remember the...
Before this topic dies, I'd like to quickly revive it, since It's an interesting concept :)
What StephenL said is exactly what I would do, but i'm curious on how you could add content into the...
Elaborate... Are you unable to save your mfa? Are you unable to export your game as an .EXE? Are you wanting to make a level editor? Explain and we can help! Welcome to the forums! :D
Wow i'm suprised anyone actually understood my explanation! XD
Thanks mobichan and LB.
I tried both ways, and both work fine, but LB's way IS more efficient. Thanks both of yers :D!!!
Following on from reading this topic which I found helpful (Yes, proof I use the search tool :D) http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=196407&gonew=1#UNREAD
Now...
Heh, thats your problem mate :)
Try doing the command ALWAYS CENTER DISPLAY AT Y = Y ("player") instead ;)
I used to always mess up with scrolling, but you will become a genius at it soon :D
Heh, thanks guys. At least I know now :D
As the title says, opening an MFA causes MMF2 to open again which is really annoying if im browsing somebodys website and the mfa's don't just all load on 1 MMF... Any way to prevent this?
Didn't know that, though I always wondered why other languages I have used depend on having the sizes of the power of 2. Thanks for letting me know!
It works in HWA but only with Standard, Directx or Directx + VRAM. It doesn't work with DirectX 8 or 9. [/quote]
Yes, that is not HWA. That is standard.[/quote]
lol.
Heh so i'm pretty much screwed aren't I?
Ah well... No shaders for me :(
EDIT: Awp! Suprise suprise! It was actually something to do with my GUI ingame. Seems the app doesn't like...
Hey thanks for the reply Marv!
I'm not really knowledgeable about video cards and the lot, but My card is a "NVIDIA GeForce 6150SE nForce 430" and has a total memory of "313mb"
I will also point...
Hey, i'm using HWA in MMF2 for the 1st time and i'm stunned by the effects that everybody has created! Annoying thing though, I set my game to Direct3D 9 and it creates an annoying lag every second...
On the 2nd event you make the Active Bounce, not stop. Once it bounces, its direction is gonna face opposite to where it was initially going. Just change the action "Bounce" to "Stop" then it wont...
My way would be:
Have a hidden circle thats always placed on your player. (This will be the range)
If the enemy is overlapping the circle, then, like you said, do "Look in direction of/blah...
Is it possible to swap 2 values?
EG:
Active:
Alterable Value A=55
Active2:
Alterable Value A=52
AFTER SWAPPING:
Thanks, checking it out now :D
EDIT: Naw, not quite what im looking for. It's not neccicarily loading the large frame whilst this plays, and if i place the subapp INSIDE the large frame, the large...
When my frame is loading, the application freezes and it takes about 10 seconds to load (alot of detailed images in the frame).
Now, I was wondering if there is a way to load the frame but not have...
Looked at your example.
It's helped me figure out whats wrong.
I assumed that the string would flip for some reason...
Meaning the number "12345" would become "54321" when converted into a...
Wow thanks!
Sorry for being such a newbie, but I have stumbled across an error again.
So for the units column It was a success when I wrote
Mid$("12345", 1, 1)
It retrieved 5
But when I...
Hmm... I lack knowledge on platform movement. Surely that if the character is in the air, he shouldn't be able to jump anyway?
What kind of movement you using?
Launch an action that causes a global value to be set to 0 if NOT jumping and 1 if IS jumping when going to next frame, then, at start of the next frame, do a condition "Global value=0" and if it is...
Seems efficient to me :D
This is great! This question has bugged me for a year now and I never really thought of converting it to a string.
How would I go about retrieving the number from the...
Well, basic question is, I have a string that is "12345". How do i split it up? Tried using tokenizer but I failed.
Oldpost:
Not exactly sure how to explain this, but say you have the...