Hello in my game I want to make some cutscenes is there a way I can import an animation from flash so that for example:
Player runs through a door....[CUTSCENE OCCURS] then after the cutscene fades and you gain total control. Can this be done.?
ID:164684
May 2 2007, 11:23 am
|
|
May 2 2007, 11:24 am
|
|
I dont think it can be done on the actual screen, but you could do it with the browse.
|
In response to Revojake
|
|
Is that the browser screen on the right hand side? Normally where you see the text players /say.
After you click the Browse tab? |
In response to Nexus6669
|
|
You can make a popup as the browser, here, let me show you...
mob Now, see the commented lines? Notice the {" and the "}? Backspace the HTML in there then add the html to the movie. |
In response to Revojake
|
|
Thanks a lot... To do this would I have to upload to a website.?
|
In response to Nexus6669
|
|
Nope. You can send the swf file to the client's resource file with browse_rsc. Then do the whole browse() thing to make it show up. Look it up in the ref.
|
In response to Nexus6669
|
|
You COULD, or do what he just said.
|
In response to Elation
|
|
If I remember correctly, you can do the super simple method of just "browse('flashfile.swf')" and it should work, although it will take some work to get the aspect ratio correct.
|