A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Need help with level managers in simple platform game

  1. #1
    Junior Member
    Join Date
    Mar 2013
    Posts
    3

    Need help with level managers in simple platform game

    I am trying to make a simple platform game with a couple levels. I have a control class that manages the player's input and stage boundaries, which is assigned to the player object, and a collision class I can call to detect collisions between objects. Everything works fine until I try to make the separate levels. I created a LevelOne symbol and put the player object and game objects inside, then assigned a LevelOne_Manager class to it. Suddenly nothing works. The player object doesn't detect the stage boundaries or collisions between platforms. What did I do wrong?

  2. #2
    Senior Member
    Join Date
    Jan 2011
    Posts
    171
    Hopefully! Nobody could give you suggestion without getting their hands dirty on your code.

    arkitx

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center