fongka2's Forum Posts

  • i don't know why...Just love using C2 to build webpage

    anyone same?(share your link plz)

    This is one of i made by C2

    http://fc-hk.net/

    UI Script

    Enter forum\link\http://fc-hk.net/forum|YouTube\vbox\7bwFBjX6_6I|Facebook\html\http://goo.gl/dZCqts|DEV report\link\report|News\html\http://fc-hk.net/news|Download\html\http://fc-hk.net/forum/forum.php?mod=forumdisplay&fid=39|FAQ\html\http://fc-hk.net/forum/misc.php?mod=faq|Script Editor\link\http://fc-hk.net/FearAdder|Support us\text\Thankyou for your support,We have no need right now|

  • fongka2 Wow, look intresting!

    C2 can do a lot of big things

    But it has a lot of problems need to overcome

  • +1 but I would happy if it would at least highlight my results when searching... lets start with the basics first

    hope this +1

  • im building my online game and online game's website by C2!

    [attachment=0:ep4dim4k]html.png[/attachment:ep4dim4k]

    http://fc-hk.net/

    i don't think C2=so boring and so casual

    but i agree C2arcade=suck

  • replace=very useful

    (Not right click replace object)

  • No,C2 = very very easy to coding

    for me,i don't need this

    but I hope to get CTRL+H Replace Function

  • OMG....can't believe this

  • tilemap = THE BEST FOR YOU

    tilemap can flash a different color

  • Every time set object.y -10?

  • You have noway to know what sprite's shape,suggest you can save sprite's shape at object's var by yourself

    Last...about size,just Comparison two sprite size

  • Use Drop and drag for sprite

    And set horizontally or vertically. The default is Both,

  • I think c2/JS=Single-threaded

    Every tick=laggggg

  • Use tilemap object

    ----

    Every 1sec

    Set tile map tile to random tile

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • > 1:use crop not Letterbox scale, Scale inner and Scale outer

    > 2:use viewport not screenhight/planform

    > 3:anchor is good

    >

    Are you sure that Crop is the way to go? Because it doesn't really seem to work out well for me.

    Also, where do I find the Viewport and Anchor? Are these system expressions or a configuration options?

    Viewport system expressions

    Anchor /pin/bullet

    -----

    Viewport is the only way you can make your game fit all of drvice/screen

    Make your UI likethis

    Set button.width=viewportright(0)>viewportbottom(0)?viewportright(0)/10:viewportright(0)/5

    Set button.x=viewportright(0)>viewportbottom(0)?viewportright(0)/10:viewportright(0)/5

    Then your game will fit mobile and PC

  • As described in this tutorial, you can use the Browser object to detect an update is available and then reload the game to start using the update. This means even on the first play back you can get them playing the latest version.

    Thank you so much!!!!

    But anyway I hate this so much