Check out this thread
https://community.clickteam.com/threads/100642-Is-there-an-easy-way-to-put-a-bunch-of-data-in-an-array?highlight=excel
Type: Posts; User: rubes; Keyword(s):
Check out this thread
https://community.clickteam.com/threads/100642-Is-there-an-easy-way-to-put-a-bunch-of-data-in-an-array?highlight=excel
Thanks for the heads up. I don't use my Fusion much, and have never used qualifiers, but I'll put in an order for these. I appreciate all that you contribute to the community.
I am not seeing any issues with the same developer build you are using
I finally was able to get to the proper screen on where I could edit this. For those who were challenged like me, I have a quick step by step attached.
Sorry forum, I'm just not that smart. Can someone do a graphical step by step on this. I've tried several things, but not sure where I am going wrong. I am probably clicking on the wrong thing, so...
Found the answer in this thread
https://community.clickteam.com/threads/97537-Last-update-messed-embedded-detection
http://www.diybandits.com.au/MMF/tutorial_embedded1.html
I'm a big fan of Chris Burrow's website as I learned a lot from this. I was coming back to go over the embedded collision testing tutorial...
Chris is what we needed. Check out the rest of that site, there is a lot of good material there and I learned quite a bit from the different concepts. Glad I could share the resource
Check out Chris' example on his page: http://www.diybandits.com.au/MMF/examples.html
I'm trying to do this in app without going to a different server.
There is a calendar example included w/2.5 and in the event editor, they are using a command:
str(Week Number("cal picker",...
How can i get the week of a year from a given date in Fusion? I'm hoping the solution will utilize the week starting with Sunday and ending with Saturday. The result should be a whole number 1...
Actually, i have a formula for months passed, but can't figure out weeks or days.
If you store the Year and Month of the earliest time as y1 and m1, and the later time as y2 and m2, the formula i...
Popcorn, what is the above calculation doing? I am trying to find a way to determine one of the following scenarios, and wondering if the above would be helpful.
1. How many months have passed...
When i try to manage my extensions, i do not see the clock object. Where is this?
I created a mind mapping tool, though i never published it.
holy smokes PlasmaVoid, that seems like a simple, elegant solution
what kind of shapes are you looking to carve? Great tutorial Anders!
Thanks again, and mobichan, that is helpful in preventing me from posting a future follow up question. Thanks for tagging in and adding that important part, which i'm highly doubtful that i would...
Nevermind, I've been playing with this a bit, and am able to replicate it on my own. I wasn't familiar with 3 of these concepts. Why would you use RRandom for random range (i didn't know that...
Thanks, but can you explain why this works.
I'm assuming the Force is choosing the random frame
and then restore animation is making it loop forward?
I thought restore animation would send it...
I have attached a sample
When you press space an active will be shot at the big green active. When they collide, 4 coins are created, but they all play the animation starting at frame 1 and are...
Thanks Guys, i just couldn't figure this out
Is it possible to change the animation speed during runtime? I can't seem how to do this. Related, how could i get a counter to display said animation speed, as this is also eluding me.
thanks,...
I also experienced this, and unfortunately, that win10 laptop lost power and i was forced to get a new one, which does not have this issue. not much help, but want to let you know you are not alone...
Sumo, that is a great solution. Kudos!
I second Volnaiskra's thoughts. If it is a big project, you might as well get started, as there are a lot of logical things that you will need to get down, and starting the process now, even if you...
I'm also interested in option 2, Popcorn...
holy smokes, i could have used this insight for a previous issue i was dealing with. Thanks Christian_Wheel
Utilizing active objects to get more values has been a very enlightening concept, and one i can vouch for. Very easy to implement and you can use different actives to "group" the values.
I have experienced this type of behavior, because when you hit enter, even though you tap it once, the computer is rapidly checking that and it will count it as being pressed many times. To get...
Schrodinger, Great call on the table. This is a solution that seems easy to implement and update, or do the homework and be good for 25 years
Along with the iOS exporter, you will need access to a mac to compile the code and a developer account with apple to publish your game.
I tried to run it but am missing Window Transparency (WndTransp.mfx), which does not show up in Extension manager
Thanks Chrille. Very nicely done and appreciate the commented code
I'm not sure what's happening here, but check out this file. I have a button with a + on it. When i use events to set focus to an edit box, i cannot click on the + button. (lines 18 & 19). Remove...
Great idea, Snail, about always setting aside T,X,Y and Z alt variables. Simple things like this make so much sense when stated, but can elude a person who hasn't experienced the "pain" of not doing...
I'm on Gustav's tails, Win7 or bust (or should i say 'til bust)
Crikey, my harddrive in my laptop appears to be heading south. I still can function for the most part, but the system occasionally locks up and i need to hold the power button down to power off. ...
Gotta love the forum. I didn't know about Global Objects so me helping someone actually turned into someone helping me. Thanks DavidN and JHale
Not sure if this will help you, but one option might be to create some active objects, just so you can use their alt values. You may have one active for values regarding colors, another active for...
Thanks Coldfire. I noticed that when i compiled, it took my app icon, but when running the preview, even with the icon, it just used the default lightning in a circle.
I am using the Dialog Box on Fusion 2.5 Developer. How would I change the icon that displays in the upper left corner?16017
I haven't looked at this yet, but it appears this is what is being referenced. Looks like i need to carve out some time this weekend to go through this as well
...
Jeff,
I have signed up for the service, altered the php file, copied 3 files up to the server. I have modified the fusion file to have my credentials, and it does come online in green, however, i...
Solved:
I had automatic rotations turned on, and I didn't realize that trumped the direction frame
I have created a character, and crosshairs that follow the mouse. If the crosshairs are less than 320, direction for the character should change to 16, and if greater than 320 change to 0.
...
I have been able to answer two posts recently by using knowledge I came across from Sketchy in the daily click archive from 2008. Although written for MMF2, these apply to Fusion2.5 as well. Rather...
I was playing with this and realized that if you are using the Launch Object functionality, you may not get the results that you desire. Although it will launch an object towards the crosshairs, it...
After sleeping on this, I also realized that my issue with this tracking weird and needing to add 180 could be solved by swapping the location of arm and crosshair in the formula. the formula as...
Glad to help. Including the link to the example was key
This is from the daily click
As of MMF2: Build 248, the ATan2 function may be used to calculate the angle between points.
Angle = ATan2(A.y - B.y, B.x - A.x)
Now, this was tracking the...
I still get confused by scope sometimes, so if I can keep things as explicit as possible, such as comparing both items to Loop Index, that helps me keep things straight, rather than try to figure out...
sorry I didn't see your sample earlier, I was creating mine. I do not know how to articulate why that doesn't work, but I know I was stung by that in a previous program of mine. Out of desperation,...
Here's a sample file that I put together showing how a loop can check for the alt a properties of objects A and objects B and if both match the loop index, those particular active objects are...
it can be difficult to troubleshoot this without a file. How many object B's do you have? How many object A's. In your example above, I would suggest changing the last line to + ValueA of "Object...
Sounds like an Object Scope inquiry. Chris Burrows has a great article on this at:
http://www.diybandits.com.au/MMF/article_objectscope.html
I was going through some examples that came w/Fusion2.5, and there is a tute titled CalendarEntry with a file of Calendar Entries android.mfa
When I attempt to load it, it cant find Android...
Insert an active object
Double Click on it to open the image editor
click the folder icon to launch the open file requestor
formats include
.tga
.png
.jpg, .jpeg
.gif
.flc, .fli
.bmp,...
I've not had any issues with fastloops on android. What are you experiencing?
If I purchase the steam version can I share files between my desktop and the steam version?
It's weird, I got an email announcing the Steam discount, but never saw anything for the regular product discount that you mentioned here, Gustav. With the holidays in full swing, I haven't been...
Check out Chris Burrows Text Blitting example. I think it achieves the look you are going for
http://www.diybandits.com.au/MMF/tutorial_textblit2.html
I didn't even see that setting there. That seems to resolve the issue with the Active System Box, though I have a multi line Edit Box that is using a different font than what is being used in the...
fusion 2.5 r282.3
The Active System Box is where my issue lies. I am basing its size on the length of text i am putting into the box, however, when working in android, the font is bigger and...
I'm working on my app and have things working well in windows, however, when i port it over to android, the font sizes do not match making things quite messy. What approaches do i have for dealing...
I see where you were going with that Snail. thanks for clearing it up
Snail,
Can you explain how example 2 will not produce the same result? It seems that both will alter the value to 1
Here's a quick example. Hit the randomizer button and it will launch a fast loop that gives each box a random value as you requested. You were right to duplicate and not clone. I can't tell by...
I don't think I asked my question properly. Is there a way to set the Window size at runtime on an android so that my app is full screen, no stretching and using the maximum resolution?
Sorry Kimera, I haven't gotten that far yet. I just figured out how to set the frame size by using the android object, and will be testing that a bit before tackling the drawing part. I plan on...
I am interested in making a simple paint program for android, however, I would rather not create this at a "fixed" resolution and stretch to fit. I would desire to be able to determine what the...
thank you kindly
I suspect MOD might be involved but what would the formula look like to take an integer and convert it to the nearest multiple of 25? 9 becomes 0, 31 becomes 25, 49 becomes 50 etc
Marv's site is a wealth of information, and you might also want to check out Chris Burrow's tutorial on embedded detectors
http://www.diybandits.com.au/MMF/tutorial_embedded1.html
Nevermind, i was able to download and install the freebie at work (don't tell the boss). I see i will be limited by the object types available, but that is understandable. This should give me...
Thanks Jeff, I went to export to HTML5 recently, and didn't see the option, and have been trying to find where i saw that we would get a "lite" version. If i were to download the "free" version of...
I thought I read somewhere that fusion 2.5 would have a lite version of HTML 5 exporter, possibly limited by number of actives or something. Is that accurate?
dascribe,
This is many actives. Users can click to create a new active, drag around, and anytime an active is clicked upon, it moves to front.
Bearface,
I'll check out the Layers object. Since...
Ryan, thanks for #3, that's a great way to think about things
3) You shouldn't use lots of 'always' events, not that it's heavy on memory but that it happens every frame, thats 50 times a second...
I have all of my objects on the same layer so i can do collision detection. When a user clicks on an object, i move it to front. Is there a way to capture the actual front/back order of the objects...
StingRay, I may just need that. It seems I'm doing a hybrid approach, using some mouse functions and some touch. I'll need to play around some more, and if anyone has anything else I should...
Thanks for the quick replies, after starting to add the multitouch, I started to realize that maybe it wasn't necessary. For now, I'll just stick with what I know (and need for this project)
The object itself is probably answering my question, but if I am simply checking for touch number 0, and never checking for multiple touches, should I just use the mouse functions, even if designing...
OK after charging my nexus, it appears that the mouse double click does register. I was mistakenly thinking that we needed to use the multi touch object, which is not accurate.
Is there a way to detect a double tap while not over a specific object when using multi touch?
In windows, using the mouse, I'm able to do the following
User double-clicks with left button
X...
I believe casleziro is indicating you could use an alterable variable, title it group, and then assign numerical values for your groups to that alt variable. You could then use a for each loop or...
Thanks Dave, I'm heading out of town for a bit, so i won't have a chance to do this until sometime next week. If you don't have something by then, i'll toss my hat into the ring
You might be thinking about this too hard Klik-It. I don't have MMF here at work but I think this is how it would work.
If the list contained a frame number on each line, generate a random # based...
Check out Muddy Mole's utility to see if it will work for you:
http://community.clickteam.com/threads/62086-XML-Spreadsheet-gt-MMF2-Array-Converter?highlight=excel
Thanks Klikhappy, i'll look at that tonight, and plan my weekend accordingly (don't tell my girlfriend)
I've posted a feature request for this in the bug tracker.
Is there an extension or someway to take input from a touch screen and parse out the characters that were written? I'm looking for a way that if i hand write on a tablet, it will convert to the...
I'm not sure what's happening, and find it difficult to read when the alt values aren't renamed to what they are doing, but adding 180 to the angle solves the prb
I have the php issue if I use IE, when I use chrome or firefox, I am able to launch and use. This isn't just for this file, but all attachments on the forum
Here's an example with not a lot of fancy math. Where you click is an X (you could hide this, but for demo purposes, it's visible) The system check's the player's x&y values against the X's x&y...
I was clicking around trying to find the new For Each feature, but I was looking for a Loop dialogue, instead of looking under Count. Now that I have found it and used it, it is awesome. This will...
Here's an example file of the nested loop I was talking about. The actives are drag and droppable, click rank em to assign values based on x position. I would be interested to hear how others might...
I needed to do a similar thing but from top to bottom. I'm sure my approach wasn't the most optimized it could be, but i got it to work. It required two nested loops, one to loop through the width...
Thanks Jeff, I didn't know that was a feature, and was mentally going through how to iterate things into a list. Oh so much to learn...
Are you trying to view what is in the directory interactively or are you trying to transfer the directory names to a list object? (or something else entirely?)
Thanks for the explanation Francois, and all of the work the team has put into 2.5. I didn't realize that 2.5 defaulted to Direct3D 9, but that makes sense on what is happening w/some extensions
And there is Nivram's technical manual in pdf here:
http://www.castles-of-britain.com/mmf2projects.htm
as well as a ton of examples on his site
sorry orangery, try here http://rossp.webs.com/extensions.htm
Left$ will allow you to take only a certain number of characters in a string, starting from the left and going as many characters as are listed after the comma
If I have a string titled Name which...
When creating a new condition, right click on an object, choose loops>On Each Object
I had an interview for a programming job, and they asked the question of what is the program I am most proud of, to which I gave two replies, the one I've been working on for a year, and just over...
when I try to save directly to the device via USB, no matter what folder I pick, I get an error "You cant save here. Please choose another location." I was able to save this to my c:\, and I'm able...
OK, I have the android exporter, I've downloaded Java & Android SDK, I have downloaded the android14 build via SDK, and have activated USB on my Nexus 7. I have successfully created an .apk file and...
I was having issues with Unable to resolve project target 'android-14'. When I tried to install from Android SDK Manager, the system said it couldn't find the files. Running SDK Manager as admin...
I would like a draw object. If it has the capabilities to do cirlces and elipses, please make them grow out from the center, so the first point is the center and then as you drag, the diameter...
MMF2 had the ability to set loop index, as well, and it does work like you imagine. There is a tutorial on the old MMF2 side for bubblesort, and this changes the index based on what it finds (if my...
No crashing issues here, win7
Here's your game with the new touch commands. Also, I redid your counter graphics so I could keep track of what was being modified. Good Luck Klick It!
12212
I think this is totally possible for you to do as an iOS or android. Here's a version using the touch object (my first attempt using this).
I hope this is useful. I had to start from scratch and use mouse controls as I'm not up on the touch controls, but the concept should be similar.
Hmm, seems to be an IE issue. If I use firefox, everything is fine. Does anyone know what the fix is for ie when behaving like this?
I'm not sure what has changed for me, but any of the mmf attachments in the forums are now showing with the dialog box that states:
Do you want to open or save attachment.php(xxx kb) from...
I was thinking about the file object, too, but i really like the simplicity of checking a value that you know should not be 0. Excellent idea David
multiply by .1
There's a checkbox to destroy object when too far off the screen (something to that verbiage, i don't have MMF in front of me). Make sure that is not checked for the object
Sorting Arrays (Chris Burrows has a nice little write up on bubble sort that has helped me)
Object Scope
When things are drawn to screen. Doing a fast loop won't draw the inbetweens was...
Great tute. I like your dark out/highlight technique and may borrow that in the future for work
I had two items quarantined by norton when I upgraded 2.0 dev to 2.5. I manually "trusted" them,(can't remember the exact norton term) and all was well
This happened a few weeks ago, but I couldn't be bothered to post the issue and now I forgot what i was even doing, but i think I downloaded some object grouping list from somewhere, and now my iOS...
Don't feel stupid. This forum is a great place to be and to ask questions. It is also a great place to do searches to see what others' have been asking and the solutions offered.
downloading the app as we speak. I'm so foolish. Now I will be up all night and in rough shape for work on Friday. I'm like a kid whose xmas came early. Thanks ClickTeam
Thanks Jeff, this feels like progress :) I'm standing in the virtual line by your link. Submitted my stuff, now i just need my time at work to hurry up and be over so i can go home and explore/play.
Yes you will get a free upgrade to 2.5 dev and your export modules will work in 2.5
When the 2.5 version is available on Steam, it will first be for new full purchases, not upgrades, but that will...
So it's official, 2.5 on Dec 3, upgrade for $39!!!!! Super Sweet early Christmas gift to me. Thanks ClickTeam and Testers for all of your work. I'm really looking forward to see what the community...
I'm a registered Dev owner, does this mean in a week I can log onto Steam and get the 2.5 upgrade for $39 or is the deal on Steam only for new sign ups? (and to show my ignorance, i didn't even know...
I, too, will pay for a big ol' physical manual. I learned a lot of my 3d animation techniches from reading a manual composed of recycled trees
Although not using fast loops, you may want to consider using a group event. Have the actions that you would like to have looped inside of a group event. Activate the group event when you want to...
win7 64 bit and win8 64 bit MMF 2 Dev without issue on either machine (both intel)
Good news is that this was object scope, but not because of the order of the overlap condition. Prior to that check, I was doing some checks on alt values, and that's where the problem stemmed from....
I think Alonso may have explained what is happening. If not, Jeff, I'll make a sample file tomorrow to upload. This is dealing with multiple objects of type a and type b
I'm thinking this is a straight up object scope issue, but what is the difference between the following events:
objectA is overlapping objectB
vs
objectB is overlapping objectA
I'm getting...
Will 2.5's Easy Lacewing setup require the programmers to set up a server, or is this something that clickteam will have hosted and available (I think this is in 2.5, maybe 3)?
thanks,
rubes
That's a slick trick Marv. I am going to put this to work on the app I'm working over the weekend.
SalamanderPants,
My understanding is that 2.5 will have standard and developer and when f3 comes around, there will be 3 tiers, free, standard and developer. At least that's what sticking in my...
I'm with Klik-iT & ASD, and like most of the community, cannot contain my excitement. Today's the day we are to get our official list of items included in 2.5. I'll be a little OCD with my clicking...
i have the iOS exporter and although i haven't yet posted an app out to their website, i have compiled the xcode and brought it over to the mac and run the file in the simulator.
I was surprised to...
Thanks ProdigyX, I'll give that a go. I thought there was a checkbox I was missing somewhere in the app properties
I have an app I'm working on that at runtime, queries the screen to get the current dimensions of screen resolution at startup and changes to that resolution without trying to stretch any of my...
I'm fairly confident I read or saw on the stream that the exporters will not need to be repurchased
Thanks Jeff, I'm getting it regardless of what the official list is, but want to start mental preparations for all of the new features.
Is there an official Click Team document that lists all of the features that will be coming with Fusion 2.5? I was on the live stream and read FanO's tweets, but I'm curious if there's a one place...
SolarB, why is it rewriting the x value of 10 that was already written?
First I am cycling through the Y indexes based on a fast loop NObjects( "switch" ) times, then I cycle the Y with the formula...
Thanks for the confirmation on fast loop optimization and for your tweets throughout the weekend, fano
I watched the live stream earlier today, and I'm ready to prepay for this. It looked FAST. Else If & Screen Zooms are appealing and I believe I heard that fast loops have been reworked, though...
I didn't see anything in code that would write the information for the boxes to the array. I've attempted to fix this, but there is a slight bug in my code, and i'm not sure where. If you just add...
This issue reappeared for me, but I figured out the fix. My app also had an iOS single Line Edit Box, when I delete this iOS object, the normal multiline edit box works as desired
You are right HGF, I guess Array is in all versions. Not sure why i thought that was DEV only. Anyhoo, here's a link with the comparisons of the different products:...
Developer gets you the Array object and you do not need to include a Click Team logo on items that you have developed for commercial use. I'm sure there are other benny's too, but those two helped...
Post the file and I'll look, though I'll be busy the first half of this week and won't be able to work it until wednesday or Thursday
Were you able to complete your project?
10419
I have changed the array to text and have commented on how to change the process for reading/writing strings as values and values as strings. I've also added saving and loading the...
I have fixed the load issue after delete, by modifying the save routine. I clear the array, then re-write the data to the array, then save.
I am not sure how to capture the path of the pictures,...
how do you delete a switch? Have you added some more functionality? If so, please post an updated file
I can try to help, though i'm not sure about the pictures and such.
I think you may want to use two arrays, as well. One for keeping track of values (numbers) and one for keeping track of text...
10414
Here you go. The modifications that I made were to add a spread value to the ID_Switch value, which gives each switch a unique value. I didn't use the file object, but rather chose file...
I am trying to do an overlap check once a coin has stopped moving to see if it overlaps another coin in a different group. If so, it should take on that coin's group number.
Something isn't...
Here is a version with some more bells and whistles and explanations of what is happening. Let me know if you need better explanations about what is happening with this
I've got a slightly better version with prettier graphics that I'll upload and comment a little better to explain the process, but it is very similar to the concepts for Grid Movement. I've got some...
Is this what the effect you desire? (the half heights are there to show you which side of them it will snap to)
OH that looks handy. Thanks Marv
what's the difference between the logical and filtered or's?
Good stuff BigHatLogan. I have used strings and counters, and was just pondering a list object earlier today. I really like the concept of the drawing on surface object. I haven't used that before,...
please try reposting the mfa
What techniques do you use to troubleshoot issues in mmf?
I have an app that I'm working on, and one of the things I need to check is what is overlapping what else. I have this working in a stand...
I'm with you, Outcast. I didn't realize it was the editing of the sprites that caused my icons to update, and this has been maddening. I really like the technique for colorized outer boxes to...
I did Cyberclic's suggestion, but the association wasn't created, however, when clicking on an mfa afterwards, I was able to choose mmf developer, so it appears running as admin got things going.
...
I started with mmf academic and quickly bought mmf dev. On my win7 laptop, all sample files would open with mmf, not dev, and my dev had all of the external extentions loaded. I uninstalled mmf,...
I've treated myself to a new all in one pc, with a touchscreen, running windows 8 (not RT). Are there any known gotchas that I need to prepare myself for with MMF Dev?
Chris Burrows' website has been a favorite bookmark of mine since stumbling upon it, possibly for text blitting. My only complaint is that, selfishly, I want to see more content added.
Thanks droberson. I'm not sure if you have any text input fields, but if you do, when you tap on the screen into one, does win8 automatically bring up a keyboard for you onscreen?
I know the OP doesn't have touch, do any of the others running win8 have touchscreens? is that working pretty well?
Very clever, Popcorn
Kondias, right on the money. The only way a parody can work, is if the original was successful, otherwise, people wouldn't understand the parody. This is not a mockery nor travesty, and should be...
Here's a file with the modifications I mentioned on line 38. The other thing I did, was have your counter display the Crouch alt variable of the character. This character stays down when you click...
in line 38, remove the extra conditions, and just have crouch of character <>0 gets this to work
Thanks for the tip ProdigyX, I'll stick that in my back pocket for later.
My issue was that the build button was always greyed out, however after installing the new lion patch and Xcode patch, I have compiled my first app & run it in the simulator. Now on to registering...
Thanks Jeff. I hope compiling to android will be smoother than my attempts to do so on the mac. not a knock on clickteam at all, really this is all about my lack of mac understanding. Got a buddy...
I promise i will not ask when will the Android Exporter be released, but when that day does come, what extensions will be available to the exporter?
Sorry Earl, I don't have any insights. My recoding didn't work as well as i thought, and i ended up rolling back to a previously saved version, where this is working. I see you are an iOS user as...
Thanks Joka, i'll give that a whirl tonight
Thanks Jeff, just looking at the pics, this is very different than the Xcode screen I'm looking at, which basically just shows the Xcode program, though the menu says Xcode. I'll see what I can...
Ive tried searching the forms and I've read the stickies for iOS, but I'm completely lost. I have mmf dev and iOS exporter. I have exported as XCODE, and opened it up inside of xcode on the mac,...
Not sure how i missed that. Thanks DTT, precisely what i was looking for
On my iphone and iPad, if I hold down the power key and tap the home key, it will do a screen shot and save that image to a picture. Is there a way to invoke this via the iOS exporter like the...
I haven't tried that, but rather have started recoding a new project. 50 events, but it needed some cleanup, and I was at a point of diminishing troubleshooting returns.
I'm completely stumped. I have an app I've been working on where I have an Edit Box, set to Multiline, and I used to be able to type inside of it and hit enter, and it would move down a line and...
There are some books exclusive to game design for MMF, such as Game Creation for Teens & Make Amazing Games in Minutes both by Jason Darby. I picked up both of these early on
check out Popcorn's response and attached file on page 2 of this thread
http://community.clickteam.com/showthread.php?t=72015&page=2&highlight=pong
This helped me get over the hump of learning...
without seeing your code, i'm not sure what you are doing, but am guessing you are not using the str$ command before using a number in a string
I found the thread, but it didn't have the discussion i was looking for. It must have been somewhere else. grrrr
The other night i was reading a previous post that contained the file Drawing Obstacles.mfa. I still have the file but cant for the life of me find the thread that included this and there were some...
Are yours moving slowly like your example, or snapping into place like mine. If they are moving slowly, i'd like to see what you did
i hope it helps. I would also suggest that when you are doing small tests, such as the demo file you attached for me with two actives, it is easier to identify coding mistakes if you set the actives...
patience xstar. I have obligations to others, and my work. I have been working on this example for 2 hours tonight. I'm not sure that this is the best way to do it, but here is what i have.
At...