Search content:

 

Personal Menu
Username:
Password:
Save password

Become a member

Forgot Password?

 

Don't miss these
Round floating point numbers off to nearest ten
3state Button with Cursor change
3D Quad
XtrAgent
Follow me
macromedia.director.lingo
Swirl-Alphamania
Wait For Frame Ready
Morph a Vector graphics
[S] mouse->sprite vector behaviour
MediaMacros Xtras Mall
 

 

 

FAQ Cache Loaded - Valentina

Added on 4/3/2001

 

Compatibilities:

Required Xtras:
Valentina

This item has not yet been rated

Author: Thomas (website)

How can I check if the cache is loaded or not?

There is no commands for checking if the ValentinaInit has already been called or not. To check if this is the case you can run this script - which works fine with version 1.8.5 and 1.8.5b18 for windows.

on VDB_CacheLoaded
-- Checks if the cache can be started without any problems
vLoaded = TRUE
-- Create object and open fake database
vTestDB = new(Xtra "VDatabase")
vTestDB.openDatabase("ThisNameShouldNeverExistInTheMovieFolder")
-- If no error is reported assume the cache is not loaded
if valentinaError() = 0 then vLoaded = FALSE
-- Destroy object
vTestDB = 0
-- Return result
return vLoaded
end

 


Upload Provided by ABCUpload ASP

Contact

MMI
22 West Court Sq
Suite 2C
Newnan, GA 30263
USA

Fax - (206) 339-5833

Send e-mail