Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > General > Gaming and Game Development

Reply
 
Thread Tools Rate Thread Display Modes
Old 05-04-2001, 04:36 AM   #1
SteeL-SinK
Registered User
 
Join Date: May 2001
Posts: 8
Talking

I want to make a small game like this:
http://www.saydesign.com/banners/monkey4.html

I am new to flash. I am not sure what actionscript i have to learn in order to acheive this game. It would be nice if anyone can start me up on this. I really want to make something like the link by June 1st, the Footer Reboot at FK.

Thanx in Advance!
SteeL-SinK is offline   Reply With Quote
Old 05-04-2001, 02:31 PM   #2
Jesse
Administrator
 
Jesse's Avatar
 
Join Date: Nov 2000
Location: Australia
Posts: 8,612
Default

See this tutorial:

http://www.actionscripts.org/tutoria...op/index.shtml

Basically that game checks if the hand is touching the box when it's in it's closed state. The box is animated using Actionscripted movement probably (see the tutorial in the Intermediate section), while the hand is a dragable clip and the close hand frame has a .hitTest() bit of code on it.. if hand.hitTest(box) == True then it plays the winner animation...

not too complicated but learn the basics first.

Cheers

Jesse
__________________
Cheers

Jesse Stratford
ActionScript.org Cofounder
Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org

Please don't email or PM me Flash questions, that's what the Forums are for!

Please don't rely on me reading my PMs either. Email me about important stuff.
Jesse is offline   Reply With Quote
Old 05-04-2001, 05:17 PM   #3
SteeL-SinK
Registered User
 
Join Date: May 2001
Posts: 8
Default

"Actionscripted movement"

What tutorial should i look into?
SteeL-SinK is offline   Reply With Quote
Old 05-05-2001, 09:48 AM   #4
Jesse
Administrator
 
Jesse's Avatar
 
Join Date: Nov 2000
Location: Australia
Posts: 8,612
Default

The one called "actionscripted movement" ?

http://www.actionscripts.org/tutoria...nt/index.shtml

Cheers

Jesse
__________________
Cheers

Jesse Stratford
ActionScript.org Cofounder
Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org

Please don't email or PM me Flash questions, that's what the Forums are for!

Please don't rely on me reading my PMs either. Email me about important stuff.
Jesse is offline   Reply With Quote
Old 05-06-2001, 07:55 PM   #5
SteeL-SinK
Registered User
 
Join Date: May 2001
Posts: 8
Default

hey! thanx!

i finished the two tutorial u wrote..
Can u give me a lead off on what should i do now..

thanx!
SteeL-SinK is offline   Reply With Quote
Old 05-07-2001, 10:41 AM   #6
Jesse
Administrator
 
Jesse's Avatar
 
Join Date: Nov 2000
Location: Australia
Posts: 8,612
Default

Make the box move randomly. Make the hand a draggable movie clip. The first frame of the hand has a button and a stop action. When the button is clicked it plays the hand closing animation. The last frame of the hand closing animation uses the hitTest() element to check if the draggable movie is touching the box, if so, you win, else you go back to frame 1 of the draggable hand...

Cheers

Jesse
__________________
Cheers

Jesse Stratford
ActionScript.org Cofounder
Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org

Please don't email or PM me Flash questions, that's what the Forums are for!

Please don't rely on me reading my PMs either. Email me about important stuff.
Jesse is offline   Reply With Quote
Old 05-08-2001, 01:27 AM   #7
SteeL-SinK
Registered User
 
Join Date: May 2001
Posts: 8
Default

okay i will try.
SteeL-SinK is offline   Reply With Quote
Old 05-08-2001, 02:07 AM   #8
SteeL-SinK
Registered User
 
Join Date: May 2001
Posts: 8
Default

"hitTest() element"

not sure how to do that..help!
SteeL-SinK is offline   Reply With Quote
Old 05-08-2001, 09:29 AM   #9
Jesse
Administrator
 
Jesse's Avatar
 
Join Date: Nov 2000
Location: Australia
Posts: 8,612
Default

We don't currently have a tutorial on hitTest so just look it up in the actionscripts reference or dictionary from the Flash Help drop down menu... that should be sufficient.

Basically you give it two objects and it returns True if they are touching

_root.movieClip1.hitTest(_root.movieClip2)

that's the form

Cheers

Jesse
__________________
Cheers

Jesse Stratford
ActionScript.org Cofounder
Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org

Please don't email or PM me Flash questions, that's what the Forums are for!

Please don't rely on me reading my PMs either. Email me about important stuff.
Jesse is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Help] Game Development Ingage ActionScript 2.0 2 10-24-2004 09:39 AM
Game Project Help Needed - Willing to Pay Sublim30 Projects and Positions 1 10-21-2004 09:07 AM
OHawk.com Flash Game Competition jorisvdb Just for Kicks Challenges 6 10-10-2004 08:30 PM


All times are GMT. The time now is 05:54 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.