Posts by logum5

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.

    yes sound is the talion of Achilles for android, some device do better than others, normally Chinese have some problem. I will test your apk with a xiaomi and let you know.

    using channels is the better way to go. Them allow you as developer to have more control of the playing sounds, but if there a lot of sounds preloaded the improvement is not much since this involve memory.

    so what can I do, to fix this problem for chinese devices ?

    Are these preload sounds? We have detected that some device are really slow to decode and play sounds in preload mode, (not related to our code but the OS itself)

    1.- do you have another device to test there, if so can you test also in this device?

    2.- can you provide me with a small apk for me to test

    Also provide me with Huawei models and specs

    Thank you for replying,
    -----------------------------------
    I figured out that it lagg happens when too many samples are simultaneously playing. yes these are preload sounds in .OGG format
    I created a newer version where I deleted unecessary sounds. ----> THIS HELPED ALOT ON HUAWEI BUT NOT PERFECT YET.

    1. I Tested it on 3 Samsung devices some of them are older but it worked 100% perfect without any lagg.

    2. Please login to see this link.

    I use Huawei P30 Lite

    This sounds vaguely familiar too me like I had the same problem once. Don't remember though the "solution" but converting too .Ogg could be it. Or perhaps checking some build settings if there is some options in how it handles sounds.

    I changed the .wav sounds in Fusion to OGG ( VIEW --> Dataelements )

    but on my Huawei it still laggs when I hit Enemys for example (hit sounds)

    I nearly tried everything and I"m rly exhausted ....

    On samsungs it works very smooth I rly dont get it!

    Hello guys,

    I have a really weird Problem, when I run my game on Samsung Galaxys for example. The game runs very Smooth without any lag.


    But when I try on my own Phone (Huawei P30 Lite) The game laggs extreme, when I encounter Monsters . . . .

    #############
    than I later found out, it are the Sounds . . .

    I removed all the Sounds from the Beheivors, frames etc. and see it works now without any lagg.

    I think its becouse I use .Wav sounds ????

    I thought about convert all the sounds to .OGG , what do you think about this ?

    I"m really confused right now . ..

    I thank you all for the amazing Support!

    best regards
    Logum5

    Thank you !! it works now perfectly!!!!

    thank you for your time dude!

    U dont know how Thankful I am!

    Thank you for the help, now I know what u mean with the Expression editor!

    but I really tried to get it working , I dont know what I"m doing wrong here, this is what I tryed

    New event --> Always --> Set Counter

    thann Float to string , but I get Syntax error !!!

    I"m really going to get crazy . . .

    Hello guys,

    currently I"m working on a game and I realised a problem.


    I have the main game on 7 different frames, each frame has a different theme (Grasslan,Iceland, desert etc.)


    The problem is now when I change something(new events), in grass land for example I have to change the events on each frames. which would take me so much work!!

    how can I fix this problem?

    I thought about to work with the layers or global event editor???

    what do you think is the best way to fix this problem?

    thank you so much!!!

    There's a little-known option FloatToString$(), which you can find under the System object Conversion expressions.

    Code
    FloatToString$(>Value<, >Number of digits<, >Number of digits after decimal point or -1<)


    Put the number into the Value parameter. FloatToString will be in the Fusion help file if you need more detail.

    If you don't want to use that, you could also use

    Code
    Left$(Str$(), numchars)


    ...but it's a bit more fiddly.

    On a side note, this forum is more for getting extension developers, not for Fusion issues. Next time ask in the Please login to see this link.. :)
    (If you do need help with developing your own extension, clarify which coding language you want and more context for the decimal places)


    Hi thank you for replying,

    I"m really a noob , I searched for 1 hour where I can find and edit the FloatToString$ Expression,

    can u tell me where I can find this option in Fusion 2.5?? thanks!!

    Hi clickteam forum,

    my problem is I released my first apps on 2015 on google playstore for learning purposes.

    these games wasnt really good and I was rly young at this moment.

    I didnt care about Copyright and Google banned my account.

    now 5 years later I"m hard working on a really cool game with Viral Potential!

    ----------
    So now I want to let a friend of me create a Developer Account so I can upload the game on his account.

    but is their any way Google still can track me? I also will create new Chartboost account over my brother.

    can they track me trough Fusion 2.5 Client data? and when yes how I can change those parameters?

    I use the same Fusion in steam.

    fusion +dev dlc + android exporter

    Thanks mates!