Joannesalfa's Recent Forum Activity

  • Isn't neccesary to create own websocket server and connect?

  • Same, my report explains everything.

  • Problem Description

    Difference between Instances and Families to pick, Picking instances with instance variable would run fine but picking familiy with instance variable caused to crash.

    Attach a Capx

    https://dl.dropboxusercontent.com/u/762 ... ug164.capx

    Description of Capx

    Picking instances vs families with instance variable bug in r164.

    Steps to Reproduce Bug

    • Just run and click anywhere until all instances are destroyed.
    • More details, compare between event list number 1 and 2, try to toogle each event.

    Observed Result

    When all instance are destroyed, appears an error Assertion Failure: Cannot determine family variable index; SOL appears to be emtpy.

    Expected Result

    It shouldn't happen in older versions.

    Affected Browsers

    ALL

    Operating System and Service Pack

    Win 8

    Construct 2 Version ID

    164

  • I got your PM, because you're using DOM elements, they do not draw in Canvas. Use Sprites.

  • Im here again, it seems working, but I would like to do a callback.

    How to make a callback using Browser Execute javascript ?

  • BluePhaze Xbox 360 and other Xinput controllers work, but It's bad excuse to ask the gamers buy new controllers are compatible with Xinput because a lot of users already have DirectInput controllers. Basically common USB gamepad is directinput controller, not Xinput controller. I hope you know what I mean.

    my USB gamepad has worked in older stable version of chrome, but new version stopped working now. (Chrome 32-33, also latest version of Firefox). in Cr.bug, about the reference, responsible claimed he dropped directinput gamepads due to instability.

    Your link says everything about Raw Input for gamepads not directinput like Ashley said.

    I know a problem, raw input is designed for keyboard and mouse, if someone has special mouse like has more than 5 buttons, it would conflict with gamepad, unfortunately D-pad doesn't work. I hope they should give 100% support to all gamepad buttons and avoid conflict (Gamepad Index and broken buttons) and we may implement extra to ask users to configure their gamepad in our wizard setup.

  • Bad news, Chrome dropped DirectInput gamepads.

  • I had this similiar problem long time ago, but I really don't believe it's driver issue

  • Hard to understrand what are you looking.

    You don't need to make separated sprites each different skin and pin to player, you should organize the animations.

    Let's see, you should create a global variable with type text such as SkinColor and the values like "Red", "Blue", "Green", etc.

    Do a list of animations as Red_Walk, Blue_Walk, Green_Walk, etc.

    When a level is completed, you should call to set SkinColor to any color you want and set animation like:

    SkinColor&"_Walk"

    About the locking grey sprite you need to add instance variable LevelRequired, each level is finished it should add 1 to global variable CurrentLevel.

    For example

    If grey sprite has level 3 required to unlock, other has level 4 required to unlock.

    There an implementation it should work all locking sprites.

    Compare instance

    Event:

    locked.LevelRequired <= CurrentLevel

    Trigger Once (or any trigger like on Start Layout)

    Action:

    Set Boolean locked to false

    I hope it helps you.

  • Noncentz705 Thanks! It worked.

    It seems it doesn't use operators such as +, does eval(); would work with operators? maybe not.

    I understand this method, I will implement Google Analytics event track to send report data, when ga.js is implemented on index.html, according to https://developers.google.com/analytics ... ntTracking

    "_gaq.push(['_trackEvent', 'Game', 'Win', ' "& Variable1 & " ',  ' " & Variable2 & " ', false]);"[/code:28eooqjm]
    
    Does this string look correct to you?
  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Noncentz705 I've tried with your method and I got an error as Unexpected identifier.

    This is snippet that I've used.

    "window.open ('http://maps.google.co.uk/maps?q=' + "& ThePlace &" + '&iwloc=A&hl=en', "& ThePlace &"); "[/code:2tw902xp]
    
    Unusual connotation?
  • R0J0hound would you take a look about this problem?

    We have 2 similiar problems in different topics and no one helped.

Joannesalfa's avatar

Joannesalfa

Member since 8 May, 2011

Twitter
Joannesalfa has 3 followers

Trophy Case

  • 13-Year Club
  • 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
  • x2
    Coach One of your tutorials has over 1,000 readers
  • RTFM Read the fabulous manual
  • Email Verified

Progress

19/44
How to earn trophies