Tutorial for 3D with platform games and code source to suggest

Source code online for the 3d game that look like real people, and it would be difficult to know that it's a game rather than film?

Is there a good tutorial to develop these games and the platform to run it?

Original title: a 3d platform game tutorial and source code

Hello

Thanks for posting in the Microsoft Community.

You request assistance of 3D game tutorial is beyond our borders to support. I suggest you post your question in the MSDN forums:

Check out the link:

https://social.msdn.Microsoft.com/forums/en-us/home

Hope this information is useful. Please do not hesitate to answer, in the case where you are facing in the future other problems with Windows.

Tags: Windows

Similar Questions

  • I've updated for picture with the captain and when I plug in my iPhone it loads the same pictures twice each time how it stop loading the same things every day?

    I've updated for picture with the captain and when I plug in my iPhone it loads the same pictures twice each time how it stop loading the same things every day?  I tried to make the old default iphoto but picture still open when I plug in my iPhone?

    I tried to make the old default iphoto but picture still open when I plug in my iPhone?

    When the iPhone is connected and Photos opens, select iPhone in sideba of the windowr of Photos. Then, uncheck the option 'Open for this iPhone Photos' below the toolbar.  Do this for all your iPhones. The hook should be unmarked for each device individually.

  • 2808 LAG for use with VMware ESXi and Linux collage

    I posted the month last about setting up my work with groups LAG http://en.community.dell.com/support-forums/network-switches/f/866/t/19537080.aspx servers (I'll effectively implementing implement this Saturday)

    I decided to buy a 2808 for my ESXi server get more aggregated connections to my staff iSCSI Linux server but now I'm worried I might have made a mistake to buy the 2808.

    After looking in the manual before I realized I could have been mistakenly assuming that the 2808 had STP and LACP, as I can't find LACP anywhere in the PDF file. I guess that the configuration of my Linux machine for 802.3ad is out (a hope to make mode 4), so now for the configuration of my house, I wonder (* 1 *) that I have to configure my VMware NIC team like and what mode of binding should I use on my Linux host? As for the section at the top (my working configuration) (* 2 *) I don't know what to do about the road other than the leave as 'route based on originating virtual port ID "? (This is how our other data centers are configured, but I'm waiting for my admin network as agglomerates ESXi hosts are configured with the channels of port on our cisco switches)

    For the House, I want to try to increase the bandwidth by using three NICs in each server, I was hoping that it works:
    VMware: Route of IP hash function?
    w/Linux: balance-alb?

    -VMware:
    Before you begin:

    -Linux:
    * Descriptions of bonding modes *.
    + Mode 0 balance-rr: Round-robin policy: transmit packets in the sequential order of the first available through the last high school. This mode provides load balancing and fault tolerance.

    + 1 active-backup mode: Active-backup policy: only one slave in the link is active. A different slave becomes active if and only if, the active slave fails. MAC address of the binding is visible from the outside on a single port (NIC) to avoid confusion between the switch. This mode provides fault tolerance. The first option affects the behavior of this mode.

    + 2 balance-xor mode: XOR policy: transmit based [(adresse MAC XOR avec destination MAC traiterait de source) modulo County slave]. This selects the slave even for each destination MAC address. This mode provides load balancing and fault tolerance.

    + 3 broadcast mode: broadcasting policy: transmits everything on all slave interfaces. This mode provides fault tolerance.

    + Mode 4 802.3ad: IEEE 802.3ad dynamic aggregation of links. Creates aggregation groups who share the same speed and duplex settings. Use all the slaves in the active aggregator according to the 802.3ad specification.

    -Prerequisite:
    -1.Ethtool support in the base drivers to retrieve the speed and duplex of each slave.
    -Switch 2.A which takes care of IEEE 802.3ad dynamic aggregation of links. Most of the switches will require some type of configuration to activate 802.3ad mode.

    + Mode 5 balance-tlb: Adaptive load balancing transmission: Channel link that doesn't require any special switch support. Outgoing traffic is distributed according to the intensity of the current (relative speed) on each slave. Inbound traffic is received by the current slave. If the receiving slave fails, another slave takes over the MAC address of the failed receiving slave.

    -Prerequisite:
    -1.Ethtool support in the base drivers to retrieve the speed of each slave.

    + 6 balance-alb mode: Adaptive load balancing: includes balance-tlb plus receive balancing (rlb) for IPV4 traffic and doesn't require any special switch support. Receive load balancing is achieved by ARP negotiation. Link driver intercepts the ARP replies sent by the local system on their way and replaces the hardware address of source with the unique hardware address of one of the slaves in the bond as different counterparts use different physical addresses for the server.

    The topic dell nearest you, I have found a useful was: http://en.community.dell.com/techcenter/networking/f/4454/t/19415629.aspx

    my previous post was more concerned with VLAN tagging and spanning tree issues, but now I see I should have feared groups LAG it as well.

    Any help would be appreciated, thanks in advance all :)

    -

    PS. http://i.dell.com/sites/doccontent/shared-content/data-sheets/en/Documents/dell-powerconnect-2800-series-spec_sheet.pdf said that the 2800 series supports LACP, so if I'm worried about anything on my iSCSI side slap me please in the face, but I guess even in this case, I'm still not sure how to configure the ESXi host because it does not support LACP without vSphere and my original configuration is a free version , so I have no web vSphere management needed to make the LACP allow the change.

    Not sure if it is of no use: example configuration of EtherChannel / switches control protocol LACP (Link Aggregation) with ESXi/ESX and Cisco/HP (1004048), but that's where I was to base the choice on IP hash from.

    It must have the support of layer 3 to achieve IP hash, IP addressing is a 3-layer technology, so a 6200 series or higher or the soon to be released N3000 series.

  • Tutorial for file i/o (read and write)

    Hello

    Just moved air of c#. My co. has decided to buy 500 Playbooks and now came and asked me to 'do' integration to our CRM (and preferably be prepared after lunch), so here I am.

    In any case starting out in the small and already seem to have a few problems of language.

    Had a look at the API reference and thought flash.filesystem.file would be the way to access directories and create and edit local files on the Playbook. But all my attempts have failed. So I wonder if anyone here have seen certain types of file tutorial for Dummies?

    I'm now looking to create and modify a file in the documents folder, but it is still the programmingly Documents folder have been a challenge for me (Yes call me noob at the moment).

    Oh yes, make Flash Builder / QNX have something akin to a datagridview?

    Thanks in advance.

    Maybe this example file will help you:

    var file:File = File.documentsDirectory.resolvePath("text.txt");
    var stream:FileStream = new FileStream();
    stream.open(file, FileMode.WRITE);
    stream.writeUTFBytes("line 1");
    stream.close();
    

    It opens (or create) a file text.txt in the documents directory and writes the string line 1.

    There is nothing that resembles the DataGridView I'm afraid, but you're not the first to this problem. You can find similar topics in this forum like this.

  • Windows Media Player enabled at startup interferes with sound, video and other sources

    Hi, this is a known issue since I've had this laptop second hand! But always thought that one of the USB flash drives was the cause (Sandisk Cruzer Micro U3), since the mouse cursor blinks like crazy until everything is fully charged and becomes stable. It is clear now Windows Media Player peut cause this conflict for two reasons. A single, "WMP" is pre-activated on startup? (as confirmed with the Task Manager, he just goes there and "sparkles" like crazy). And two, "WMP" wants to seize all media, he can find by default automatically; I "can I" accidentally put as such (during an update of Windows that you are prompted), not sure?

    A purchased late 2009 "Pinnacle PCTV Pro HDTV USB Stick" product had never worked right? Cause the software "TVCenterPro" was unstable, and TV shows have been troubled and often froze. OEM is finally released with a great release of TVCtr Pro5x ("TVCenter6"), and it works much better! But I could only install it in trial mode until I found the CD product key.

    I uninstalled and reinstalled TVC6; but no TV (or FM radio) channels can be found in the full activation mode? And better actually worked in "trial mode; which didn't make any sense? Pursuit of the investigation, that's when I discovered "WMP" behaviour above; and forced a complete process tree removal. I did the same thing to TVC6, which cound not 'see' peripheral integrated audio from the laptop in full mode? And on reloading the program, it worked! TVC6 can now detect the device audio and pick up channel and stations by their identifiers as he did in "test" mode There's more to refine what I should do to properly operate the TVCenter6. But I need to know why "WMP" havoc on audio, video and other sources, hardware and software!

    The 'specifications' are Internet Explorer 9 (new), Vista Home Basic SP-2 and Windows Media Player 11.0.6002.18311. The embedded video is ATI Radeon Express and the audio Realtek High definition, the processor is Intel Pentium Dual Core & so on.

    * The system doesn't have a virus etc and is up to date. Has anyone met a similar behavior with Windows Media Player?

    PS: I just start WMP(11x) again, and of course, the mouse cursor begins to blink like crazy immediately. The only solution is to make the highest (force the tree closed the process and prevent WMP launched with the use of the other audio video).

    It turned out that the real problem was much worse than I thought! I had to reinstall sound, video and other device drivers; Windows Management Framework Core for Vista x 86 [(bundle 32 bits: Windows Powershell 2.0, Windows Remote Management 2.0 ("WinRM"), Background Intelligent Transfer Service 4.0 ("BITS"))], etc.. And preparation tool system update to find and fix registry I didn't know were there? (42 total, only 4 keys were fixed. The other 38 were removed one by one, after finding a way to change the access permissions; not even administrator has for Vista Home Basic; for files also). Addition of a few executables of line at the command prompt (indicated in respective Microsoft etc. support messages and articles online); and what you said that I had already done all troubleshooting (failed?). After working on it for two days, the system suddenly broken to normal; and works better than ever. Windows Media Player (11 x) is working great now and is no longer remains in memory when opening and closing several times; hardware audio and video is surprisingly better; even the works of volume mixer! And that weird State "crazy cursor" that caused the blue screen error if allowed to go on long enough are gone! (even after the insertion of misc USB flash and other devices). Windows updates found nothing to "change" other than the periodic updates. I also ran the command line to stop several languages of the poll"(tout ce qu'il s'appelle?), and"Windows features"appears much faster than the overall speed and performance." All that's left is to tweak "Windows features" for optimum performance; Therefore, the problem is solved!

    Please note: I can't turn off the storage management removable and Remote Differential Compression etc to speed up Vista even more (not). TVCenter6 works fine but "hangs" in memory (at the end).

    For these questions, please go to the related post via this link: optional features of Windows cannot be enabled or disabled, hidden Windows updates cannot be uninstalled.

    Support: Please add a "Mark" button for the problems solved by the user (and when Microsoft does not provide the answer, as is the case with all other messages); so I can close the nets, I opened as 'resolved on mine'.

  • Newbie request for assistance with several drag-and-drop & multiple targets

    I know that this question has been asked a million times, but I get always very well the solution.  I know that the solution called for me the use of tables in a part of my code, but I have problems understanding how to implement it.  I use Flash CS 5.5 with AS3.

    I have a flash drag-and-drop file which is divided into 4 distinct zones on the stage.  On each box, there are 7 places, for 7 different "puzzle pieces".  The first two spaces on each quadrant have very a very specific order for the correct puzzle pieces, while the 5 additional places on each quadrant also have specific parts, but the order is not important.  I have included my code below for reference (note that I have not all instances, finished yet).

    Basically, in code that's been created, the following bodies have specific targets with specific command:

    D1_1_mc, D1_2_mc, D1_1_mc, D2_2_mc, D3_1_mc, D3_2_mc, D4_1_mc and D4_2_mc.

    All other instances, such as D1_3_mc, D2_3_mc, D2_4_mc, etc. have specific quadrants on which they need to fall, but what about the last 5 'spaces' in each quadrant, the order does not matter.  I know that I can continue to do what I do, but I would have preferred that the last 5 pieces on each quandrant do not have to be in a specific order.

    You can provide any assistance is greatly appreciated!

    var startX:Number;

    var startY: number;

    var counter: Number = 0;

    D1_1_mc.addEventListener (MouseEvent.MOUSE_DOWN, Pick-up);

    D1_1_mc.addEventListener (MouseEvent.MOUSE_UP, dropIt);

    D1_2_mc.addEventListener (MouseEvent.MOUSE_DOWN, Pick-up);

    D1_2_mc.addEventListener (MouseEvent.MOUSE_UP, dropIt);

    D1_3_mc.addEventListener (MouseEvent.MOUSE_DOWN, Pick-up);

    D1_3_mc.addEventListener (MouseEvent.MOUSE_UP, dropIt);

    D2_1_mc.addEventListener (MouseEvent.MOUSE_DOWN, Pick-up);

    D2_1_mc.addEventListener (MouseEvent.MOUSE_UP, dropIt);

    D2_2_mc.addEventListener (MouseEvent.MOUSE_DOWN, Pick-up);

    D2_2_mc.addEventListener (MouseEvent.MOUSE_UP, dropIt);

    D2_3_mc.addEventListener (MouseEvent.MOUSE_DOWN, Pick-up);

    D2_3_mc.addEventListener (MouseEvent.MOUSE_UP, dropIt);

    D2_4_mc.addEventListener (MouseEvent.MOUSE_DOWN, Pick-up);

    D2_4_mc.addEventListener (MouseEvent.MOUSE_UP, dropIt);

    D3_1_mc.addEventListener (MouseEvent.MOUSE_DOWN, Pick-up);

    D3_1_mc.addEventListener (MouseEvent.MOUSE_UP, dropIt);

    D3_2_mc.addEventListener (MouseEvent.MOUSE_DOWN, Pick-up);

    D3_2_mc.addEventListener (MouseEvent.MOUSE_UP, dropIt);

    D3_3_mc.addEventListener (MouseEvent.MOUSE_DOWN, Pick-up);

    D3_3_mc.addEventListener (MouseEvent.MOUSE_UP, dropIt);

    D4_1_mc.addEventListener (MouseEvent.MOUSE_DOWN, Pick-up);

    D4_1_mc.addEventListener (MouseEvent.MOUSE_UP, dropIt);

    D4_2_mc.addEventListener (MouseEvent.MOUSE_DOWN, Pick-up);

    D4_2_mc.addEventListener (MouseEvent.MOUSE_UP, dropIt);

    D4_3_mc.addEventListener (MouseEvent.MOUSE_DOWN, Pick-up);

    D4_3_mc.addEventListener (MouseEvent.MOUSE_UP, dropIt);

    D4_4_mc.addEventListener (MouseEvent.MOUSE_DOWN, Pick-up);

    D4_4_mc.addEventListener (MouseEvent.MOUSE_UP, dropIt);

    function pickUp(event:MouseEvent):void {}

    event.target.startDrag (true);

    reply_txt. Text = "";

    event.target.parent.addChild (event.target);

    startX = event.target.x;

    startY = event.target.y;

    }

    function dropIt(event:MouseEvent):void {}

    event.target.stopDrag ();

    var myTargetName:String = "target_" + event.target.name;

    var myTarget:DisplayObject = getChildByName (myTargetName);

    If (event.target.dropTarget! = null & & event.target.dropTarget.parent == myTarget) {}

    reply_txt. Text = "Good Job!"

    event.target.removeEventListener (MouseEvent.MOUSE_DOWN, Pick-up);

    event.target.removeEventListener (MouseEvent.MOUSE_UP, dropIt);

    event.target.buttonMode = false;

    Event.Target.x = myTarget.x;

    Event.Target.y = myTarget.y;

    counter ++;

    } else {}

    reply_txt. Text = "Try Again!";

    Event.Target.x = startX;

    Event.Target.y = startY;

    }

    if(Counter == 5) {}

    reply_txt. Text = "congratulations, you did!"

    }

    }

    D1_1_mc.buttonMode = true;

    D1_2_mc.buttonMode = true;

    D1_3_mc.buttonMode = true;

    D2_1_mc.buttonMode = true;

    D2_2_mc.buttonMode = true;

    D2_3_mc.buttonMode = true;

    D2_4_mc.buttonMode = true;

    D3_1_mc.buttonMode = true;

    D3_2_mc.buttonMode = true;

    D3_2_mc.buttonMode = true;

    D4_1_mc.buttonMode = true;

    D4_2_mc.buttonMode = true;

    D4_3_mc.buttonMode = true;

    D4_4_mc.buttonMode = true;

    Since it seems to afew possible gaps in the code you showed, and what I offer myself in response to your questions, I spent a little time get a working model of what I guess you just using the three targets and the fall of four objects.  If you want, I can make the file available for you, but for now, here's the code that works...

    var startX:Number;
    var startY: number;
    var counter: Number = 0;

    target_D2_1_mc.allowed = new Array (D2_1_mc);
    target_D2_2_mc.allowed = new Array (D2_2_mc);
    target_D2_3_mc.allowed = new Array (D2_3_mc, D2_4_mc);

    D2_1_mc.addEventListener (MouseEvent.MOUSE_DOWN, Pick-up);
    D2_1_mc.addEventListener (MouseEvent.MOUSE_UP, dropIt);
    D2_2_mc.addEventListener (MouseEvent.MOUSE_DOWN, Pick-up);
    D2_2_mc.addEventListener (MouseEvent.MOUSE_UP, dropIt);
    D2_3_mc.addEventListener (MouseEvent.MOUSE_DOWN, Pick-up);
    D2_3_mc.addEventListener (MouseEvent.MOUSE_UP, dropIt);
    D2_4_mc.addEventListener (MouseEvent.MOUSE_DOWN, Pick-up);
    D2_4_mc.addEventListener (MouseEvent.MOUSE_UP, dropIt);

    function pickUp(event:MouseEvent):void {}

    reply_txt. Text = "Good Luck."
    event.target.startDrag (true);
    event.target.parent.addChild (event.target);
    startX = event.target.x;
    startY = event.target.y;
    }

    function dropIt(event:MouseEvent):void {}

    event.target.stopDrag ();

    If (event.target.dropTarget! = null & MovieClip (event.target.dropTarget.parent).allowed.indexOf (event.target) >-1) {}
    reply_txt. Text = "Good Job!"
    event.target.removeEventListener (MouseEvent.MOUSE_DOWN, Pick-up);
    event.target.removeEventListener (MouseEvent.MOUSE_UP, dropIt);
    event.target.buttonMode = false;
    Event.Target.x = MovieClip (event.target.dropTarget.parent) .x;
    Event.Target.y = there MovieClip (event.target.dropTarget.parent);
    counter ++;
    } else {}
    reply_txt. Text = "Try Again!";
    Event.Target.x = startX;
    Event.Target.y = startY;
    }

    if(Counter == 5) {}
    reply_txt. Text = "congratulations, you did!"
    }
    }

    D2_1_mc.buttonMode = true;
    D2_2_mc.buttonMode = true;
    D2_3_mc.buttonMode = true;
    D2_4_mc.buttonMode = true;

  • Photosmart: Called tech support for help with my printer and got a sales pitch

    I called HP customer service today to get help with my wireless printer because it won't print wireless. What I got was a sales pitch to buy a value of $450 of virus protection! So very disappointed!

    Hello

    Thank you for using the HP forum.

    How can we help with your wireless?

    Have you tried the following:

    Please download and run the HP Print and Scan Doctor (PSDR) tool to diagnose and solve your problem

    http://h20180.www2.HP.com/apps/NAV?h_pagetype=s-926 & h_lang = on & h_client = s-h-E016-1 & h_keyword = DG - PDU

    Hope that helps.

  • I want to prepare an old iOS9 iPad to send to an old lady of 82 year in Greece, using my macbook. I intend to do the following: 1 login to my account to /iTunes from apple. 2 make a new for her with his email and

    Can I put an old iPad up with a new Apple account (email and password) to send overseas to a friend. How do I do that? It is what I have and have not understood until now. Already synchronized and set a new iPad with my account on my MacBook Air. . Fact

    Can I restore the oldiPad and when he asks me an Apple ID I log out of mine and create a new one by putting into his email and password put the address and and I don't want to put in a credit card, the value as 'None', then continue to synchronize the former iPat to the new account, but on my computer.

    Or do I first log out of my own apple account before you restore the iPad and create the new account. Then restore the iPad and give the new account details?

    I would then download a few free applications, like Skype, team Viewer, kindle, etc., using his account.

    When I disable allow the iPad to my account/compluter/iTunes/iCloud/etc? I know that it's going to be synced to my computer, and she'll have to re - synchronize with its own computer (windows7) using the account I created for her. She will always be the apps that I have loaded on through my computer?

    More important still, when log out of his account and back in my own, on my iPad new and already synchronized, will I even when my own music?

    I would be very grateful if someone could take me through the steps one by one, as I am confused by all the different directions I think

    Hello

    You must disable find my iPad.

    Then restore back to factory settings.

    Then its ready for the new user.

    See you soon

    Brian

  • Help with installation of Windows Mail and gmail! error message with Port: 143 and Code: 800ccc0e

    I need adjustment help my email on gmail to my windows live account.  Currently I have a local account of cable for my email and need to change to an e-mail account that will be permanent.   I can't seem to get Windows Mail (Vista) to accept my gmail or hotmail account.  I've finally set up the gmail and it gives me an error when searching for files.

    The error is:
    Account: imap.gmail.com
    Server: IMAP.gmail.com
    Username: (username)
    Protocol: IMAP
    Port: 143
    Secure (SSL): 0
    Code: 800ccc0e

    Hello

    ·         Did you do changes on the computer before the show?

    Follow the suggestions below for a possible solution:

    Method 1:

    Step 1: Change the setting above

    Server: imap.gamil.com

    User name: user name

    TO

    Server: imap.gmail.com

    Username: * address email is removed from the privacy *

    Step 2:

    a. check that IMAP is enabled

    b. http://mail.google.com/support/bin/answer.py?hl=en&answer=77695

    c. check that your settings are correct:

    i. IMAP server is imap.gmail.com. If no joy, try Photoscape

    II. connection is your full email address, no username only.

    d. check if antivirus interferes. Disable check incoming mail antivirus.

    e. check if your ISP is blocking Gmail

    f. troubleshooting of IMAP

    http://mail.Google.com/support/bin/answer.py?hl=en&answer=78774

    Method 2: You can temporarily disable security software and check if the problem still persists.

    Disable the anti-virus software

     http://Windows.Microsoft.com/en-us/Windows-Vista/disable-antivirus-software

    Note: Make sure that you activate the software antivirus and other security programs.

    Warning: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you need to disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network, while your antivirus software is disabled, your computer is vulnerable to attacks.

    Let us know if that helps.

  • Ask for help with windows 7 and Photosmart P1100

    I know its an older printer and they are not the drivers up to date for her, but is it all work around? Is there some drivers out there who will at least give me back functions basic printing? I can't buy a new printer when it still works perfectly and print very well. Thank you for your time, any information is appreciated.

    Vyper says:

    These are not available in the list.

    If they do not show go to add a printer and when happens the list select "Windows Update".  It will take several minutes without indication of progress, but once she has completed there will be many more printers including Deskjet 970 csi.

  • Configure Jabber for Mac with local CUCM and WebEx Connect

    Hi, I was wondering if someone could set up the Jabber client Mac 8.6.2 to use the server of presence of WebEx Connect with a local farm the CUCM and connection of the unit. The tab preferences accounts show or allow the addition of voice services. I added work CUCM preferences plist file local, which, according to me, are the correct entries, however I still can't see the accounts under the Preferences tab. We currently do not have a presence server local cisco where the obligation of trial WebEx Connect Server because I can't get past the first step of configuration without it.

    concerning

    Paul

    You must connect to your Webex portal and activate these settings to connect.  Once they are allowed, log out/log in Connect and you should be able to configure CUCM TFTP, etc..

  • Programs for compatibility with windows 7 and fs2002

    It started with the edition of windows 7 Home premium.  installed fs2002. at the start, get the message "arial fonts (-11) is not found, using laure instead."

    second message "arial fonts (-11) is not found, use daunpehn instead.  a third message, which is the same as the first message.

     

    the program is then started and seems to work fine, except that the script in the small menus is not readable.  need help on correcting.

    You can copy the font format to another computer in Windows 7.  They are in the C:\Windows\Fonts folder.

  • Pocket Tunes Basic download for free with unlimited use and no 15 days trial?

    Is it possible to get the free basic version without the delay of 15 days of Pocket Tunes trial thing? I bought a Palm Tungsten E on E - bay without home cradle, the USB power cable or the same software CD. I downloaded the transfer of Palm software, but it does not seem to Pocket Tunes. If you buy a Palm Tungsten E, as a box set makes too with the version track blade 15 days of Pocket Tunes?

    The E did not come with Ptunes, it came with Real Player. Our new devices come with Ptunes and no they do not have a 15 day trial. The license agreement with the company that makes the Ptunes does not have Palm this version by download result.

    Message relates to: None

  • need to search for files with specific text and words using the mac finder

    I find the text in PDF files but not lot of files using the finder?

    Thank you, very much appreciated. I didn't have these utilities. Yet, it is difficult for me to understand why Illustrator is so highly regarded when there a failure, once upon a time it does not have this deficiency. I am disappointed.

  • Help platform game!

    Hi, I wonder if someone could help me,
    I am trying to understand how to make a simple platform game and have gotten essentially by checking the tutorials on the web, Im stuck on one thing, however, the health of my character, for the moment I have a hp mc which takes you to the image in the image less health, when the enemy strikes the character this code applies:

    {onClipEvent (enterFrame)}
    {if (_root. Character.HitTest (this))}
    _root. Background.HP.nextFrame ();
    }
    }

    Copy it following making the enemy to constantly make the hp mc to go to the next section, so my character is going to die if he touches the enemy for a couple seconds... What I would like is rather for the enemy hp to move to the next section and then the character will be untouchable a few seconds later so there the chance of getting away.

    Thanks to everyone who has had a suggestion for my problem.


    Edit/Delete  Message

    It's my mistake.  use:

    {enemy_mc.onEnterFrame = Function ()}

    {If (! this.nothitable & {this.hitTest (_root.character))}

    _root. Background.HP.nextFrame ();

    This.nothitable = true;

    setTimeout(resetF,3000,this);

    }

    }

    function resetF(enemy:MovieClip) {}

    Enemy.nothitable = false;

    }

Maybe you are looking for