Форум Flasher.ru

Форум Flasher.ru (http://www.flasher.ru/forum/index.php)
-   Вакансии (http://www.flasher.ru/forum/forumdisplay.php?f=75)
-   -   [Удаленно] Flash developer - social games startup (http://www.flasher.ru/forum/showthread.php?t=180032)

xenao 26.05.2012 02:18

[Удаленно] Flash developer - social games startup
 
Код AS3:

public class JediJob extends GameDevJob implements IRemoteJob {
    public var company:ICompany = new XenaoGames();
    public var url:String = "http://xenaogames.com/jobs_as_developer.html";
    public var email:String = "jobs@xenaogames.com";
 
    public function apply():IGame {
        var currentGame:IGame = new DoomForge();
        currentGame.mmorgp = true;
        currentGame.engine3d = Engine.ALTERNATIVA_3D;
        currentGame.protocols = ["xml", "json", "amf3"];
        currentGame.platforms = ["facebook", "kongregate", "ownSite"];
        return currentGame;
    }
 
    public function isAvailable(skills:Skills):Boolean {
        var as3Skill:ISkill = skills.getSkill("as3");
        return as3Skill.oop && as3Skill.years >= 3
              && as3Skill.level >= DevLevel.MIDDLE;
    }
 
    public function getSalary():uint {
        return company.getInterview().result + company.getBonus();
    }
}



Часовой пояс GMT +4, время: 06:48.

Copyright © 1999-2008 Flasher.ru. All rights reserved.
Работает на vBulletin®. Copyright ©2000 - 2026, Jelsoft Enterprises Ltd. Перевод: zCarot
Администрация сайта не несёт ответственности за любую предоставленную посетителями информацию. Подробнее см. Правила.