1 / 8

POINT & CLICK ADVENTURE

POINT & CLICK ADVENTURE. http ://www.youtube.com/watch?v=EmNld4FrWKU&list=UU6m1XiMIZbdznbjANFxyWCw&index=8&feature=plcp . Point where you want the character to go and the sprite obeys and goes to this spot. Step 1. Create W alking Boy. Import 5 boy walking costumes .

duaa
Download Presentation

POINT & CLICK ADVENTURE

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. POINT & CLICK ADVENTURE http://www.youtube.com/watch?v=EmNld4FrWKU&list=UU6m1XiMIZbdznbjANFxyWCw&index=8&feature=plcp. Point where you want the character to go and the sprite obeys and goes to this spot.

  2. Step 1. Create Walking Boy • Import 5 boy walking costumes. • Only want sprite to go right – left. • Add script across. • Test without waitscript, what happens?

  3. Step 2. Prepare our Stage • Go to backgrounds tab and import 5 scenes. • Delete white background.

  4. Step 3. Point & Click Marker • What are we trying to achieve with the marker? • If we click anywhere on the stage, we want our sprite to go to where we clicked. • Create our maker. • Add script across. • Test.

  5. Step 4. Boy Responding to Marker • Select our boy sprite. • In scripts tab, make edits: • distance to maker> 6 • point towards maker • Test. What problem do we see? Our sprite can walk into the sky, which is not very realistic.

  6. Step 5. Setup Marker Script We need: • 2 x >operators. • 2 x < operators. • 2 x mouse x (sensing). • 2 x mouse y (sensing). • 4 x and operators.

  7. Step 6. Arrange Marker Operators 1. & 2. • Arrange our mouse x and mouse ywith > and < operators. • Set our mouse xand mouse ycoordinates. • Arrange inside and operators. 3.a 3.b

  8. Step 7. Set Marker to Run and Hide 1. Notice how it won’t allow me to create a marker outside specified area 2. • Arrange as above. • Add set ghost effect to hide maker. • Test.

More Related