Browser plugin - Help pretty please :)

0 favourites
  • 2 posts
From the Asset Store
Game with complete Source-Code (Construct 3 / .c3p) + HTML5 Exported.
  • I've stripped down my capx so it just uses the browser, touch, and mouse plugins. Someone please help :) I'm trying to get it so at startup the program will do one of three things. Load a group for user login, load a group for activate account, or load a group for resetting the user password.

    What I want it to do:

    If the address has a variable called 'page' and it equals 'activate' then activate the activate group.

    If the address has a variable called 'page' and it equals 'resetpw' then activate the reset password group.

    Otherwise activate the login group.

    What happens now is I set up a little test so that each group displays a specific text. The text shows up as "activate" properly and "login" properly but when I try and get the "resetpw" to properly show reset password, nothing happens. Please tell me what I'm doing wrong.

    My Help Me Please Capx

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Not sure what it was with the repeat statement but switching to a for loop solved the problem and super simplified the code.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)