RBuster's Recent Forum Activity

  • Hi jobel

    Sorry about the CAPX. I always uploaded a project but in this case it's not possible. The project is quite large.

    I'm glad do hear that bullet behavior is okay, but I don't understand how the direction moves only horizontally when I defined a absolute angle. I tried inclusive to set the angle to 45 degrees, directly in the action, and nothing changed.

    The "set angle" option is "No". I'll review the script again. Who knows ....

    Thanks

  • I've a problem to use a bullet angle motion action. Something is wrong. I don't know if it's a bug, so I'm posting it here.

    I used a variable to store a random angle and I noticed that the sprite always moves horizontally (0 or 180), never vertically. So, I tried to put an angle value directly instead of using a random angle and the sprite maintain the same directions.

    The respective part of my script:

    Thanks in advance for any help.

  • Edit: Or, keep a running total and divide by 10 after ten clicks.

    Nice. Thank you.

  • Thank you, guys.

    One doubt blackhornet: if I use "wallclocktime", I'll need to get the time when the image1 appear, get it again on click and subtract these two values after, get the time again when the image2 appear ...., but how can I get the average time when the interaction stop?

  • I need to register the average time a player takes to click a several sprites (for example: a image will be appear 10 times and I need to know how much time (ms) the player takes to click on each of them). So, I'll need to register this time and get the average after to show when he's finishes the interaction. Could anyone help me? Thanks.

  • Sprite.Bullet.AngleOfMotion. So I can use "compare two values" with "Sprite.Bullet.AngleOfMotion"?

    Edited: Yes, I can. Thank you.

  • Hi guys,

    I intend to use the bullet angle of motion action to change the sprite direction and I'll need to check if the angle is correct when the player touch in a directional button. I did not find this action. I wonder if have another way to check this? Thanks in advance.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I’ve a sound issue to fix. I tested the *.ipa in my iPhone and no sound played.

    I exported using "media" options in Cordova.

    Any suggestions?

    Thanks

  • I had a problem to generate the "ipa" with Intel XDK.

    I got this log after try to build it:

    Installing "org.apache.cordova.device" for ios

    Installing "org.apache.cordova.splashscreen" for ios

    Installing "com.cranberrygame.phonegap.plugin.ad.admob" for ios

    Generating config.xml from defaults for platform "ios"

    Calling plugman.prepare for platform "ios"

    Preparing ios project

    Processing configuration changes for plugins.

    Iterating over installed plugins: [ 'org.apache.cordova.device', 'org.apache.cordova.splashscreen', 'com.cranberrygame.phonegap.plugin.ad.admob' ]

    Writing out cordova_plugins.js...

    Wrote out iOS Bundle Identifier to "br.com.ludics.tangrand"

    Wrote out iOS Bundle Version to "1.0.0.0"

    Copying icon from .../Tangrand/ios_icone_60.png to .../Tangrand/platforms/ios/Tangrand/Resources/icons/icon-60.png

    cp: no such file or directory: .../Tangrand/ios_icone_60.png

    Copying icon from .../Tangrand/ios_icone_120.png to .../Tangrand/platforms/ios/Tangrand/Resources/icons/icon-60@2x.png

    cp: no such file or directory: .../Tangrand/ios_icone_120.png

    Copying icon from .../Tangrand/ios_icone_180.png to .../Tangrand/platforms/ios/Tangrand/Resources/icons/icon-60@3x.png

    cp: no such file or directory: .../Tangrand/ios_icone_180.png

    Copying icon from .../Tangrand/ios_icone_76.png to .../Tangrand/platforms/ios/Tangrand/Resources/icons/icon-76.png

    cp: no such file or directory: .../Tangrand/ios_icone_76.png

    Copying icon from .../Tangrand/ios_icone_152.png to .../Tangrand/platforms/ios/Tangrand/Resources/icons/icon-76@2x.png

    cp: no such file or directory: .../Tangrand/ios_icone_152.png

    mv: dest file already exists: .../Tangrand/platforms/ios/Tangrand/TanGranD-Info.plist

    mv: dest file already exists: .../Tangrand/platforms/ios/Tangrand/TanGranD-Prefix.pch

    shell.js: internal error

    Error: EINVAL, invalid argument '.../Tangrand/platforms/ios/Tangrand.xcodeproj'

    at Object.fs.renameSync (fs.js:543:18)

    at /Developer/cordova/4.1.2/node_modules/cordova/node_modules/cordova-lib/node_modules/shelljs/src/mv.js:77:8

    at Array.forEach (native)

    at Object._mv (/Developer/cordova/4.1.2/node_modules/cordova/node_modules/cordova-lib/node_modules/shelljs/src/mv.js:53:11)

    at Object.mv (/Developer/cordova/4.1.2/node_modules/cordova/node_modules/cordova-lib/node_modules/shelljs/src/common.js:186:23)

    at pbxProject.<anonymous> (/Developer/cordova/4.1.2/node_modules/cordova/node_modules/cordova-lib/src/cordova/metadata/ios_parser.js:162:27)

    at pbxProject.EventEmitter.emit (events.js:98:17)

    at pbxProject.<anonymous> (/Developer/cordova/4.1.2/node_modules/cordova/node_modules/cordova-lib/node_modules/xcode/lib/pbxProject.js:30:18)

    at ChildProcess.EventEmitter.emit (events.js:98:17)

    at handleMessage (child_process.js:322:10)

    I checked file names to avoid special characters and I exported from C2 to Cordova to create a project in Intel XDK (APK was successfully generated).

    Edited: PS. I forgot to say I 'm using Admob plugin.

    Thanks

  • After the changes, I exported the project with Cordova and build the application on Intel XDK. It worked perfectly.

    If anyone needs or wants to test the result, I am attaching bellow the final capx and the APK.

    CAPX: https://www.dropbox.com/s/hz3v5egze84hw ... .capx?dl=0

    APK: https://www.dropbox.com/s/4e1cimaw08itj ... m.apk?dl=0

    Thank you Kyatric for your help.

  • What is your issue exactly ?

    All I can think about is the fact that you never save the new value of level.

    So likely are missing an action "Local Storage - Set Item" in your Event Sheet 2 before the "Wait" action.

    Set the key to "levelKey" as this is the key you load in your menu layout and set the value to the global variable "level".

    Instead of a wait action, make an event "Local Storage - On item set" "levelKey" and in that event go to the menu layout.

    Your even sheet 2 should look something like that :

    Thank you, Kyatric. I'll make these changes and test it again.

    As for the compatibility with APK, I must admit I don't know if Intel XDK or Cordova have yet integrated support for Local Storage.

    I know it works on Chrome for Android and Firefox for mobile, but I don't know about "native" applications. (They should as they are based on chrome though)

    Maybe Ashley knows. Anyway, I'll try again and post here when it's over

  • Please, some help. I need to fix this to finish a demonstration.

RBuster's avatar

RBuster

Early Adopter

Member since 29 Oct, 2012

Twitter
RBuster has 2 followers

Connect with RBuster

Trophy Case

  • 12-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

21/44
How to earn trophies