liaeb's Recent Forum Activity

  • Ugh can't you hold shift and resize via bounding box buttons?!

  • Got annoyed and created a work around, not sure anyone else will make use of this but here's the VBS I call as the custom browser.

    Option Explicit

    On Error Resume Next

    Dim oShell

    Set oShell = WScript.CreateObject("Wscript.Shell")

    Dim strBrowser, strBrowserArg, strARG

    strARG = WScript.Arguments.Item(0) ' This captures the preview URL passed by Contruct2

    strBrowser = Chr(34) & "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" & Chr(34) 'This is the Browser

    strBrowserArg = " -proxy-server= " 'This is the Browser Arguments

    If strARG = empty Then

         MsgBox "Unable to identify URL passed from Contruct2!"

    Else

         oShell.Run strBrowser & strBrowserArg & strARG,1,True

    End If

  • word!

  • Wow thanks for sharing Kenny, Could you clarify the licence on these?

  • Hi folks,

    I'm hoping someone can assist me in creating a ship wheel type control.

    Basically I want to be able to a spin a bidirectional wheel (with inertia) which sets the angle of another object (at a slower rate) - I guess a bit like a fixed geared bicycle.

    Some suggestions on how to implement the logic efficiently would be greatly appreciated.

    Thanks,

    Daniel

  • Very informative all the same! Thanks

  • Hi,

    In the custom browser option I can't seem to define any command line parameters?!

    I could probably reference a script or such to achieve launching "chrome.exe -proxy-server=" but surely this should be able to be defined by the custom browser string?!

    I don't actually get why the string needs to be qualified either (not as in path but valid)

    Thanks

    Daniel

  • Link to .capx file (required!):

    N/A

    Steps to reproduce:

    1. Add Group

    2. Blank name

    3. Click OK

    4. Edit Group

    5. Type a name

    6. Click OK

    Observed result:

    The name isn't registered, you can't continue..

    Expected result:

    Group is renamed

    Browsers affected:

    N/A

    Operating system & service pack:

    Windows 8.1

    Construct 2 version: r152 (64-Bit)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Well done, I really really like the style too..

    What tools did you using to create the animation effects?!

  • Hi Ashley,

    Thank you for your response.. I've only be using Internet Explorer 11.0.9600.16438 to date but I've just installed chrome and found it works fine.

    Using Chrome does is a bit of a nightmare as previewing over localhost just doesn't work with the corporate proxy in the workplace hey ho probably shouldn't be doing in the office anyway so probably not a bad thing <img src="smileys/smiley1.gif" border="0" align="middle" />

    CAPX for reference;

    dl.dropboxusercontent.com/u/5480026/Cannon.capx

  • Hi All,

    I updated last week to the latest release r152 but now on the project I have been working on it seems as though my Touch conditions are no longer being triggered by my mouse clicks.

    I have created a new project and tested it works as expected!

    I was wondering if there is anything I can do with the .capx I've been working on to rectify this?! - Without adding the Mouse object and appropriate conditions :)

    Thanks,

    Daniel

  • don't use the cloud compiling service!

    Export your project to cocoonJS

    Put the .ZIP on dropbox (don't shorten the URL)

    Reference the location by URL option in the cocoonJS app

liaeb's avatar

liaeb

Member since 1 Apr, 2013

None one is following liaeb yet!

Trophy Case

  • 11-Year Club
  • RTFM Read the fabulous manual

Progress

12/44
How to earn trophies