bscarl88's Forum Posts

  • Ah sorry!

  • Steps to reproduce:

    1. Use particles in C2

    2. setup preview over wifi

    3. launch preview over wifi

    Observed result:

    An error pops up on the ipad safari web browser when I use particles and preview over wifi:

    Error says: TypeError:'null' is not ab object

    192.168.1.2/Particles_plugin.js, line 66(col undefined)

    I dont have a particles plugin, i just have the normal particles that come with C2

    Browsers affected:

    Safari - Yes

    Operating system & service pack:

    Construct 2 version: 136 beta

  • Is there any other way to test these than just knowing what to look for?

  • yea were hoping for that cocoon update! Thanks for your knowledge!

  • i guess im screwed then because im not getting good performance on anything for mobile :( the only time i get good performance is running through a dropbox public link

  • ah ok, thanks!   So is there any true way to run apps natively? or is cocoon the best option as of now to get C2 apps on mobile devices?

  • When i preview a game on my ipad, I always get MUCH better performance than when I do it using Cocoon. Wouldnt you think this is backwards though, since Cocoon is as close as you can get to running the app natively?

  • i can't find anything helpful on enemy states. It seems that there really isnt a good solution

  • Yea I can't figure out how to do multiple enemy states (6 total). Would it be best to do functions for each state? If that's the case, then you can't do triggers with functions right? And my enemy won't even start his pathfinding, so that's just a whole other problem

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Trying to get my stealth game to work, and maybe I just have too many states for my EnemyAI, but i seem to fumble on a few things. I have bookmarks at 32, 55 and 59 because i feel that these are the problematic bits.

    I'm trying to get the AI to have these states

    FindRoute (Doesnt work): find closest waypoint, and go to it

    Patrol: Walks waypoints

    SuspiciousWalk: Enemy thinks it sees something, so it walks towards.

    SuspiciousSTop: Enemy lost sight of curious object

    Alerted: walks to the area where the player madea noise or was last seen

    Attacking: attacks player

    There's a few timers setup to take care of how long an enemy can be in Suspicious mode, and attacking mode.   Some of the timers are triggered when an enemy loses line of sight with player, or if enemy gains line of sight. Is there an easier way to do this, like am I over thinking it?

    CApx:

    dropbox.com/s/r2uba4hs3nmy3a8/Prison%20-%2025-06-13%20%20-%20Tweaked%20AI%2C%20STill%20not%20working.capx

  • Ashley sorry to bother you, can you confirm that this was fixed? I won't be at my computer for a few days, and i need to coordinate something with someone

  • stopped back in after a while, and wow... this tutorial is awesome!!!!!

    It's definitely got a lot to it, and the code will take some time to udnerstand, but it's impressive!

  • yea just noticed this too. Thanks Ashley! I'll keep looking for a new build

  • It's been happening to a bunch of my previous files, but not to other people who open it

    ---------------------------

    Construct 2 Check failure

    ---------------------------

    Check failure! This is probably a bug:

    Project file missing on disk

    Condition: FileExists(last_path.c_str())

    File: Projects\ProjectFile.cpp

    Line: 23

    Function: __cdecl ProjectFile::ProjectFile(class FileFolder &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &)

    Build: release 134 (64-bit) checked

    Component: Construct 2 IDE

    (Last Win32 error: 2)

    You are using a 'checked' release of Construct 2, intended for testing, which causes certain errors to be reported this way. Hit Ctrl+C to copy this messagebox - it's useful information for the developers, so please include it with any bug reports! Click 'Abort' to quit (unsaved data will be lost!),'Retry' to turn off messages for this session and continue, or 'Ignore' to continue normally.

    ---------------------------

    Abort   Retry   Ignore   

    ---------------------------

    Link to .capx file (required!):

    dropbox.com/s/j51fitagnrh5ucf/6-JUNE-13%20-%20Split%20up%20map%2C%20debugging%20doors..capx

    Steps to reproduce:

    1. Open the file

    Observed result:

    above error

    Expected result:

    To not give me the error above

    Browsers affected:

    Happens when I open the file

    Operating system & service pack:Windows 7

    Construct 2 version:134

  • my touch position seems to do this too. Also If I try to send something to where I clicked, it always set's itself anywhere from 10-100 pixels away from where I actually touched/clicked