The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
onEnter does nothing? [SOLVED]
DamnNoHtml Offline
Senior Member

Posts: 469
Threads: 34
Joined: Sep 2010
Reputation: 16
#1
onEnter does nothing? [SOLVED]

Hey there, I want a room in my story to be visited multiple times. Each time you visit, I want a simple thing to happen:

void onEnter()
{
    PlayMusic("ending_daniel.ogg",false, 100, 1, 1, false);
    FadeSepiaColorTo(1, 2);
}

Why in the hell would that not work? And don't say put it in void onStart, because that only runs once.

Creator of Wake, Through the Portal, Insomnia, and Cycles What to do with HPL3....
09-29-2010, 08:24 PM
Find


Messages In This Thread
onEnter does nothing? [SOLVED] - by DamnNoHtml - 09-29-2010, 08:24 PM
RE: onEnter does nothing? - by Placeable - 09-29-2010, 08:36 PM
RE: onEnter does nothing? - by DamnNoHtml - 09-29-2010, 08:41 PM



Users browsing this thread: 1 Guest(s)