DayDream's Forum Posts

  • Hi, I am Aldrine (with silent e) you can call me Al for short =). I've been using Construct 2 for a few months from now and I like to make games or an app for mobile. Unfortunately I do not have games/apps to release yet but better late than never =). I like it here because of the initiative of people to help others. xD

  • event sheet

    action: system -> go to layout

  • I tried creating sample of speech synthesis last 09/14/15 and it works fine but when I tried to run it again today it doesn't work anymore even the example of speech synthesis capx on construct 2 though the message at the example is something like this "your browser is supported for speech synthesis" but still not working =(. I need to try an experiment using that feature together with the swipe function for an mbook.

    Any solution is welcome. Thanks in advance.

  • I am thinking if you can use physics plugin on these or just the on collision action of sprite.

  • And it doesn't does the user media plugin only supports browsers on android and not the hardware of the mobile device? Plus no. 1 problem I am not sure if I need to use the Regex expression. Any assistance or suggestions?

  • May I ask if the car bumped to a wall or car what will happen? if your car keeps moving like a ghost that passes or overlaps the objects. I think you should set the on collision with other objects

  • provide examples or scenarios to make it clear =)

  • use keyboard plugin

  • You can use the touch plugin

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

    global number speed = 25

    condition: on double-tap gesture on (object_name)

    action: set global variable (i.e., speed) to 100 or Add 25 to global variable (i.e., speed)

    Wait 3.0s

    set global variable (i.e., speed) to its initial value or subtract 25 to global variable (i.e., speed)

    you can try different combinations =)

  • Array =)

  • Same problem here.

  • Prior to what I posted I already solved no. 2 but I don't know if it works on mobile devices.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Can I ask if this features would be possible to create using C2 (Construct 2) and how.

    1. How can I integrate search engine feature on a layout with swipe events and using textfile data or array?

    2. Is it possible to make a text-to-speech feature that reads what the data/texts on a textfile? how?

    Any suggestions/answers would be gladly appreciated. Thanks

  • Doing it on android but thanks. I think my problem/question is not clear?

    I am using C2 to make an app that can play video. The problem is I don't know what I should do, I tried importing .mp4, .webm and or .ogv and tried every combinations to make the video play on android mobile devices. it works on browsers but not on mobile

  • Any help/suggestions?