Wednesday, September 29, 2010

First job after training


In less than half that in 2006 university graduates took the time to work, there are 4.13 million graduates this year. This not only brings the traditional job market pressure, particularly fresh graduates without work experience, even ran their legs are hard to find a suitable job.

College graduates tight

Resume in hand, full of expectations, came in a few vast "queues" in waiting for a short interview, which took place in Beijing in a real college students at the special recruitment scenarios.

"I studied law undergraduate, graduate this year from last summer to now, I have run dozens of job fairs, but others do not undergraduate students, is too I do not have work experience, sad to say! I have the status of students and I am almost. "scene said a job seeker. Job this year with his final year as students need to Beijing alone there are 18.2 million people.

Now once the darlings of the Ivory Tower down one such situation how? Education experts believe that this phenomenon is directly related to university education system, lack of job skills, students, businesses would not want to receive. On the contrary, high-skill, high-level personnel demand is still quite large, especially in fast-growing game industry, every day, hundreds of thousands of online game companies and mobile games company in the hire and the appropriate personnel has been in short supply.

Company personnel demand "real" not "high"

According to the Beijing Municipal Labor and Social Security Bureau statistics, 34% because no suitable staff jobs matching the waste; that 25% of job seekers find suitable jobs. Why is so difficult to match supply and demand? Reason for that is that modern enterprises pay attention to employment to achieve "real" not "high."

"Because of the enterprises, both professional theory, but also professional skills, can make a contributor to the development of enterprises is talent, no matter how educated." A Beijing-based game company human resources manager, says Mr Lee.

End of the day, not by the company welcomed the graduates, the key lies in his lack of job skills and master the skills, the work will take the initiative to find a good home. This game is the most convincing examples of school. Intellectual Technology Co., Ltd. from Beijing Halls School launch the game project (www.gamecollege.org), since May 2005 graduates coming on so far, students have become the major game companies in hot demand, many of whom are internationally renowned foreign game companies have campus students even before graduation, had been business "book" one empty.

Employment, vocational training courses for first meeting

State why the formal university graduates seeking jobs, but social and professional training on the road than a living? "University graduates completed a quality education is the lack of job skills, vocational training, if the make up the lesson, that job much easier." Industry gave away the secret. Yes, vocational education students to provide fresh new employment opportunities.

Huizhong Puzzle president Lee ST, said: more than 50% of students are students who just graduated from college, some university degree, but he used the weekend to class, hoping to enter the games industry, find a good job.

From this, new graduates find work with Pao Duantui than starting from improving their vocational skills, vocational training, participate in the game. Only academic education and vocational education to effectively integrate and achieve personal qualities and professional competence of the perfect combination in order to fundamentally solve the difficult problem of employment students.






Recommended links:



Luoyang Office "Social Security" No need to run errands



MP4 to 3G2



Poisoning Emergency treatment measures



ThinkPad First National User Conference held in Beijing



Different OPINIONS



Me Introduce The Judges To Do Creative Practice Contest Hugo



My favorite Seasonal - Screen Savers



Ten Problems Of Answers Interview Sample



FLV to VOB



Top Audio Players



ASP TEST two simple functions external to submit



How to C + + language for formatting on the float



On Human Resource Development



Ma: Alibaba revolutionized THE traditional



DivX TO MPEG



Tuesday, September 14, 2010

Flash game production - memory game


Friends, would like to test your memory about it? Do not bother to find those boring questions themselves, we can use Flash MX to create a fun memory test game, can entertain themselves, but also study their own memory.

This memory game is shown, the game interface is simple, but playing well is not easy, unless you have a good memory. It's probably more familiar with all games are played, the game 12 of the same disc, each disc is hidden below a pattern, 12 patterns 22 were six pairs of the same, but the game is aimed at the fastest Open the disk speed to find the same pattern completion. The design concept of this game is that when the mouse clicks to open a continuous matrix of the two discs, the pattern of the before and after the show to judge, if the same patterns are removed from the matrix pattern and the above two disks, if different the pattern with a disc will re-cover, and this test everyone on the location of each pattern memory, only accurately identify all of the six pairs of images, the game be considered victory. The pattern shows the effect of production and cover up is very simple animation using Motion transition on the line, and determine whether or not the same pattern is carried out with the Action.



Flash Memory Game (9s51.tif)

