I've been pondering over this all day.. I'm trying to compare the value saved in an array position to a number saved in a string. I thought I was on the right track with this:
ValueAtXY("array",...
Type: Posts; User: ierofei; Keyword(s):
I've been pondering over this all day.. I'm trying to compare the value saved in an array position to a number saved in a string. I thought I was on the right track with this:
ValueAtXY("array",...
Thank you both. I'll be able to build on this very easily!
Well that's pretty cool. To expand on the idea is there a way to exclude a specific position in the array from being included in this loop? E.g. ValueAtXY("Array", 1, 2)?
Oh and thanks!
Is there an expression to add up all of the values in a column or row of an array without typing out each position individually?
What I've been doing so far was:
Set Global Value A
>ValueAtXY...
Well that's a pretty cool way of doing it. Thanks, koolbrosmk.
That's what I kind of figured I would need to do, thanks. I just was just wondering if there was a creative workaround that I wasn't picking up on.
Hey guys I've got another question. I am trying to make a menu that asks you if you're sure you want to quit and I figured I could just drop an extra layer down on my frame with the interface on it...
Changing to a number array worked. I guess I was under the assumption that if I had a text array I could save both values and strings.
I've been working on this project for a little while now and I'm worried I might need to rewrite a whole lot of my code to work with arrays.
Basically what I'm trying to do is this: I have a log...
Hm.. it makes perfect sense but for some reason I'm not getting the desired result! As soon as I click the left mouse to hold it over the active object it immediately sends me to the next frame. ...
I really feel like I'm missing something here.. I've been trying to make an active object that will send you to another frame if clicked but will open up another menu if long pressed. Is this not a...
Ah. Thank you, Volnaiskra. That's exactly what I was looking for. I'm really surprised that feature is not built in already!
I've been playing around with optimizing my code by using groups for everything. I've started to add groups inside groups and was wondering: is there a way to activate a group and all subsequent...
I'll give that a shot, thank you.
I'm having a bit of a conundrum here. I am attempting to make an ini file and an event that stores previous values that it collects and lists them in chronological order. Kind of like a high score...
Oh wow. That was exactly it, thank you!
Hey guys. I'm having a little issue getting my timer to work. Basically I've got an event that makes a timer open up. I'm trying to cut down on the amount of clutter I have on each frame so I have...
I was pretty sure that's what happened I just couldn't find it written down in the help. Thank you, Sumo!
Something I'm not very clear on here. Do global strings and values reset themselves when the application ends or is it necessary to have an event in place to set them to their original string/value?
Edit:
It actually does work, I'm just not a very smart man.
Thank you!
I'm having a bit of an issue with my subapp. It doesn't seem to want to suicide when I tell it to. Basically what I'm trying to do is this:
When a button is pressed the subapp will open, run a...
Thank you very much!
Hey guys,
I'm working on my first android app using Fusion 2.5 right now and I'm trying for the life of me to figure out how to make an edit box that only allows numerical values. Basically I...