Posts by JMalone

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.

    HI,
    I'm not sure if this is going to make sense but ill try...

    So my game is at 640 x 480. each level is at that size. except 2 which are longer levels. so 9000 x 480 (roughly) same height but length is longer.

    I added those 2 levels after i built the game and published it. (updating game now) So the game it self works but now it wont. I'm thinking its because of these 2 levels.
    When i go to test on my laptop, it plays at full screen where before it wouldn't.

    My question is, is there a way i can have the 2 sizes in the game without it causing issues?

    Maybe a really noob question but i have searched for a few days and can't find anything on it (i'm probably over looking something)

    Thanks :)

    *********************************SOLUTION FOUND**********************************

    I found the answer to this issue

    I started off moving each level into a fresh file one by one and then building after each move till i found the level that was corrupted.
    I found out that it was the lives object and/or the physics object that was making an issue. (I deleted both at the same time before i built again, so cant be 100% sure which one ) but after i deleted both those i built the game again and no error came up.

    Went back to the original game, deleted said objects and again no error.

    Im not sure what happened or why it was one of these things and im to scared to put them back in to re test lol


    Anyway thought i might but a solution to this issue in case someone else has this problem :D

    I just started a fresh temp game and i did a build with all the same settings as the game i need to build and that temp game built fine... So all the settings are fine as far as my knowledge goes so im thinking that it might be as simple as the assets. Is that even possible?

    Im going to re import all of them and try again. Ill let you know how it goes but if you think of anything else that it might be please let me know.

    Also i cant get the mfa to upload to dropbox properly either...

    Thanks :)

    I cant post an MFA here, and i dont know why. This is getting frustrating lol
    the report is still the same.

    Would it be, that it cant find a picture/asset?

    Ill have to re upload it to drop box i think and see if i can get it to work then :/

    I just re packaged my first game and all works fine.
    Then i re packaged my new game and the same above error came up. So it has to do with something in that mfa file, right?

    Sorry im still kinda new to fusion and coding and learning along the way.

    I have already downloaded all that needs to, to release a game. as i already have a game on the google store.
    I havent done anything different this time round in regards to the build. It was building fine for a while. I got it on my phone to test etc then suddenly the above error happened. But i dont know why.

    Im going to re download all the files needed to build again but other than that i dont know what else to do....

    Fernando, is there anything else i should look at? What does the code mean?

    Thanks :)

    I am trying to build the application and this is what i get...EVERYTIME!
    I cant seem to get passed it...

    Can someone please help me understand this...


    Also why would my game be testing in fullscreen or just come up with the stat box and not the play screen.... Is that got something to do with this too?


    Buildfile: C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\build.xml

    -set-mode-check:

    -set-release-mode:

    -release-obfuscation-check:
    [echo] proguard.config is ${proguard.config}

    -pre-build:

    -check-env:
    [checkenv] Android SDK Tools Revision 25.2.2
    [checkenv] Installed at C:\Android\sdk

    -setup:
    [echo] Project Name: RuntimeAndroid
    [gettype] Project Type: Application

    -build-setup:
    [getbuildtools] Using latest Build Tools: 25.0.0
    [echo] Resolving Build Target for RuntimeAndroid...
    [gettarget] Project Target: Android 7.1.1
    [gettarget] API level: 25
    [echo] ----------
    [echo] Creating output directories if needed...
    [mkdir] Created dir: C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\bin
    [mkdir] Created dir: C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\bin\res
    [mkdir] Created dir: C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\bin\rsObj
    [mkdir] Created dir: C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\bin\rsLibs
    [mkdir] Created dir: C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\gen
    [mkdir] Created dir: C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\bin\classes
    [mkdir] Created dir: C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\bin\dexedLibs
    [echo] ----------
    [echo] Resolving Dependencies for RuntimeAndroid...
    [dependency] Library dependencies:
    [dependency] No Libraries
    [dependency]
    [dependency] ------------------
    [echo] ----------
    [echo] Building Libraries with 'release'...
    [subant] No sub-builds to iterate on

    -code-gen:
    [mergemanifest] Merging AndroidManifest files into one.
    [mergemanifest] Manifest merger disabled. Using project manifest only.
    [echo] Handling aidl files...
    [aidl] No AIDL files to compile.
    [echo] ----------
    [echo] Handling RenderScript files...
    [echo] ----------
    [echo] Handling Resources...
    [aapt] Generating resource IDs...
    [echo] ----------
    [echo] Handling BuildConfig class...
    [buildconfig] Generating BuildConfig class.

    -pre-compile:

    -compile:
    [javac] Compiling 440 source files to C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\bin\classes
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:45: error: cannot find symbol
    [javac] public class CRunBox2DParticules extends CRunBox2DBaseParent
    [javac] ^
    [javac] symbol: class CRunBox2DBaseParent
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:153: error: cannot find symbol
    [javac] private CRunBox2DBase GetBase()
    [javac] ^
    [javac] symbol: class CRunBox2DBase
    [javac] location: class CRunBox2DParticules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:642: error: cannot find symbol
    [javac] class CParticule extends CRunBox2DBaseElementParent
    [javac] ^
    [javac] symbol: class CRunBox2DBaseElementParent
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:692: error: cannot find symbol
    [javac] public void destroy(CRunBox2DBase pBase)
    [javac] ^
    [javac] symbol: class CRunBox2DBase
    [javac] location: class CParticule
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CExtLoad.java:86: error: incompatible types: CRunBox2DParticules cannot be converted to CRunExtension
    [javac] object=new CRunBox2DParticules();
    [javac] ^
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:140: error: method does not override or implement a method from a supertype
    [javac] @Override
    [javac] ^
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:143: error: cannot find symbol
    [javac] if (this.base==null)
    [javac] ^
    [javac] symbol: variable base
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:145: error: cannot find symbol
    [javac] this.base=this.GetBase();
    [javac] ^
    [javac] symbol: variable base
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:146: error: cannot find symbol
    [javac] if (this.base == null)
    [javac] ^
    [javac] symbol: variable base
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:149: error: cannot find symbol
    [javac] return this.base.started;
    [javac] ^
    [javac] symbol: variable base
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:155: error: cannot find symbol
    [javac] int nObjects = this.rh.rhNObjects;
    [javac] ^
    [javac] symbol: variable rh
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:156: error: cannot find symbol
    [javac] CObject[] localObjectList=this.rh.rhObjectList;
    [javac] ^
    [javac] symbol: variable rh
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:165: error: cannot find symbol
    [javac] CRunBox2DBase pBase = (CRunBox2DBase)((CExtension)pObject).ext;
    [javac] ^
    [javac] symbol: class CRunBox2DBase
    [javac] location: class CRunBox2DParticules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:165: error: cannot find symbol
    [javac] CRunBox2DBase pBase = (CRunBox2DBase)((CExtension)pObject).ext;
    [javac] ^
    [javac] symbol: class CRunBox2DBase
    [javac] location: class CRunBox2DParticules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:166: error: cannot find symbol
    [javac] if (pBase.identifier == this.identifier)
    [javac] ^
    [javac] symbol: variable identifier
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:202: error: cannot find symbol
    [javac] cpt = this.rh.random((short)cpt);
    [javac] ^
    [javac] symbol: variable rh
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:218: error: method does not override or implement a method from a supertype
    [javac] @Override
    [javac] ^
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:224: error: method does not override or implement a method from a supertype
    [javac] @Override
    [javac] ^
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:227: error: cannot find symbol
    [javac] this.ho.hoImgWidth = file.readInt();
    [javac] ^
    [javac] symbol: variable ho
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:228: error: cannot find symbol
    [javac] this.ho.hoImgHeight = file.readInt();
    [javac] ^
    [javac] symbol: variable ho
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:241: error: cannot find symbol
    [javac] this.identifier=file.readInt();
    [javac] ^
    [javac] symbol: variable identifier
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:243: error: cannot find symbol
    [javac] this.rotation = file.readInt() / 100.0f * CRunBox2DParticules.ROTATION_MULT*this.RunFactor;
    [javac] ^
    [javac] symbol: variable RunFactor
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:244: error: cannot find symbol
    [javac] this.applyForce = file.readInt() / 100f * CRunBox2DParticules.APPLYFORCE_MULT*this.RunFactor;
    [javac] ^
    [javac] symbol: variable RunFactor
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:245: error: cannot find symbol
    [javac] this.applyTorque = file.readInt() / 100f * CRunBox2DParticules.APPLYTORQUE_MULT*this.RunFactor;
    [javac] ^
    [javac] symbol: variable RunFactor
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:253: error: cannot find symbol
    [javac] this.ho.loadImageList(this.images);
    [javac] ^
    [javac] symbol: variable ho
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:254: error: cannot find symbol
    [javac] this.particules = new ArrayList<CRunBox2DBaseElementParent>();
    [javac] ^
    [javac] symbol: variable particules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:254: error: cannot find symbol
    [javac] this.particules = new ArrayList<CRunBox2DBaseElementParent>();
    [javac] ^
    [javac] symbol: class CRunBox2DBaseElementParent
    [javac] location: class CRunBox2DParticules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:255: error: cannot find symbol
    [javac] this.toDestroy = new ArrayList<CRunBox2DBaseElementParent>();
    [javac] ^
    [javac] symbol: variable toDestroy
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:255: error: cannot find symbol
    [javac] this.toDestroy = new ArrayList<CRunBox2DBaseElementParent>();
    [javac] ^
    [javac] symbol: class CRunBox2DBaseElementParent
    [javac] location: class CRunBox2DParticules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:260: error: method does not override or implement a method from a supertype
    [javac] @Override
    [javac] ^
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:263: error: cannot find symbol
    [javac] CRunBox2DBase base = GetBase();
    [javac] ^
    [javac] symbol: class CRunBox2DBase
    [javac] location: class CRunBox2DParticules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:265: error: cannot find symbol
    [javac] int particules_size = this.particules.size() ;
    [javac] ^
    [javac] symbol: variable particules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:268: error: cannot find symbol
    [javac] CParticule particule = (CParticule)this.particules.get(n);
    [javac] ^
    [javac] symbol: variable particules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:273: error: method does not override or implement a method from a supertype
    [javac] @Override
    [javac] ^
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:291: error: cannot find symbol
    [javac] for (n = 0; n < toDestroy.size() ; n++)
    [javac] ^
    [javac] symbol: variable toDestroy
    [javac] location: class CRunBox2DParticules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:293: error: cannot find symbol
    [javac] particule = (CParticule)toDestroy.get(n);
    [javac] ^
    [javac] symbol: variable toDestroy
    [javac] location: class CRunBox2DParticules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:294: error: cannot find symbol
    [javac] particule.destroy(this.base);
    [javac] ^
    [javac] symbol: variable base
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:295: error: cannot find symbol
    [javac] toDestroy.remove(n);
    [javac] ^
    [javac] symbol: variable toDestroy
    [javac] location: class CRunBox2DParticules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:296: error: cannot find symbol
    [javac] particules.remove(particule);
    [javac] ^
    [javac] symbol: variable particules
    [javac] location: class CRunBox2DParticules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:301: error: cannot find symbol
    [javac] CRun rhPtr = ho.hoAdRunHeader;
    [javac] ^
    [javac] symbol: variable ho
    [javac] location: class CRunBox2DParticules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:302: error: cannot find symbol
    [javac] int particules_size = particules.size() ;
    [javac] ^
    [javac] symbol: variable particules
    [javac] location: class CRunBox2DParticules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:305: error: cannot find symbol
    [javac] particule = (CParticule)particules.get(n);
    [javac] ^
    [javac] symbol: variable particules
    [javac] location: class CRunBox2DParticules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:311: error: cannot find symbol
    [javac] base.rGetBodyPosition(particule.m_body, m_posAndAngle);
    [javac] ^
    [javac] symbol: variable m_body
    [javac] location: variable particule of type CParticule
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:311: error: cannot find symbol
    [javac] base.rGetBodyPosition(particule.m_body, m_posAndAngle);
    [javac] ^
    [javac] symbol: variable base
    [javac] location: class CRunBox2DParticules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:315: error: cannot find symbol
    [javac] toDestroy.add(particule);
    [javac] ^
    [javac] symbol: variable toDestroy
    [javac] location: class CRunBox2DParticules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:324: error: package ho does not exist
    [javac] if (ho.ros.rsEffect != effect || ho.ros.rsEffectParam != effectParam)
    [javac] ^
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:324: error: package ho does not exist
    [javac] if (ho.ros.rsEffect != effect || ho.ros.rsEffectParam != effectParam)
    [javac] ^
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:326: error: package ho does not exist
    [javac] effect = ho.ros.rsEffect;
    [javac] ^
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:327: error: package ho does not exist
    [javac] effectParam = ho.ros.rsEffectParam;
    [javac] ^
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:328: error: cannot find symbol
    [javac] for (n = 0; n < particules.size() ; n++)
    [javac] ^
    [javac] symbol: variable particules
    [javac] location: class CRunBox2DParticules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:330: error: cannot find symbol
    [javac] particule = (CParticule)particules.get(n);
    [javac] ^
    [javac] symbol: variable particules
    [javac] location: class CRunBox2DParticules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:335: error: package ho does not exist
    [javac] boolean v = (ho.ros.rsFlags & CRSpr.RSFLAG_VISIBLE) != 0;
    [javac] ^
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:339: error: cannot find symbol
    [javac] for (n = 0; n < particules.size() ; n++)
    [javac] ^
    [javac] symbol: variable particules
    [javac] location: class CRunBox2DParticules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:341: error: cannot find symbol
    [javac] particule = (CParticule)particules.get(n);
    [javac] ^
    [javac] symbol: variable particules
    [javac] location: class CRunBox2DParticules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:358: error: cannot find symbol
    [javac] x = this.ho.hoX;
    [javac] ^
    [javac] symbol: variable ho
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:359: error: cannot find symbol
    [javac] y = this.ho.hoY;
    [javac] ^
    [javac] symbol: variable ho
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:363: error: cannot find symbol
    [javac] x = this.ho.hoX + this.rh.random((short)this.ho.hoImgWidth);
    [javac] ^
    [javac] symbol: variable ho
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:363: error: cannot find symbol
    [javac] x = this.ho.hoX + this.rh.random((short)this.ho.hoImgWidth);
    [javac] ^
    [javac] symbol: variable ho
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:363: error: cannot find symbol
    [javac] x = this.ho.hoX + this.rh.random((short)this.ho.hoImgWidth);
    [javac] ^
    [javac] symbol: variable rh
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:364: error: cannot find symbol
    [javac] y = this.ho.hoY + this.rh.random((short)this.ho.hoImgHeight);
    [javac] ^
    [javac] symbol: variable ho
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:364: error: cannot find symbol
    [javac] y = this.ho.hoY + this.rh.random((short)this.ho.hoImgHeight);
    [javac] ^
    [javac] symbol: variable ho
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:364: error: cannot find symbol
    [javac] y = this.ho.hoY + this.rh.random((short)this.ho.hoImgHeight);
    [javac] ^
    [javac] symbol: variable rh
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:374: error: cannot find symbol
    [javac] interval = this.rh.random((short)(this.angleInterval * 2));
    [javac] ^
    [javac] symbol: variable rh
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:379: error: cannot find symbol
    [javac] particule.InitBase(this.ho, CRunMBase.MTYPE_PARTICULE);
    [javac] ^
    [javac] symbol: variable ho
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:385: error: cannot find symbol
    [javac] CImage image = this.rh.rhApp.imageBank.getImageFromHandle(this.images[0]);
    [javac] ^
    [javac] symbol: variable rh
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:386: error: cannot find symbol
    [javac] particule.m_body = base.rCreateBody(BodyDef.BodyType.DynamicBody, x, y, angle, gravity, particule, 0, 0);
    [javac] ^
    [javac] symbol: variable m_body
    [javac] location: variable particule of type CParticule
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:386: error: cannot find symbol
    [javac] particule.m_body = base.rCreateBody(BodyDef.BodyType.DynamicBody, x, y, angle, gravity, particule, 0, 0);
    [javac] ^
    [javac] symbol: variable base
    [javac] location: class CRunBox2DParticules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:387: error: cannot find symbol
    [javac] particule.fixture = base.rBodyCreateCircleFixture(particule.m_body, particule, x, y, (image.getWidth() + image.getHeight()) / 4, density, friction, restitution);
    [javac] ^
    [javac] symbol: variable m_body
    [javac] location: variable particule of type CParticule
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:387: error: cannot find symbol
    [javac] particule.fixture = base.rBodyCreateCircleFixture(particule.m_body, particule, x, y, (image.getWidth() + image.getHeight()) / 4, density, friction, restitution);
    [javac] ^
    [javac] symbol: variable base
    [javac] location: class CRunBox2DParticules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:389: error: cannot find symbol
    [javac] float mass = particule.m_body.getMass();
    [javac] ^
    [javac] symbol: variable m_body
    [javac] location: variable particule of type CParticule
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:390: error: cannot find symbol
    [javac] interval = this.rh.random((short)(speedInterval * 2));
    [javac] ^
    [javac] symbol: variable rh
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:394: error: cannot find symbol
    [javac] base.rBodyApplyImpulse(particule.m_body, (float) (Math.max(1.0, speedFloat * mass)), angle);
    [javac] ^
    [javac] symbol: variable m_body
    [javac] location: variable particule of type CParticule
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:394: error: cannot find symbol
    [javac] base.rBodyApplyImpulse(particule.m_body, (float) (Math.max(1.0, speedFloat * mass)), angle);
    [javac] ^
    [javac] symbol: variable base
    [javac] location: class CRunBox2DParticules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:395: error: cannot find symbol
    [javac] base.rBodyApplyAngularImpulse(particule.m_body, rotation);
    [javac] ^
    [javac] symbol: variable m_body
    [javac] location: variable particule of type CParticule
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:395: error: cannot find symbol
    [javac] base.rBodyApplyAngularImpulse(particule.m_body, rotation);
    [javac] ^
    [javac] symbol: variable base
    [javac] location: class CRunBox2DParticules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:397: error: cannot find symbol
    [javac] this.particules.add(particule);
    [javac] ^
    [javac] symbol: variable particules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:403: error: cannot find symbol
    [javac] particule.destroy(this.base);
    [javac] ^
    [javac] symbol: variable base
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:404: error: cannot find symbol
    [javac] this.particules.remove(particule);
    [javac] ^
    [javac] symbol: variable particules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:410: error: method does not override or implement a method from a supertype
    [javac] @Override
    [javac] ^
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:416: error: cannot find symbol
    [javac] String name = cnd.getParamExpString(this.rh, 0);
    [javac] ^
    [javac] symbol: variable rh
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:419: error: cannot find symbol
    [javac] PARAM_OBJECT param = cnd.getParamObject(this.rh, 0);
    [javac] ^
    [javac] symbol: variable rh
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:420: error: cannot find symbol
    [javac] if (param.oi == this.rh.rhEvtProg.rhCurParam0)
    [javac] ^
    [javac] symbol: variable rh
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:422: error: cannot find symbol
    [javac] this.rh.rhEvtProg.evt_AddCurrentObject(this.collidingHO);
    [javac] ^
    [javac] symbol: variable collidingHO
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:422: error: cannot find symbol
    [javac] this.rh.rhEvtProg.evt_AddCurrentObject(this.collidingHO);
    [javac] ^
    [javac] symbol: variable rh
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:430: error: cannot find symbol
    [javac] CQualToOiList pq = this.rh.rhEvtProg.qualToOiList[oil & 0x7FFF];
    [javac] ^
    [javac] symbol: variable rh
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:434: error: cannot find symbol
    [javac] if (pq.qoiList[numOi] == this.rh.rhEvtProg.rhCurParam0)
    [javac] ^
    [javac] symbol: variable rh
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:436: error: cannot find symbol
    [javac] this.rh.rhEvtProg.evt_AddCurrentObject(this.collidingHO);
    [javac] ^
    [javac] symbol: variable collidingHO
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:436: error: cannot find symbol
    [javac] this.rh.rhEvtProg.evt_AddCurrentObject(this.collidingHO);
    [javac] ^
    [javac] symbol: variable rh
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:459: error: method does not override or implement a method from a supertype
    [javac] @Override
    [javac] ^
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:465: error: cannot find symbol
    [javac] int number = act.getParamExpression(this.rh, 0);
    [javac] ^
    [javac] symbol: variable rh
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:469: error: cannot find symbol
    [javac] this.stopped = true;
    [javac] ^
    [javac] symbol: variable stopped
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:472: error: cannot find symbol
    [javac] this.loopName = act.getParamExpString(this.rh, 0);
    [javac] ^
    [javac] symbol: variable rh
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:475: error: cannot find symbol
    [javac] int particules_size = this.particules.size();
    [javac] ^
    [javac] symbol: variable particules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:480: error: cannot find symbol
    [javac] CParticule particule = (CParticule)this.particules.get(n);
    [javac] ^
    [javac] symbol: variable particules
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:481: error: cannot find symbol
    [javac] this.currentParticule1 = particule;
    [javac] ^
    [javac] symbol: variable currentParticule1
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:483: error: cannot find symbol
    [javac] this.ho.generateEvent(CRunBox2DParticules.CND_ONEACH, 0);
    [javac] ^
    [javac] symbol: variable ho
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:490: error: cannot find symbol
    [javac] this.speed = Math.min(act.getParamExpression(this.rh, 0), 250);
    [javac] ^
    [javac] symbol: variable rh
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:494: error: cannot find symbol
    [javac] this.speedInterval = Math.max(act.getParamExpression(this.rh, 0), 0);
    [javac] ^
    [javac] symbol: variable rh
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:497: error: cannot find symbol
    [javac] this.angle = act.getParamExpression(this.rh, 0);
    [javac] ^
    [javac] symbol: variable rh
    [javac] C:\Users\JENNYA~1\AppData\Local\Temp\AndB06.tmp\src\Extensions\CRunBox2DParticules.java:500: error: cannot find symbol
    [javac] this.angleInterval = Math.min(act.getParamExpression(this.rh, 0), 360);
    [javac] ^
    [javac] symbol: variable rh
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 100 errors
    [javac] 3 warnings

    BUILD FAILED
    C:\Android\sdk\tools\ant\build.xml:716: The following error occurred while executing this line:
    C:\Android\sdk\tools\ant\build.xml:730: Compile failed; see the compiler error output for details.

    Total time: 4 seconds

    I have tried everything, Im either missing a very important thing or it just doesnt work on my phone lol
    im thinking the swipe and hold thing would work in this situation but im not sure what to do with that one... I looked up a few things on here etc and i cant get it to work.
    An example would really be appreciated. Thanks so much

    im still trying to work my way around Fusion so any help is appreciated :D

    HI,
    Im still learning Fusion so apologies if this has been asked and answered but i cant find it anywhere.....


    Im making a kids game and have tried so many different options with movement and i cant seem to get the "tapping movement" to work.

    What it is is a collect the letters game. With platforms etc.
    The player needs to jump on the platform to get the letter etc
    Simple enough but i just cant get it to work on the android

    It works on the pc fine.

    I have tried the joystick but its to touchy for the kids

    All i want is a simple movement for their little hands.

    I was thinking that they tap on the screen to get the character to walk to there and also to jump... Is that possible?

    OR maybe tilt screen to move and tap to jump?

    Thanks in advance for the help

    :)

    Yesterday we official released our very first kids game.....TAPPEROO!
    We are very excited and would love to share that with you.

    We are also on Facebook at Please login to see this link.

    So head to the google play store or click this link and start your kids on a wonderful fun learning experience :)

    Please login to see this link.

    HI, I'm fairly new to Fusion and i'm having trouble with my game

    I want to turn the score on and off, is this even possible?

    I have looked at so many different things on here and on you tube and i cant find anything that will help.
    I'm either over looking something or its just not possible.

    Basically its a kids popping game (simple touch and item pops) And i have the score adding up each pop, Changing to the next level when you get to a certain number and that all works great BUT i want the player to be able to have either the score to play the game level to level or just an endless level......Am i able to do this or am i simply better off creating "endless levels" with no scoring.... Thanks

    Sorry if its a simple fix like i said i'm a newbie :P