Here we learn how to make this game, concrete steps are as follows (Editor's note: In order to facilitate the Flash beginners, this Flash game and its source files can be downloaded in http://www.pcdigest.com/download, we can modify . fla file to quickly create a memory game with their own style).

1. We need to prepare 6 different patterns, they can find any, but some of the best color and shape with similar patterns, so playing up only confusing, difficult to improve the player's resolution to enhance the game fun. Here we prepared as shown in 6 different designs, import them into Flash, were kept for six graphic symbols (Graphic).



6 different patterns (9s52.tif)

2. We have to prepare a game disc cover image patterns, this can draw their own, but its size should be slightly larger than the previous step we use patterns in order to be able to completely cover them. To this disk image into Flash, it saved as a button symbol (Button).



Disk graph (9s53.tif)

3. In the game, due to the show to find a pair of each disk and the remaining patterns on the number, it needs to make six figures. Figure were produced from 1 to 6 of graphic symbols (Graphic).



6 different digital map (9s54.tif)

4. Now we must make the game disc and animation design, and the corresponding animation major players in the various mouse operations such as select, click and so on. Pattern in which six pairs of animation production is the same, so we tell them this is only a pair of production.

First of all, in Flash, create a new movie clip symbol, named balls1. Under the symbol editor of the new two layers, the first layer in the first 7 to 11 set up disk to nothing in the motion by the animation, in the first 21 to 25 set up disk from the non- Motion to some animation. In the second layer in the first 7 to 12 to establish a pattern animation from none to some, from 13 to 20 to establish a pattern of amplification results, from 20 to 25 established a pattern of motion by a to no effect.



Animated timeline (9s56.tif)

Using the same method to build two new layers, according to the above steps to produce exactly the same motion effect, however, the location of disc and patterns with the above different (position we custom), preferably in a rectangular range of 4 脳 3 inside.



4 脳 3 rectangular area (9s55.tif)

Then we give the animation to add Action.

Create a new layer, named timeline, this game is all of the Action are concentrated in this layer, to facilitate editing and modification.

In the first one to add as to gotoAndStop (5);

file / / skip the first five, followed by the first five we should add "stop ();", beginning of the game is stopped.

In the first two added as the gotoAndStop (3);

In the first three add as for the stop ();

In the first four to add as to gotoAndStop (3);

Add in five as the stop ();

In the first six to add as to gotoAndStop (5);

Respectively 12 and 31 added as for the stop ();

file / / run this game frame stop playing.

tellTarget ("../ balls3 ") (

nextFrame ();

)

tellTarget ("../ balls4 ") (

nextFrame ();

)

tellTarget ("../ balls5 ") (

nextFrame ();

)

tellTarget ("../ balls6 ") (

nextFrame ();

)

tellTarget ("../ balls7 ") (

nextFrame ();

)




[Next]



file / / first were the designated "main scenario" in the balls3 to ball7 5 Movie clip, and then run separately for each Movie clip current frame of the next frame.

Respectively 13 and 32 insert the key frame, and then add the following Action.

play ();

file / / video frames continue to run this play.

tellTarget ("../ balls3 ") (

nextFrame ();

)

tellTarget ("../ balls4 ") (

nextFrame ();

)

tellTarget ("../ balls5 ") (

nextFrame ();

)

tellTarget ("../ balls6 ") (

nextFrame ();

)

tellTarget ("../ balls7 ") (

nextFrame ();

)

file / / are designated for the main scene balls3 to ball7 5 Movie clip, run each Movie clip current frame of the next frame.

Respectively 25 and 44 added as the gotoAndStop (5);

Respectively 58 and 77 add the following as.

tellTarget ("../ balls8 ") (

nextFrame ();

)

file / / balls8 Mc num is the instance name, used to control the game disc on the number of remaining changes, skip to the next frame when the figure by 1.

Respectively 63 and 82 added as the gotoAndStop (3);

Where all of the above as the added frame is not random, but with the disc and the pattern where all the frames corresponding to Motion, so as to call the game different Motion.

Finally, in accordance with the above methods, then the production from balls2 to balls6 the other five similar Movie clip video clips, difference is the pattern behind each pair of disk Otherwise the same.

5. Here we have to make a few changes in mind the effect. First create a new Movie clip movie clip, insert the six key frames, respectively, well ahead of the six digital symbols by inverse continued into the first keyframe 1 to 6 (the first key frame 1 put the number 6 ... ... 6 key frame put the number 1). Then add a layer named timeline, the same key frame insertion of six consecutive, and to each key frame are added Action to "stop ();", to run into each video frame are stopped.



Count changes in the timeline (9s57.tif)

6. The following is the game to make the main control Movie clip video clips, this video clip for the overall control. Create a Movie clip movie clip, named "the main movie." Movie clip in the movie clip into the editing state, the new six layers, respectively, to do a good job in front of the balls1 to balls6 were placed on six patterns among the six layers, arranged in a rectangular 4 脳 3 square .



4 脳 3 rectangular matrix (9s58.tif)

Add a new layer, the symbol num onto the editing area on the right place, at the first frame add the Action to "play ();", final timeline will be extended to all layers to seven.



Overall control of the time line (9s59.tif)

7. Now the final task - the layout of the main scene. Very simple, just the movie clip Movie clip "main movie" onto the main scene in the right place on it, and then save the file, run the test and export. Swf file.



Test game (9s10.tif)

This point, a simple and fun games on Flash memory, well, if you are interested, you can increase it based on features, such as increasing the number of games in the pattern of the increase or limit functions in mind when . Said the first few, quick start game!






相关链接:



comments Inventory And Barcoding



Storage Religion



Mp4 Converter



Unicom Frankly Difficult To Govern Without Legal Constraint SP Is Critical Violations



DB2 On The Machine Operating Instructions Guide



Knowledge sub-test system: PV operation and dispel doubts



Win32 does not require the release of resources



Bearing Co., Ltd. Yantai Ximeng Xi



audio to mp3 Converter



Storage Access Control



Giants Leading a secret



wmv to Avi converter free



How to Compile kernel



Armed new rural Computer



Youtube Video Format