Please login or register.

Login with username, password and session length
Advanced search  

News:

For WME related articles and tutorials visit WME Resource Center.

Author Topic: Navigating betweem Scenes  (Read 3394 times)

0 Members and 1 Guest are viewing this topic.

rtr_18

  • Lurker
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 13
    • View Profile
Navigating betweem Scenes
« on: November 12, 2008, 12:08:03 PM »

Hi!
    I've two scenes(two Rooms) in my project. My actor has to go from the first room to the second room. How to do this?
Logged

FogGobbler

  • Regular poster
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 228
    • View Profile
Re: Navigating betweem Scenes
« Reply #1 on: November 12, 2008, 12:36:39 PM »

Hi!

Define an "exit" hotspot-area in the scene manager and add this

Code: [Select]
on "LeftClick"
{
    actor.GoToObject(this);
    Game.ChangeScene("scenes\YourSceneFolder\YourSceneName.scene",true,true);
 
}
to the exit-script.

Have a look at the molly-demo or the 3D demo and see how the scenes are changed.
Bye,
Oli
Logged

Catacomber

  • Supporter
  • Frequent poster
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Female
  • Posts: 443
  • I love mice.
    • View Profile
    • Catacomber.com
Re: Navigating betweem Scenes
« Reply #2 on: November 12, 2008, 05:00:00 PM »

This is also explained with a graphical picture for you in the WME Book on line--in section on putting together your first game.  :  )
Logged
http://www.catacomber.com/
Code: WME Script
  1. Mnemonic is wonderful.
  2.  

kyrandos

  • Lurker
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
    • View Profile
Re: Navigating betweem Scenes
« Reply #3 on: November 17, 2008, 09:22:17 AM »

This is also explained with a graphical picture for you in the WME Book on line--in section on putting together your first game.  :  )

Where is this book?  Not in the WME documentation included with the program...
Logged

odnorf

  • w00t?
  • Global Moderator
  • Addicted to WME forum
  • *
  • Karma: 7
  • Offline Offline
  • Gender: Male
  • Posts: 1456
  • Lamp dog!
    • View Profile
Re: Navigating betweem Scenes
« Reply #4 on: November 17, 2008, 09:32:23 AM »

Logged
fl*p
 

Page created in 0.054 seconds with 21 queries.