I mainly use it to temporarily deactivate an Event when i test my Application.
Im unsure if the Never condition can actually prevent Actions from triggering, but would be fun to check if this is...
Type: Posts; User: King_Cool; Keyword(s):
I mainly use it to temporarily deactivate an Event when i test my Application.
Im unsure if the Never condition can actually prevent Actions from triggering, but would be fun to check if this is...
You can get this kindog inaccuracy when using some of the built in movements, since many of them use 32 directions only.
For more a more accurate/ smooth result you should do 2 things.
USE...
I see that this is allready solved, but would like to present an alternative idea.
You could do this without any loops, by 'assuming that all object within the range have POSE 1' and simply...
The idea about replacing an Active Object to change State is an interesting one.
You have a qualifyer on each of the AOs that can reffer to the Enemy in general, while State specific code could...
Here, a nice and simple example :)
I think this should work:
- Allways
-> Arrow setX to:
Max( XleftVissibleFrame, Min( XrightVisibleFrame, EnemyX ) )
-> Arrow setY to:
Max( YtopVissibleFrame, Min( YbottomVissibleFrame, EnemyY )...
Alpha Channels is the solution here.
...
A click on an Object ( with 'Fine Detectin' ON ) will be detected when you click any part of the Object where graphic has been applied.
Example, if you...
I tested to see if 'Behaviour Events' for Instances handle 'Group Of Events' seperatly ( see example ).
According to the test it does not.
It appears that the 'Behaviour Events' for an Object is...
Maybe the 'Active Picture' Object can help you with this?
I dont have access to CF from here so i cant check
Do you mean like getting the songs possition in milliseconds?
If this is the case you shoul easily be able to easily be able to get this info from an Action in the Event Editor.
There might be...
I like Volnaiskras marble analogy and think it descibes the scenario quite well.
I can recognize 2 ways of implementing a State Machine for multiple enemy instances.
The question of using Loops...
Is your first issue ( Image A1 ) that the pieces are in the wrong place?
NOTE: Although it says 'Animation Frame' 1, 2,3 and 4 in the Animation editor ( in your image above ), 'Animation Frames'...
I made an example
I'm not sure you could do it much simpler than this
I was thinking about this in terms of visual layout only, not nessesarily a running simulation of the Frame/ Application.
Like you could click a "test" button inside one of your Application Frames,...
It might be helpfull if youd be more specific about what you are looking for or wanting to do.
There are many kinds of inventory systems.
Hi
I'm using the Wargame Map Object and I have either ( #1 ) run into a problem I don't understand, or ( #2 ) discovered a bug.
The 'Wargame Map Object' by default creates a hex map where all...
I expanded upon the original example just for fun :D
Im quite sure there is more than one way to do this.
The game "Silece Of The Sleep" ( made with fusion ) did something like what you are describing, where the player would be asked to draw a...
Agree
This would be a nice feature :)
Something like this?
Also you could try playing around with Sin()/ Cos() functions to get some cool effects :)
We have told that she would like to know how to use spread value.
Say you have 4 Duplicates ( also called 'instance' of the same 'Object' if I remember correctly ):
- Instance
- Instance
-...
Heya Schrodinger :)
Good to see your still around, looking forward to see your work ( with CF ) since last time :)
...
This helps a lot
When trying to implement it however, I found the method...
Hi
I'm trying to use the 'WarGameMap Object'.
The examples of the 'WarGameMap Object' uses 'Active Objects' as the maps coordinates, and I'm wanting to avoid placing a lot of Actives all over the...
Is there any way to break out of a ForEach loop?
Example:
- Loop though 10 Instances and in the middle of the loop, for example, change the 'Animation Sequence' of ALL Instances
Actually, ther is a coupple ( maybe more..? ) 'bugs' i know of that create smashing visual effects.
I wouldnt ( and for some you cant ) rely on using them consistently ( as they might get fixed, or...
Actually adding randomness to AI makes it appear 'more intelligent' ( like Vaxx said ) when it in fact is being random rather than making any decisions at all.
For example if you add some random...
Well the point about 'Artificial Intelligence' lies in its word.
In this case Enemies, have Intelligence ( or lets call it Information from this point ) about the environment or its surroundings....
I havent studdies the AI of the game in question in detail, but i made a quick basic top-down Ai example.
It uses Float X_ and Y_ coordinates for smoother movement.
It uses Sin() Cos() to move...
Just wanted to uppdate on the issue of audio not playing on specific Devices ( i mentione this above, and have mentioned this other places ).
The new Android Beta fixed these issues :D
As i understand it makes sure the Sample allways plays ( as sometimes samples dont allways play for some reason in Android ), but this come as a cost of major ingame loading/ pause/ lag on my end as...
Shouldnt be a problem.
My guess is such behaviour is based on 2 points of intelligence/ data on the Enemy Agent side.
#1
A Direct Line Of Sight to the Player ( adressing the question of 'Is...
Hi
When i have say an Edit box in and Android build, and User sets focus on the Edit Box a OS Keyboard popps up.
As far as i have tested, this keyboard poppup acts differently on different...
Ah i see
The Event:
ObjA overlaps ObjB = ObjBs 'collision mask' lag 1 frame behind for both ( #1 ) its possition and ( #2 ) its Animation
This is very good to know, i didnt know so thanks...
I completly understan your possition, its very difficoult to come to a definite conclusion based on the small amount of testing i have done here.
What is clear however is that there is some aspect...
So encripting audio files is possible with Fusion, or not?
(Maybeits possible indirectly by calling an external script or something )
One issue to keep in mind, if muting audio should be a feature...
Say 3 bullets hit ground roughly around the same time, each triggering an IMPACT sample.
If you now want to mute or alter the...
I want/ need to maintair up to date collisin masks
I 'think' i can do this by using only 1 Loop through all Instances and do a collision check ( no distance calcuationa ), and at the same time...
Hi
ISSUE
I have a large Application, and it has manny Samples ( 50ish ) around 8 sec or less and most being set to 'Preload'.
When fiering a Projectile, a Sample is supposed to play and loop (...
Hi
Im wanting to manually do Instance to Instance overlap checks for an Object that is circular.
Whats the best way to go about this?
I cant see that running a loop through all Instances would...
Killer animation there Marius! :)
Looks grand!
I had to test this, and it doesnt seem to be the case.
There does not seem to be a lag with changig Animation Sequences.
This would be interesing, and actually very usefull.
The List Object is nice but it has some limitations and som strange quirks, some unsolvable due to it ( The List Object ) being tied to the...
My experience:
- A noticable slowdown when playing Samples ( short samples at that ) from Disk in contrary to not doing so
- On the pluss side, Samples that were not allways playing now allways...
You can add an OR like this
Score = 100
-> Do A
OR ( Logical )
Score = 200
-> Do B
If i disconnect a Device, and connect another one ( just pulling the USB plaug, not ejecting through the explorer, dont know if this makes a difference ) Fusion builds and never stopps ( 'build and...
Im abit lazy at this moment in time, so i havent read throug all the posts here.
However, to maximize the number of Objects, i do have a smart idea ( forgive me if this is allready mentioned or...
I am having an issue on a specific Samsung Device ( Galaxy Alpha ).
Issue is some audio like 'general button clicks' and 'general bullet impacts' ( and some other ) wont consistently play, and...
Uppdate:
This seesm to happen only the first time i press 'Build And Run' aftr turning on Computer ( or something alongs those lines ).
Any consequitive 'built and run' attempts runs the current up...
Reflecting uppon this, im not sure i am testing the recently applied changes when making changes/n tweaks and testing an existing project.
Hi. Ill provide an example to explain my issue.
Example:
- I turn on Computer, and connect Device ( Android )
- I open ExampleA.mfa, and press 'build and run'
- I open ExampleB.mfa, and press...
Sure
couldnt reproduce this in a new App, so i stipped down the App where the issue was ocurring instead.
- Fram1 ( PlayNewSample method ) plays a new Sample on each impact, and has the lag
-...
Interesting
Ill check this out as see if i get better performance
Hi Fernando!
I actually have some input on slowdown directly related to 'Audio Samples'.
I dont know how relevant this is, but ill explain anyway in hope that it is.
It may in any case be of use...
To make Objects/ Object Instances have a circular movement:
...
- Create an Object ( and multiple instances of the same Object if you wish )
- Give the Object 4 AltValues: 'Angle_', 'Radius_',...
I either cant find, or dont have that option under the Applications Android Properties.
Would you mind posting a screenshot so i know im not overlooking something?
Thank you very much Fernando!
It might be worth noting that OAngle only returns Ints ( No decimals ).
At least that was the case last time i checked.
https://en.wikipedia.org/wiki/Modulo_operation
Its not just Fusion
It is having an identity crisis
Sounds good :)
Thanks all!
So the only thing need for the INI Object to save a data file on the Android system, is for the checkbox 'Create INI in application Data folde' to be <checked>?
Is there a specific location ( i...
Hmmm, so the symbol for mod is %
That could be confusing
I think it deserves its own symbol
I understand storage locations and file structure are not nessesarily similar in Win and Android.
Reason im asking for the file location of the stored INI file is, i need to encrypt an INI file...
'Mod' is just another operator like + - / *
But not as commonly used
What 'X mod X' does is return what is remaining after a division
ExampleA:
5 / 2
2 goes 2 times inside 5 -> So this...
'Mod' is just another operator like + - / *
But not as commonly used
What 'X mod X' does is return what is remaining after a division
Example:
5 / 2
2 goes 2 times inside 5 -> So this...
So the only thing need for the INI Object to save a data file on the Android system, is for the checkbox 'Create INI in application Data folde' to be <checked>?
What if i want to target/ locate...
Wouldnt it be possible then to create an Event starting with a GREEN condition that is allways true ( GREEN conditions triggering independantly of the Event List sequence ) and add the 'sample is not...
"I'm trying to make an invisible field of view. Is that possible? "
Am i correct to assume you want ( for example ) like a 'cone of view' that makes Objects partially vissible/ invissible when...
I...
#1 Identified an Operator ( say division operator )
#2 Extracted the numbers to the Left and Right of it
#3 Used the built in Expression Editor to do the calculation on the Extracted numbers...
The issue of Main Music not playing more than once is solved, problem was i had forgot to 'unlock' channels that were 'locked' before playing samples on those channels ( which strangely enough didnt...
I also used the Bezier Curve for kind of a sweep down movement kind of thing, but in the end i felt ( and still feel ) the humongous amount of calculation...
"
((initX("Flyer") + (X("Player")+30)...
Not sure how much this will help...
I actually created a "basic" Calculator out of boredom not long ago, should have it lying around. Never finished it as focus shifted to other things.
It is not...
Hi
I am experiencing some of the issues describes in this thread on my 'Samsung Galaxy Alpha' running the latest Software ( unless new software has been releases very recently ).
Main issues...
I remember there was a TTS Extencion for MMF2/ 2.5 i think, and i have loads of fun with it :)
For Fusion/ Android Exporter i dont think there is any such Extencion, dont think i am but i might be...
"How can this work without swapping the final item? Using larger images, it's quite obvious. "
Delete Event 23, reading the Events comment should make it clearer ( It is this Event that...
"How can it be modified to use images of a high resolution? When I change the frames to images with ~200 px width, it scrolls a few of them on screen then no more show up. "
I just tested and see...
If you want to use Actives ( for whatever reason ), you could assign an ID to each Item in the Inventory ( 'spread a value' or something ) and have a Counter/ Value represent which Item is selected...
I think testing on as many as possible would be a good idea.
Community could be helpfull and help you test. I have a set of old and new Android devices, and could help you out if youd wish ( no...
Jep all is good with the image.
I tried upploading the same image today and it worked.
The mysteries of computers...
I however see some ClickStore Items have a thumbnail, images AND videos...
I encountered the smae issue, in relaion to besizer curves also if i remember correctly, and had to split the calculation up in a few AltValues/ GlobalValues.
Strange limitation, but probably a good...
Hi
Is there any guide for upploading Games/ Apps to the Clickstore?
I am trying to uppload a Game and it requires an Image of a very specific format.
I have an Image that meets this format, but...
This is perfect, thanks so much for your help
My concluson is that if one wants to create an Image maintain the "true" aspect of a 'given aspect ratio'.
Youd have to:
- Find the lowes common...
You simply put any number of Conditions inside the Same Event.
Example
Condition1
Condition2
Condition3
Will be like
Condition1
Thanks, allways appreciated
Ill try to see if i understad...
So for the Aspect Ratio 226:155, the only common divisor for both the W and H is the number 1.
Does this mean the only proportions...
Thanks, ill check out the Multi Touch Object
I believe i made a blog entry ( see beneath my profile picture regarding this specific issue ), explaining it in greater detail
The Allways Event presented above will automtically configure Strings to each Enemies.
You only need to make sure that the nr of Strings and Enemies are the same.
Whenever you createan Enemy also...
Thanks, but 16:9 was only an example, and i was fishing for a method.
Im actually looking for a true aspect of 226:155 as close to the size 'Something x 504'
This is still on i assume? ( old devices needed )
Well, maybe im being difficoult here, but how do i find these 'perfect' ratio points?
It should be logical enough maybe, but i dono
If you want to fire X number of Shotgun Pellets with a spread ( in degrees ) of your choice, this can be done by Spreading and ID_ value through all Pellets without FastLoops:
+ On pressing SPACE...
Say we originally have an image of.
1920(x) x 1080(y) ( Aspect ratio 16:9 ).
I open GIMP2 and create a Frame of 1920(x) x 1080(y).
I then scale the Frame ( and lock its proportions ) so that x...
Its solved
Problem was i was confused about what write in 'key name' in Fusions Android properties.
The video toturial ( sticky ) i followed used the same data in many of the fields on the left...
STEAM is another option ( for exe builds ). But there is a one-time relatively hefty fee to be able to uppload games there + the App/ game has to be voted up before its actually available on the store
Yep a cap, but as is see it it can be very high.
I havent though about Decimals yet, but the logic in my mind says "no problem".
It all makes sense in my mind, but i reserve the right to fail...
Hi
When resizing an image down, even if maintaining its proportions, the result can be a size that differs in Aspect Ratio from its original Aspect Ratio.
Example:...
I wont need 26 AltValues
Im using far less ( half or less ) and am able to, add to and display values beyond the normal limit.
I havent tested it extencively and not sure if there are any flaws,...
Although i cant match Schrodinger speed, im assessing i can easily make this a widget or whatever.
I have a version working for addition, and subtraction should not be a problem ( but its only 1...
Congratts! :D
Could you uppload it to the site ( Go Advanced -> Attachments )
Dono if its to big for that though
Hi
I was exploring the 'Android Object' and the 'Android Pluss Object' and cant seem to find any Condition/s checking for touch Screen input.
Is there any other method of checking for...
...But, if the processor is a deal breaker ( for good performance ), how does one set define the minumum requirements in this area...
Im sure im missing some aspect of this.
I mean... Apparently...
KLiK-iT
The RAM, OS version, and Processor speed seems to be more or less the same on both of the Devices you tested ( allthough processor is different ).
To compair, i tested same App on a...
Thanks!
Fixed the issue :)
Hi
When i press build and run with a connected Device, there is a bar at the very top displaying the Applications Icon and Name.
How do i make this br disapear/ not appear?
The point would be some degree of laziness, not having to 'drag' the file from A to B.
When you build the App with destination DropBox, you dont need to move the .apk file from Computer to Devic as...
Can YOURDOMAIN and YOURFILE be whatever i choose? ( i dont have any special characters or spaces )
One relevant observation i want to highlight is ( and i might be wrong ) is the 'Expression Editor' itself seems to have the same 2 000 000 000 limit, and appears to wrap or go to the minus side when...
Regardless of what form or from where the solution comes, we could probably compress it into a single Active Object using its AltValue ( like creating a Custom Counter Object of a single Active...
This is all abit confusing, but i think this is what my example does but in a different way maybe:
I have seperate values for 1s, 10s, 100s, 1000s etc.
The Array looks like this
(Indx#1) Nrof...
I tried running the .apk from the Devices file browser instead of directly from DB, but i get the same message.
I try to add the .apk directly to the Devices SD, and open the .apk through the...
Im ot sure this adresses the issue in any way, but i have created a 'Custom Counter' based on an Array ( each Row representina a Counter, but have only coded for 1 Cpounter for now ).
You can add to...
http://i0.wp.com/appslova.com/wp-content/uploads/2014/11/Android-.png
He doesnt like me
It seems to finish installing ( blue loading bar goes to 100% ). but then this:
"Describe Error/ Parsing Error
There is a problem parsing the package"
I tried deleting the .apk and building it...
I get a window saying:
"An error has ocurred see log file
...eclipse/org.eclipse.platform_4.2.0_2061726483..."
I follow the path and open the log looking like...well its pretty long but ill...
Lets race to a solution!
Stop!
If your going to die, its not worth it!
Have you checked if the 'Game Center Multiplayer Object' is available to you in the list of Object?
The 'Active System Box' is compatible across the board ( save Mac ).
You can just set its Fill and BG colors to 'None', and it should act like a String. Only drawback is it doesnt have Paragraphs,...
I have 'Fusion 2.5 Developer' and i can see a 'Game Center Multiplayer Object' in my list of Object.
Not sure if its available for 'Fusion Standard', but you could easily check by insering a new...
Could the issue be related to floating point positioning?
( Am currently not able to test this )
Im no expert with iOS, but i remember someone mentioning the Game Center Object is the way ( only way? ) to go for iOS multiplayer.
Might be wrong.
Usualy for online multiplayer one would use...
They are Active Objects w/ Alpha Channels
Yes i have 2 Samsung Devices, have enabled DevMode on both..
Have enabled USB Debugging ( Developer settings ) on both, and also Accept Unknown Sources ( Security settings ).
And yes i have...
If your Object is a square box ( like in your illustration ), i think this is easier.
You want a way to determine if an Object is located exactly ontop of a surface?
Am i understanding this...
Hi
I have been trying to find an easy way to test 'Fusin Android Apps' on my Device/s for development and testing.
I am currently testing on some Samsung Devices, and the 'Build and Run' button...
Shouldnt it be possible to caluculate usign 'Hex numbers' in Fusion?
Not sure if that will help though.
Well this was educational.
Not even sure how you make Fusion handle a number as 199 Million ( must be possible appparently ).
...
'Double Precicion Calculator' maybe? Probably not relevant
...
Issue has ben resolved.
Problem was with the 'Key Name' field in the 'Applications Android properties'.
The 'Key Name' field should contain the 'Alias' of the Key created, while i was under the...
Yes, lets unite and attack this abomination!
I realize now its not possible to delet Objects from the Project Window.
What happens if you create a copy of the Application and delete EVERYTHING,...
I think you need to look into "micro-transactions" and find a way to utilize this within your design.
There shoud be at least some threads about it, and i think you might have better luck finding...
One of the things that baffled me when first joing this Forum was the level of engagement from the developers themselves ( being a high level of engagement from my view ).
It may be that my...
K, gimme a sec
Thats a shame...
This is abit of topic, but if you wouldnt mind...
How i i use the DropBox method?
I now have Team viewer, if you wouldnt mind taking a peek also ( regarding the build fail ).
The driver you are providing appears to be the Samsung Drivers ( which i have allready tried ).
When i install it it says it is allready installed, and asks me if i want to install it anyway.
...
If all paritcipants are Active Objects...
- Give The Active Objects an AlterableString 'NameS', and do this Event
- Make sure there are an equal number of Enemy and String instaces
- Do this...
Thanks for the info
K, so unchecking the 'release mode' makes the 'Build and Run' button work without error messages.
The .apk also gets built, but noting popps up on my connected Device ( conected, is accesable, and...
Yep, i spent half of yesterday working with the Storekey thing, made very sure all fieldsof the key were correct and managed to create it after numerous issues incognito.
The 'release checkmark' is...
Try to delete it from the Project Window
Ive ben trying to get the 'Build and Run' button to work/ run the App on my connected Device all day, and im down to this error:
"C:\Program Files...
Yes its like small incremental steps, with problems queuing up infront of me as i go
But im getting there
Im now stuck after creating the keystore file, with an error log stating:
Signing key...
Uh, but now i get an error instead:
C:\Program Files (x86)\Android\android-sdk\tools\ant\build.xml:1147: Signing key TEST not found
I moved the file to a new location after creation, and then...
Hi
Im having the same problems as Simflare and KLiK-iT
I think i was using an older version ofthe KeyStoreTool at first ( as the one i have now downloaded from this thread looks different, having...
Still struggling to get the 'Build And Run' button workin ( meaning getting the App to run on Device when pressed ), so havent ben able to test too much.
But from what i can tell it seem slike...
If each participant is going to have a 'Deck' and a 'Hand', maybe having 1 List Object to represent the Deck and 1 List Object represent the Hand would be a good place to start.
( Assuming the...
If you define the battle system ( how its supposed to work ), and at what specific point in the creation of said battle system you are stuck on/ need help with, its much easier for people to help you...
Have you tried to create a String and set it to BinFileTempName$( "D:\Levels\Level1.arr" ) to check if the file is there?
I remember having a hard time understanding this as well.
My Device is a Samsung Galaxy ( software up to date ).
So this is what has ben done:
#1
- Device: Unknown Sources = CHECKED
- Device: USB Debugging = CHECKED
- Deleted 'Google USB Drivers'...
Maybe the code for the 'Create new Object dialouge' could be reused/ be the base to this purpose?
https://dl.dropboxusercontent.com/u/3537859/CreateNewSearch.PNG
You could check the BugTracker as see if it is reported ( Top of the Forum ).
You can apparently trick fusion by putting dummy files into the extencion folders ( having the same name as the genuine files ) which lets you open the .mfa ( extencions wont work though ).
Ive done...
- I can build .apk file without Fusion hanging
- Deleted 'Google USB Drivers' from Android SDK
- Installed 'Google USB Drivers' from Android SDK
- Checked 'Allow Applications from unknown...
Im having this problem:
http://community.clickteam.com/threads/83325-MMF-locks-up-when-building-Android-apk
Fusion locks up at 100% when using 'Build And Run' ( happens regardless of Android...
Im having this problem as well ( Fusion locks up at 100% when using 'Build And Run' ).
After this i have to force quit Fusion and reboot my PC, as Stea thinks Fusion is still running ( cant reopen...
HTML is primarily for website creation, if im not mistaken.
As Fusion2.5 has a HTML5 exporter, i was wondering if its viable for creating a website/ homepage?
More specifically, are there any...
Quite enjoyabel, and cool music ( music is sooo importaint in my oppionion )
The difficulty doesnt seem to increas in any way though, and i had to quit playing at 24000 score as i could just keep...
" It's just occurred to me that I've never tried this, does that work already??! "
Not sure, but my assumption is it works as the option is there
I have however read somewhere quite recently that...
Chrilley
What i can see is you have alot of Clone Object wich appear to serve more or less the same purpose.
Example
6 Slash Objects
3 Jewel Detectors
2 Chained kelletons
4 Torches etc
You...
Ah, thanks!
"Failed" message has disappeared now
But Android build are able to run at 60 FPS right ( standard FPS for Windows build )?
Or is there a low ceiling limit/ upper cap on FPS with Android builds?
Storsorgen
I can build this Application just fine, can you?
I can build an app using the String Tokenizer just fine.
My intention is not to rub it in, but to convey the contrasting scenario in hope of progressing the understanding of the isse. XD
Im using...
Hi
I have followed the torurial for creating and Android build ( Android phone also in Developer Mode and connected ).
I get this error log ( just the bottom part of the log ):
BUILD FAILED...
So there is no default/ standard location for savedata on Android, like the "%AppData%" folder for Windows?
In the 'About' section of Objects you can see who the author is and who the copywrite belongs to ( usually contact info here as well ).
If copyright is Clickteam i assume its ok to use it.
Love it
Can the Camera look up/ down?
Can the tile sizes be smaller ( to make for smoother light distrebution ), or will this slow things too much?
If you have multiple Enemies having an AltValue 'Health_', and you want them to have their own visual Health Bars. Do this:
( make sure there are an equal number of Counter as there are Enemies,...
Well, as i recal you can store files within the EXE as 'binary data'.
You cant directly read from the 'binary data', and you will have to extract the data/ file to be able to read it ( although it...
What exactly is the Fullscreen Issue?
Is it these two things?:
- One cant both enable Fullscreen and be able to change the viewport-size durring runtime, at the same time ( meaning yuo have to...
Or...
For a more accurate solution you could make all Objects calculate distance to the Click ( uppon the click ), and select the one that it closest to the click.
Are you opening the App i Fusion 2.5 or MMF?
If you uppload it it i can try opening it and see if the issue ocurrs, or try to fix it.
Not sure it will work though.
#1
There is no Event instructing the Brick to be destroyed
#2
Remove the 'Red Brick Counter' entirely and this should work
Try to enclose the 'AlterableStringC' in "Str$( )".
Not sure if it will work.
My advice is orgaize everythign in sections seperated by Comment ( you can crea comments by 'right click -> Comment' ).
And also customize your comments with a color and text size of your liking (...
First delete ALL Events and see if the issue persists, if yes there is an Event causing the issue.
From there just delete HALF of the Events and see if the issue persists, if yes one of the...
Hi
Im just wondering if there is any reason for the Hotspot and Actionpoints default location has changed?
Example:
- Creating a new Active ( 32x32 size by default ), Hotspot and Actionpoint...
Looking more closely at your code, im afraid your missunderstanding how Fusion does work.
To me it seems you think that this Event...
FixedValue of Detector = PickedDetetctor_ ( AltVal ) of...
Hi
So i have everything settup for an Android build ( SDK installed, Fusion settings correct, Device in developer mode and connected to PC ) in accordance with the pinned toturial on the Clickteam...
I think i understand. Appologies if im not.
Just make sure to have the same nmber of 'Detetctor Instances' as you have 'Enemy Instances'.
Then do this Event:
+ Allways
-> Detector set...
I havent gotten as far as to add enemies, although i dont cosidder this to be a problematic point.
Here is a theoretical organization i might go for, but its strictly theoretical:
( OBJECTS =...
You can get the X And Y coordinates of the Viewports edges ( X of Left/ Right edge, and Y of Top/ Bottom edge ).
Using these coordinates you can easily asess if an Object is within the vissible...
You can
However you can NOT ( as per my knowledge ) make it display anything OUTSIDE the visible Frame ( things outside the vissible Frame are not drawn ), in case you had the idea of using it like...
Didnt think of that :)
Alphas could be used as a supplementary/ additional collision mask, nice
Range sounds awesome :)
So its Range( value, max, min ) or Range( value, min, max )?
( sorry for the cheap question )
Im currently working on a Platform Engine, and this is my settup.
- DETECT PLAYER INPUT
- PLAYER MOVEMENT
--- Apply forces: Input( move left/right, jumping etc ), gravity etc
--- Uppdate...
I am sorry, i seem to have left out something.
Let me try again:
...
SOLUTION ISSUE#1 ( BULLET SLIPPING THROUGH CRACKS )
A
You could 'uncheck' the Shields property called 'use fine...
Yes, there are 2 problems i can identify.
#1
The shield graphic looks realy nice. Is that from Fusions library?
In any case, animation has got 'holes' in it, making it possible for the UFO...
If you want this to work for multiple Enemies you aught 'put the distance calculation into the NPCs AlterableValue', and then compair 'directly' to this AlterbleValue when checking the distance.
...
Topic sounds dangerous
Yup, thanks for explaining!
If you only have '1 Player Object' you dont need physical detectors, meanig you dont need any 'Active Object' detectors at all.
Here is how:
#1
- Give Enemies an Alterable value called...
Im sorry, i missread your original post.
Hope this doesnt confuse you, and maybe you allready know this...
First understand that 1 'Game/ Applicaton Frame' is '1 unit of time' for Fusion.
What...
Depends on what movement type you are using.
Are you using one of the built in movement types?
In general ( for Object with a constant speed ) it would be:
'speed per Frame'( in pixels ) /...
'Window Controll Object' lets you resize the entire vissible window, making everything bigger along with it ( you have to have the 'Resize display to fit window size' checked under Aplication...
Start with something simple as Blackjack. Add your own rules maybe?
This will introduce you to a basic card deck and also let you play around/ experiment with 3d effects ( like fake 3D effects like...
i 'think' you could just create a dummy file with the same file name and the app will be able to open ( Extencion willl not function ).
I might be wrong.
I cant see this issue in the Bug Tracker ( maybe im just searching it wrong ).
Posting this issue there would make it more likely to be resolved/ fixed if applicable.
Does 'Ultimate Fullscreen Object' scale without messing up the pixels?
Thats a neat idea Marv, and probably the way i would have ended up going about it if i decided to settup a custom palette.
Im however referring to editing/ customizing the Palette inside Fusion (...
Even if you delete all Object, as long as there is a referrance to tha Object in the Event Editor, it may still be listed as an Object at the top of the Event Editor.
If you notice annomalies like...
This community is the best tutorial in my oppinion.
#1
There is however a section on this Forum for Guids, Toturials and Widgets:...
How do you create or import palettes in Fusion2.5?