flemmig's Forum Posts

  • Link to .capx file (required!):

    dl.dropboxusercontent.com/u/22406377/spil/PizzaBrain-0.65.capx

    Steps to reproduce:

    1. Exported the project both for CocoonJs and XDK

    2. BLACK SCREEN in both export

    3. No problem in preview ..

    Observed result:

    Exported for Cocoonjs..and worked in older C2 version 137

    this is debug from CocoonJS

    <img src="https://dl.dropboxusercontent.com/u/22406377/spil/2013-07-13_17-24-47.jpg" border="0" />

    Expected result:

    Black screen in both Cocoonjs and XDK

    Browsers affected:

    Chrome: yes/no

    Firefox: yes/no

    Internet Explorer: yes/no

    Works in above browsers

    Operating system & service pack:

    XP - sp3

    Construct 2 version:

    138.2

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi

    Ive today also used the xdk

    with same problem.. black screen....

    also during test with App LaB

    Have you solved it ?

    Regards

    flemming

  • Hi thanks for reply

    1) Declare variables xPoint,yPoint

    Ive created these global variable

    2) Pick object that has the imagepoint 4 you want to use (otherwise you can't access that info)

    Cant find the pick object event ?

    3) xPoint = PickedObject.ImagePointX(4)+50

       yPoint = PickedObject.ImagePointY(4)

    4) Spawn object at xPoint,yPoint

  • Hi

    How can I spawn object i Imagepoint 4

    and align it +50 pixel to the right on X

    /Flemming

  • Thanks .. but Im not quite sure how

    If you have simple sample capx I can run trough

    it would be great :-)

    The 20 sprites I create a placed in a deck 5 by 4

  • How can I add Timer of sprites

    Can the Created ocject somehow be timed... delayed

    I create 20 sprites but would be great if they turn up

    over time

    Create object Pizza on layer 0 at

    (gMarginLeft+ (CurrentColumn*(gPizzaWidth + gSpaceBetweenPizza))

    gMarginTop+ (CurrentRow*(gPizzaHeight + gSpaceBetweenPizza)))

    /Flemming

  • SOLVED !!!!!

    This did the trick

  • Hi

    Im a litte frustrated

    How do I get a keystore file for android for my phonegap build

    I got signed up at google play and get error on upload the apk.file

    think it need the keystore file

    Cheers

  • Hi

    Could use a Calendar plugin..

    with possiblity to use the google calendar backend for public

    Cheers

  • Great Thanks !!

  • Hi

    Im using C2 136 and get this error on startup

    <img src="https://dl.dropboxusercontent.com/u/22406377/Tween.jpg" border="0" />

    /Flemming

  • Hi thanks for reply

    See that its a drag thing..

    the sample capx looks a little advanced for me :-)

    I am looking for a simple event on start of layout

  • HI

    How can I get my sprite = Panel

    to move from Y=0 to Y=70

    with a little bounce or ease

    I see that some have used lerp..

    Cheers

  • Just great - Thanks for that !!

    will try it out

  • Hi thanks Guizmus

    A little advanced for me,

    Would It be hard doing a sample .capx

    Cheers