ForumsProgramming ForumMacromedia flash

3 3430
Haku1234567890
offline
Haku1234567890
1,720 posts
Nomad

Can anybody help me with macromedia
only cammand I know is "on(release){ gotoAndPlay () }" and "stop();"
and it is very difficult to make games with only that 2 commands

I want to make escape game but if room have for example 3 hiden items pistol, ammo, knife and 1 door it have so much possibility like if somebody exit door with knife and ammo, or just knife or pistol and knife I need to make so much pages, if somebody have Macromedia he/she know what am I talking about and I think there is much easyer way. Try to make inventory with only "on(release){ gotoAndPlay () }" command, it is immposible you will need to make that many pages how many possibilities of items he will find during game. Please say me how to do it , that will help me alot...how to make inventory screen or health bar

  • 3 Replies
manny6574
offline
manny6574
922 posts
Nomad

you definately know more! once you know gotoAndPlay you know gotoAndStop, play -->stop. on(release)--->on(press),on(mouseDown) and most of the on(??)s but yeah it hard to make a game like that. maybe you should start with something simpler than an escape game like that. how about a point and click game???

manny6574
offline
manny6574
922 posts
Nomad

oh yeah im making my first game now and for some reason i think you could try a sniper game like me

Darkroot
offline
Darkroot
2,763 posts
Peasant

Thats really not possible because of all the combinations of items you would have when you exit if you just do a linear program. You would have to for ever x items make x! pages. You need to learn more action script.

Showing 1-3 of 3